GNOME Bugzilla – Bug 154992
galeon 1.3.17 doesn't build against mozilla 1.7.3
Last modified: 2004-12-22 21:47:04 UTC
This issue has been discussed on the mailing list. --with-mozilla-snapshot=1.7.2 allows the build to finish, but galeon does not function correctly. (tabs don't work.) with mozilla 1.7.3 built from source, try building. g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -I../embed -I../bookmark s -I../libegg -I.. -I/usr/include/mozilla-1.7.3/gtkembedmoz -I/usr/include/mozil la-1.7.3/xpcom -I/usr/include/mozilla-1.7.3/string -I/usr/include/mozilla-1.7.3/ nspr -I/usr/include/mozilla-1.7.3 -I/usr/include/mozilla-1.7.3/appcomps -I/usr/i nclude/mozilla-1.7.3/caps -I/usr/include/mozilla-1.7.3/chardet -I/usr/include/mo zilla-1.7.3/content -I/usr/include/mozilla-1.7.3/cookie -I/usr/include/mozilla-1 .7.3/docshell -I/usr/include/mozilla-1.7.3/dom -I/usr/include/mozilla-1.7.3/exth andler -I/usr/include/mozilla-1.7.3/find -I/usr/include/mozilla-1.7.3/gfx -I/usr /include/mozilla-1.7.3/helperAppDlg -I/usr/include/mozilla-1.7.3/history -I/usr/ include/mozilla-1.7.3/htmlparser -I/usr/include/mozilla-1.7.3/java -I/usr/includ e/mozilla-1.7.3/js -I/usr/include/mozilla-1.7.3/jsconsole -I/usr/include/mozilla -1.7.3/layout -I/usr/include/mozilla-1.7.3/locale -I/usr/include/mozilla-1.7.3/m imetype -I/usr/include/mozilla-1.7.3/mozxfer -I/usr/include/mozilla-1.7.3/necko -I/usr/include/mozilla-1.7.3/necko2 -I/usr/include/mozilla-1.7.3/nkcache -I/usr/ include/mozilla-1.7.3/oji -I/usr/include/mozilla-1.7.3/pipnss -I/usr/include/moz illa-1.7.3/pipboot -I/usr/include/mozilla-1.7.3/pref -I/usr/include/mozilla-1.7. 3/progressDlg -I/usr/include/mozilla-1.7.3/sidebar -I/usr/include/mozilla-1.7.3/ shistory -I/usr/include/mozilla-1.7.3/typeaheadfind -I/usr/include/mozilla-1.7.3 /uconv -I/usr/include/mozilla-1.7.3/uriloader -I/usr/include/mozilla-1.7.3/unich arutil -I/usr/include/mozilla-1.7.3/wallet -I/usr/include/mozilla-1.7.3/webbrows erpersist -I/usr/include/mozilla-1.7.3/webbrwsr -I/usr/include/mozilla-1.7.3/web shell -I/usr/include/mozilla-1.7.3/widget -I/usr/include/mozilla-1.7.3/windowwat cher -I/usr/include/mozilla-1.7.3/xpconnect -DXTHREADS -D_REENTRANT -DXUSE_MTSAF E_API -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/u sr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/ freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/gli b-2.0/include -I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/includ e/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/us r/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr /include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/inc lude -I/usr/include/bonobo-activation-2.0 -I/usr/include/libglade-2.0 -I/usr/inc lude/gnome-vfs-module-2.0 -I/usr/include/eel-2 -I/usr/include/gail-1.0 -DLIB_DIR =\"/usr/lib/galeon\" -DSHARE_DIR=\"/usr/share/galeon\" -DGALEON_MOZILLA_HOME=\"/ usr/lib/mozilla-1.7.3\" -D_GNU_SOURCE=1 -include /usr/include/mozilla-1.7.3/mozi lla-config.h -fno-rtti -O -march=athlon-xp -mmmx -mfpmath=sse -msse -m3dnow -pip e -O3 -Wall -Wsign-compare -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-dep recated -fshort-wchar -MT mozilla-embed.lo -MD -MP -MF .deps/mozilla-embed.Tpo - c mozilla-embed.cpp -fPIC -DPIC -o .libs/mozilla-embed.o mozilla-embed.cpp: In function `gresult impl_set_encoding(GaleonEmbed*, const char*)': mozilla-embed.cpp:1400: error: `ReloadPage' undeclared (first use this function) mozilla-embed.cpp:1400: error: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [mozilla-embed.lo] Error 1
How do you mean 'tabs don't work' I don't have any trouble with the galeon packages which were built using --with-mozilla-snapshot=1.7.2 and noone else has reported any problems with building using that flag. (the actualy build problems are fixed in CVS)
Ah, the tabs problem is not related to the mozilla version, I noticed gtk+2 was updated to 2.4.11 at the same time mozilla was updated on my system, and rolling mozilla back to 1.7.2 didn't affect the tabs. Only the first tab in a browser window is drawn. Any new tabs created show up in the tabs menu, but not in the tab bar. If I try to switch to the new tab, nothing is drawn, the whole window is empty and the same colour as the toolbar background. Since the mozilla build issue is fixed, would you like me to open a seperate bug for this tab issue ? Installed versions: mozilla 1.7.2 galeon 1.3.17 gtk+2 2.4.11 glib2 2.4.7
Yes, please raise a bug about the tab thing, and if possible please attach a screenshot, it sounds very odd :-/ I'm closing this as the mozilla problem is a dup of another bug. *** This bug has been marked as a duplicate of 153554 ***