GNOME Bugzilla – Bug 153693
Galeon 1.3.17 doesn't compile against Mozilla 1.7.3 on FC2
Last modified: 2004-12-22 21:47:04 UTC
Run rpmbuild -tb galeon-1.3.17.tar.bz2 with mozilla 1.7.3-0.2.0 RPM installed on FC2. Here is the patch to fix: ===================================== --- mozilla/mozilla-embed.cpp.broken 2004-09-25 11:16:34.895927837 +1000 +++ mozilla/mozilla-embed.cpp 2004-09-25 11:17:13.802160310 +1000 @@ -1388,7 +1388,8 @@ rv = wrapper->ForceEncoding (charset); if (NS_FAILED (rv)) return G_FAILED; -#if MOZILLA_CHECK_VERSION4 (1,8,MOZILLA_ALPHA,3) +#if MOZILLA_CHECK_VERSION4 (1,8,MOZILLA_ALPHA,3) || \ + (MOZILLA_IS_BRANCH (1,7) && MOZILLA_CHECK_VERSION3(1,7,3)) gtk_moz_embed_reload (GTK_MOZ_EMBED (embed), GTK_MOZ_EMBED_FLAG_RELOADCHARSETCHANGE); #else =====================================
Created attachment 31921 [details] [review] Patch to fix compilation problem
*** This bug has been marked as a duplicate of 153554 ***