Date: 09 Feb 2003 17:47:52 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: stan <stanb@awod.com> Cc: Free BSD Questions list <freebsd-questions@FreeBSD.ORG> Subject: Re: Mozilla port build failure Message-ID: <1044830871.38248.8.camel@shumai.marcuscom.com> In-Reply-To: <20030209220822.GA6722@teddy.fas.com> References: <20030209220822.GA6722@teddy.fas.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-//NUEKeGoYZxg5xMIFNG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-09 at 17:08, stan wrote: > I'm updating today, and the mozilla port is failing like this: >=20 >=20 > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftdbg.c -o xftdbg.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftdpy.c -o xftdpy.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftdraw.c -o xftdraw.o > xftdraw.c: In function `XftDrawSrcPicture': > xftdraw.c:373: warning: passing arg 4 of `XRenderFillRectangle' discards = qualifiers from pointer target type > xftdraw.c: In function `XftDrawRect': > xftdraw.c:811: warning: passing arg 4 of `XRenderFillRectangle' discards = qualifiers from pointer target type > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftextent.c -o xftextent.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftfont.c -o xftfont.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftfreetype.c -o xftfreetype.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftglyphs.c -o xftglyphs.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftinit.c -o xftinit.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftlist.c -o xftlist.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftname.c -o xftname.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftrender.c -o xftrender.o > xftrender.c: In function `XftGlyphSpecRender': > xftrender.c:170: `XGlyphElt8' undeclared (first use in this function) > xftrender.c:170: (Each undeclared identifier is reported only once > xftrender.c:170: for each function it appears in.) > xftrender.c:170: `elts' undeclared (first use in this function) > xftrender.c:171: syntax error before `elts_local' > xftrender.c:186: `glyphs_loaded' undeclared (first use in this function) > xftrender.c:234: `nelt' undeclared (first use in this function) > xftrender.c:247: `x' undeclared (first use in this function) > xftrender.c:248: `y' undeclared (first use in this function) > xftrender.c:272: `elts_local' undeclared (first use in this function) > xftrender.c:335: `XGlyphElt16' undeclared (first use in this function) > xftrender.c:335: syntax error before `)' > xftrender.c:340: `XGlyphElt32' undeclared (first use in this function) > xftrender.c:340: syntax error before `)' > xftrender.c: In function `XftGlyphFontSpecRender': > xftrender.c:414: `XGlyphElt8' undeclared (first use in this function) > xftrender.c:414: `elts' undeclared (first use in this function) > xftrender.c:415: syntax error before `elts_local' > xftrender.c:428: `glyphs_loaded' undeclared (first use in this function) > xftrender.c:480: `nelt' undeclared (first use in this function) > xftrender.c:499: `x' undeclared (first use in this function) > xftrender.c:500: `y' undeclared (first use in this function) > xftrender.c:528: `elts_local' undeclared (first use in this function) > xftrender.c:596: `XGlyphElt16' undeclared (first use in this function) > xftrender.c:596: syntax error before `)' > xftrender.c:601: `XGlyphElt32' undeclared (first use in this function) > xftrender.c:601: syntax error before `)' > gmake: *** [xftrender.o] Error 1 > *** Error code 2 >=20 > Stop in /usr/ports/x11-fonts/Xft. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > black# ^D=08=08exit >=20 > Script done on Sun Feb 9 17:06:49 2003 >=20 > Any words of wisdom? Make sure you have the latest version of XFree86-libraries, Xft, and fonctconfig. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-//NUEKeGoYZxg5xMIFNG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+RtqXb2iPiv4Uz4cRApH2AJ9GiBsk6g8lOLeuiKyeXI8T6rIs7ACeIAl4 cAPO0NozsVZLGqWrr1dnSgI= =I3QX -----END PGP SIGNATURE----- --=-//NUEKeGoYZxg5xMIFNG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1044830871.38248.8.camel>