From owner-freebsd-gnome Tue May 7 19:53:16 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 ED2CB37B400 for ; Tue, 7 May 2002 19:53:10 -0700 (PDT) Received: from [208.252.225.57] by mail.vvi.at (CommuniGate SMTP 3.1.3) with ESMTP id S.1535165358iu for ,...; Tue, 07 May 2002 19:53:04 -0700 From: "VVI hostmaster" To: "'Joe Marcus Clarke'" Cc: Subject: Mozilla compile error was RE: Problem with galeon compile Date: Tue, 7 May 2002 19:50:41 -0700 Organization: Vista View Imagery of California Message-ID: <000b01c1f63b$27ce7630$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: <1020803154.416.57.camel@gyros.marcuscom.com> 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, 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