LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fontconfig (cvs version) won't compile... (https://www.linuxquestions.org/questions/linux-software-2/fontconfig-cvs-version-wont-compile-212248/)

GuntherDW 08-01-2004 04:22 PM

fontconfig (cvs version) won't compile...
 
the autogen and configure tool runs perfectly but the make program just doesn't get further than fcfreetype.c...
(i've tried with earler versions, and the version i finally got to compile was 1.0.2, but that version is so terribly old...

i just knew i had to come here to ask for help :)

now : what do i need to install/update for this program to compile?
(i have slack 9.1 upgraded to -current (from the beginning of july :))

thanks in advance!

edit : i can't run gimp with this version, that's why i ask this here cause i need gimp :(

Code:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -I.. -I../src -g -O2 -MT fcdir.lo -MD -MP -MF .deps/fcdir.Tpo -c fcdir.c -o fcdir.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/freetype2  -Wall -Wpointer-arith -Wstrict-prototypes      -Wmissing-prototypes -Wmissing-declarations    -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -I.. -I../src    -g -O2 -MT fcfreetype.lo -MD -MP -MF ".deps/fcfreetype.Tpo" -c -o fcfreetype.lo fcfreetype.c; \
then mv -f ".deps/fcfreetype.Tpo" ".deps/fcfreetype.Plo"; else rm -f ".deps/fcfreetype.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -I.. -I../src -g -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c  -fPIC -DPIC -o .libs/fcfreetype.o
fcfreetype.c:60:10: #include expects "FILENAME" or <FILENAME>
fcfreetype.c: In function `FcGetPixelSize':
fcfreetype.c:356: error: `BDF_PropertyRec' undeclared (first use in this function)
fcfreetype.c:356: error: (Each undeclared identifier is reported only once
fcfreetype.c:356: error: for each function it appears in.)
fcfreetype.c:356: error: parse error before "prop"
fcfreetype.c:359: warning: implicit declaration of function `FT_Get_BDF_Property'
fcfreetype.c:359: error: `prop' undeclared (first use in this function)
fcfreetype.c:360: error: `BDF_PROPERTY_TYPE_INTEGER' undeclared (first use in this function)
fcfreetype.c: In function `FcFreeTypeQuery':
fcfreetype.c:392: error: `PS_FontInfoRec' undeclared (first use in this function)
fcfreetype.c:392: error: parse error before "psfontinfo"
fcfreetype.c:395: error: `BDF_PropertyRec' undeclared (first use in this function)
fcfreetype.c:830: warning: implicit declaration of function `FT_Get_PS_Font_Info'
fcfreetype.c:830: error: `psfontinfo' undeclared (first use in this function)
fcfreetype.c:865: error: parse error before "prop"
fcfreetype.c:866: error: `prop' undeclared (first use in this function)
fcfreetype.c:867: error: `BDF_PROPERTY_TYPE_ATOM' undeclared (first use in this function)
fcfreetype.c:874: error: `BDF_PROPERTY_TYPE_INTEGER' undeclared (first use in this function)
fcfreetype.c:875: error: `BDF_PROPERTY_TYPE_CARDINAL' undeclared (first use in this function)
fcfreetype.c:1028: error: parse error before "prop"
fcfreetype.c: In function `FcFreeTypeUseNames':
fcfreetype.c:1628: warning: implicit declaration of function `FT_Has_PS_Glyph_Names'
make[2]: *** [fcfreetype.lo] Error 1
make[2]: Leaving directory `/GuntherDW/src/fontconfig/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/GuntherDW/src/fontconfig'
make: *** [all] Error 2

guntherdw@GuntherDW - /GuntherDW/src/fontconfig - 22:36
 $


GuntherDW 08-03-2004 08:29 AM

*bump* :)

GuntherDW 08-04-2004 03:49 PM

*bump* seriously guys :(


All times are GMT -5. The time now is 12:54 AM.