After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153693 - Galeon 1.3.17 doesn't compile against Mozilla 1.7.3 on FC2
Galeon 1.3.17 doesn't compile against Mozilla 1.7.3 on FC2
Status: RESOLVED DUPLICATE of bug 153554
Product: galeon
Classification: Deprecated
Component: Mozilla interaction
1.3.17
Other Linux
: Normal normal
: ---
Assigned To: Philip Langdale
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2004-09-25 01:46 UTC by Bojan Smojver
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix compilation problem (517 bytes, patch)
2004-09-25 01:47 UTC, Bojan Smojver
none Details | Review

Description Bojan Smojver 2004-09-25 01:46:14 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
=====================================
Comment 1 Bojan Smojver 2004-09-25 01:47:38 UTC
Created attachment 31921 [details] [review]
Patch to fix compilation problem
Comment 2 Yanko Kaneti 2004-09-25 01:56:13 UTC

*** This bug has been marked as a duplicate of 153554 ***