From owner-freebsd-gnome Tue May 7 21:40:27 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mail.vvi.at (mail.vvi.at [208.252.225.19]) by hub.freebsd.org (Postfix) with SMTP id 5540237B400 for ; Tue, 7 May 2002 21:39:59 -0700 (PDT) Received: from [208.252.225.57] by mail.vvi.at (CommuniGate SMTP 3.1.3) with ESMTP id S.1535549530jd for ,...; Tue, 07 May 2002 21:39:47 -0700 From: "VVI hostmaster" To: "'VVI hostmaster'" , "'Joe Marcus Clarke'" Cc: Subject: RE: Mozilla compile error was RE: Problem with galeon compile Date: Tue, 7 May 2002 21:37:24 -0700 Organization: Vista View Imagery of California Message-ID: <000f01c1f64a$10ac1390$39e1fcd0@xavier2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again, I have done the following after cleaning all instanaces of mozilla from my system. pkg_add -r mozilla ; pkg_add -r mozilla-headers ; cd /usr/ports/x11/gnome ; make install Building mozilla seems not to be an option The only other way to get mozilla on my system is to download it from www.mozilla.org but they have no installer I suppose you just drop it into /usr/local and there you go, well that did also not work. Anyone feel free to suggest any ideas directly to me because I am not on the list. Here is the error for make install of gnome ===> Building for galeon-1.2.1_1 make all-recursive Making all in intl Making all in po Making all in src Making all in mozilla c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src c++ -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr -I/usr/X11R6/include/mozilla/appcomps -I/usr/X11R6/include/mozilla/content -I/usr/X11R6/include/mozilla/cookie -I/usr/X11R6/include/mozilla/docshell -I/usr/X11R6/include/mozilla/dom -I/usr/X11R6/include/mozilla/exthandler -I/usr/X11R6/include/mozilla/find -I/usr/X11R6/include/mozilla/gfx -I/usr/X11R6/include/mozilla/gtkembedmoz -I/usr/X11R6/include/mozilla/helperAppDlg -I/usr/X11R6/include/mozilla/java -I/usr/X11R6/include/mozilla/jsconsole -I/usr/X11R6/include/mozilla/layout -I/usr/X11R6/include/mozilla/mimetype -I/usr/X11R6/include/mozilla/mozxfer -I/usr/X11R6/include/mozilla/necko -I/usr/X11R6/include/mozilla/necko2 -I/usr/X11R6/include/mozilla/nkcache -I/usr/X11R6/include/mozilla/oji -I/usr/X11R6/include/mozilla/pref -I/usr/X11R6/include/mozilla/progressDlg -I/usr/X11R6/include/mozilla/string -I/usr/X11R6/include/mozilla/shistory -I/usr/X11R6/include/mozilla/uconv -I/usr/X11R6/include/mozilla/uriloader -I/usr/X11R6/include/mozilla/wallet -I/usr/X11R6/include/mozilla/webbrowserpersist -I/usr/X11R6/include/mozilla/webbrwsr -I/usr/X11R6/include/mozilla/webshell -I/usr/X11R6/include/mozilla/widget -I/usr/X11R6/include/mozilla/windowwatcher -I/usr/X11R6/include/mozilla/xpcom -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gnome-vfs-1.0 -I/usr/X11R6/lib/gnome-vfs-1.0/include -I/usr/X11R6/include/libglade-1.0 -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/local/include/orbit-1.0 -I/usr/local/include/freetype2 -DLIB_DIR=\"/usr/X11R6/lib/galeon\" -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -Wall -Wmissing-declarations -Wmissing-prototypes -Wsign-compare -Werror -c mozilla.cpp In file included from mozilla.cpp:69: ProgressListener2.h:22: nsIProgressDialog.h: No such file or directory In file included from mozilla.cpp:69: ProgressListener2.h:54: syntax error before `,' ProgressListener2.h:61: virtual outside class declaration ProgressListener2.h:61: virtual outside class declaration ProgressListener2.h:61: syntax error before `protected' cpp0: output pipe has been closed *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.2.1/src/mozilla. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.2.1/src. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.2.1. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.2.1. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/x11-fm/nautilus. *** Error code 1 Stop in /usr/ports/x11/gnome. Best Regards, Jason -----Original Message----- From: VVI hostmaster [mailto:xavier@vvi.at] Sent: Tuesday, May 07, 2002 7:51 PM To: 'Joe Marcus Clarke' Cc: 'freebsd-gnome@FreeBSD.ORG' Subject: Mozilla compile error was RE: Problem with galeon compile Hi, I am stuck on a compile of mozilla as per instructions. Here is the last part of the compile before the end in error c++ -o txExpandedNameMap.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -I../../../../dist/include/string -I../../../../dist/include/xpcom -I../../../../dist/include/unicharutil -I../../../../dist/include/dom -I../../../../dist/include/content -I../../../../dist/include/widget -I../../../../dist/include/transformiix -I../../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I./../xpath -I./../xslt -I./../xml -I./../xml/dom -I. -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../config-defs.h txExpandedNameMap.cpp In file included from txExpandedNameMap.h:42, from txExpandedNameMap.cpp:39: ../xml/XMLUtils.h:66: syntax error before `*' ../xml/XMLUtils.h: In method `txExpandedName::txExpandedName()': ../xml/XMLUtils.h:42: `kNameSpaceID_None' undeclared (first use this function) ../xml/XMLUtils.h:42: (Each undeclared identifier is reported only once ../xml/XMLUtils.h:42: for each function it appears in.) gmake[5]: *** [txExpandedNameMap.o] Error 1 gmake[5]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions/transformiix/source/base ' gmake[4]: *** [libs] Error 2 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions/transformiix/source' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions/transformiix' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/extensions' gmake[1]: *** [tier_94] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. Best Regards, Jason -----Original Message----- From: Joe Marcus Clarke [mailto:marcus@marcuscom.com] Sent: Tuesday, May 07, 2002 1:26 PM To: VVI hostmaster Cc: freebsd-gnome@FreeBSD.ORG Subject: RE: Problem with galeon compile On Tue, 2002-05-07 at 16:17, VVI hostmaster wrote: > Hi, > > Your instructions got galeon to compile but only after I did another > cvsup on the ports after the first try ;o) > > Anyways, galeon ended in error with a message > > " In file included from mozilla.cpp:69: > ProgressListener2.h:22: nsIProgressDialog.h: No such file or directory > In file included from mozilla.cpp:69:" > > Here is the bottom of the compile Do this. Remove mozilla and mozilla-headers. Delete /usr/X11R6/lib/mozilla and /usr/X11R6/include/mozilla. Rebuild mozilla and mozilla-headers. Make sure you have 1.0.rc1 of both ports. Then, build galeon like: make -DWITH_FULL_MOZILLA install Then you should be set. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message