LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Gimp Install Problems (https://www.linuxquestions.org/questions/linux-software-2/gimp-install-problems-130274/)

AdamPengelly 12-31-2003 02:31 AM

Gimp Install Problems
 
Hello there,

I'm trying to install the latest Gimp. I was told at the configure stage that I would need to install a bunch of other things as well. After much hasle I got pkg-config, blig, atk and now trying to get pango, gtk+ then gimp. Pango went in fine, but then gtk+ said that I needed pangox. So I looked for a solution. I found out that I might need to compile xft2. Which I tried, but It said I needed a better fontconfig. So I tried compiling fontconfig-2.2.0 and This is what I get at the make stage (just the last bit, not the whole script):

make[2]: *** [fcfreetype.lo] Error 1
make[2]: Leaving directory '/home/adam/fontconfig-2.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/adam/fontconfig-2.2.0'
make: *** [all-recursive-am] Error 2

Any Ideas how I can get this progressed?

tokkee 12-31-2003 03:14 AM

for the error message to be helpful you need to provide a couple more lines. the error message should be just above the lines you provided....

AdamPengelly 01-02-2004 03:06 AM

make all-recursive
make[1]: Entering directory `/home/adam/fontconfig-2.2.0'
Making all in fontconfig
make[2]: Entering directory `/home/adam/fontconfig-2.2.0/fontconfig'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/adam/fontconfig-2.2.0/fontconfig'
Making all in fc-lang
make[2]: Entering directory `/home/adam/fontconfig-2.2.0/fc-lang'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/adam/fontconfig-2.2.0/fc-lang'
Making all in src
make[2]: Entering directory `/home/adam/fontconfig-2.2.0/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -DFONTCONFIG_PATH='"/usr/local/etc/fonts"' -I.. -I../src -g -O2 -c fcfreetype.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -I.. -I../src -g -O2 -c fcfreetype.c -fPIC -o .libs/fcfreetype.o
fcfreetype.c: In function `FcFreeTypeQuery':
fcfreetype.c:279: `PS_FontInfoRec' undeclared (first use in this function)
fcfreetype.c:279: (Each undeclared identifier is reported only once
fcfreetype.c:279: for each function it appears in.)
fcfreetype.c:279: parse error before `psfontinfo'
fcfreetype.c:738: `psfontinfo' undeclared (first use in this function)
make[2]: *** [fcfreetype.lo] Error 1
make[2]: Leaving directory `/home/adam/fontconfig-2.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adam/fontconfig-2.2.0'
make: *** [all-recursive-am] Error 2

mting923 10-31-2005 06:38 PM

I have the exactually same error message when I was trying to install the fontconfig 2.2 / 2.3, can anyone help us here?

thanks~


All times are GMT -5. The time now is 01:59 PM.