Date: Tue, 7 May 2002 19:50:41 -0700 From: "VVI hostmaster" <xavier@vvi.at> To: "'Joe Marcus Clarke'" <marcus@marcuscom.com> Cc: <freebsd-gnome@FreeBSD.ORG> Subject: Mozilla compile error was RE: Problem with galeon compile Message-ID: <000b01c1f63b$27ce7630$39e1fcd0@xavier2> In-Reply-To: <1020803154.416.57.camel@gyros.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c1f63b$27ce7630$39e1fcd0>