Results 1 to 3 of 3
I'm using:
make World
to build the X Window System from the X11R.6.9.0 source in a x86 architecture. It gives the following errors:
fcfreetype.c:2710: error: ‘TT_Face’ undeclared (first use in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-21-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 40
Building the X Window System
I'm using:
make World
to build the X Window System from the X11R.6.9.0 source in a x86 architecture. It gives the following errors:
fcfreetype.c:2710: error: ‘TT_Face’ undeclared (first use in this function)
fcfreetype.c:2710: error: (Each undeclared identifier is reported only once
fcfreetype.c:2710: error: for each function it appears in.)
fcfreetype.c:2710: error: syntax error before ‘tt_face’
fcfreetype.c:2719: error: ‘tt_face’ undeclared (first use in this function)
...
fcfreetype.c:2747: error: syntax error before ‘FT_ULong’
make[4]: *** [fcfreetype.o] Error 1
make[4]: Leaving directory `/root/Desktop/xc/lib/fontconfig'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/Desktop/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Desktop/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/root/Desktop/xc'
make: *** [World] Error 2
Any idea?
- 02-26-2007 #2Just Joined!
- Join Date
- Oct 2006
- Posts
- 40
...
After configuring the file host.def for the n-th time and after adding the libpng library I get:
...
In file included from auth.c:46:
dm.h:110:31: error: security/pam_appl.h: No such file or directory
In file included from auth.c:46:
dm.h:425: error: syntax error before ‘*’ token
dm.h:425: warning: type defaults to ‘int’ in declaration of ‘thepamhp’
dm.h:425: warning: data definition has no type or storage class
dm.h:426: error: syntax error before ‘*’ token
dm.h:426: warning: type defaults to ‘int’ in declaration of ‘thepamh’
dm.h:426: warning: data definition has no type or storage class
make[4]: *** [auth.o] Error 1
make[4]: Leaving directory `/root/Desktop/xcbuild/programs/xdm'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/Desktop/xcbuild/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Desktop/xcbuild'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/root/Desktop/xcbuild'
make: *** [World] Error 2
...
- 02-27-2007 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 40
In particular I've installed the last versions for fontconfig and freetype. How can I find the path for those libraries to set in the host.def?


Reply With Quote
