From owner-freebsd-gnome Wed Mar 13 7:37:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id DF48437B41B for ; Wed, 13 Mar 2002 07:37:44 -0800 (PST) Received: from sunder.touchtunes.com (sunder.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id KAA03665 for ; Wed, 13 Mar 2002 10:37:54 -0500 Received: (from dinjo@localhost) by sunder.touchtunes.com (8.11.6/8.11.6) id g2DFbPx54955 for gnome@freebsd.org; Wed, 13 Mar 2002 10:37:25 -0500 (EST) (envelope-from dinjo) Date: Wed, 13 Mar 2002 10:37:25 -0500 From: Joel Dinel To: gnome@freebsd.org Subject: Mozilla-0.9.9,1 build error Message-ID: <20020313103725.A54671@sunder.touchtunes.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Useless-Header: Look ma, it's a # sign! X-Operating-System: FreeBSD 4.5-STABLE i386 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 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, Mozilla-0.9.9,1 won't compile from my freshly (1 hour ago) updated ports tree. I've included an attachment with the errors I get. It's on a 4.5-STABLE box. Seems like it's having a hard time with FreeType2. All my other packages on my system are up to date, including Freetype. (I portupgraded everything this morning). Thanks! -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://darkhost.mine.nu:81/~joel/misc/mykey.asc --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="build.log" In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. {standard input}:356: Error: Rest of line ignored. First ignored character is `:'. {standard input}:362: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] 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. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message