Re: Phoenix .04 port build problem.

2002-12-01 Thread Jens Rehsack
Laurence Sanford wrote:

When I try to build the phoenix 0.4 port it fails like this:
===  Building for Xft-2.0_1
cc -O -pipe  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include
-fPIC -DPIC -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

Stop in /usr/ports/x11-fonts/Xft.
*** Error code 1

Stop in /usr/ports/www/phoenix.

I seem to remember something like this going on early in the mozilla
development as well ( I could be daffy ) but I can't remember what the
fix was (seemed like it was really simple too). I was wondering if
anyone could refresh my memory. Thanks in advance for the assistance.

For the record:
FreeBSD colossus.cotharyus.net 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Mar
11 15:50:03 CST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386


1st) Maybe you should read the instructions from the Makefile. Bug 
report should be send to (and only to) [EMAIL PROTECTED] Of course, 
you can CC the ports@ or [EMAIL PROTECTED] list, but this would be 
for informational purpose only.

2nd) Do you have the current port (0.4_8) or do you use an older one? My 
0.4_8 builds fine.

You should append a pkg_info output and the port version.

Jens
--
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstraße 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Phoenix .04 port build problem.

2002-11-30 Thread Laurence Sanford
When I try to build the phoenix 0.4 port it fails like this:
===  Building for Xft-2.0_1
cc -O -pipe  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include
-fPIC -DPIC -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

Stop in /usr/ports/x11-fonts/Xft.
*** Error code 1

Stop in /usr/ports/www/phoenix.

I seem to remember something like this going on early in the mozilla
development as well ( I could be daffy ) but I can't remember what the
fix was (seemed like it was really simple too). I was wondering if
anyone could refresh my memory. Thanks in advance for the assistance.

For the record:
FreeBSD colossus.cotharyus.net 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Mar
11 15:50:03 CST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386

-- 
Cotharyus
[EMAIL PROTECTED]
ICQ: 8690555

Sorry.  I forget what I was going to say.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message