Im compiling gnome on a lfs system and am having issues getting some of the stuff working.
first my system is a pure 64 no 32 libs and im working with gcc 4
here is the error im getting
Code:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0
/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I
/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Werror -g -O2 -Wall -
MT keyboard-drawing.o -MD -MP -MF ".deps/keyboard-drawing.Tpo" \
-c -o keyboard-drawing.o `test -f 'keyboard-drawing.c' || echo './'`keyboard-d
rawing.c; \
then mv -f ".deps/keyboard-drawing.Tpo" ".deps/keyboard-drawing.Po"; \
else rm -f ".deps/keyboard-drawing.Tpo"; exit 1; \
fi
In file included from /usr/include/pango-1.0/pango/pangofc-font.h:25,
from /usr/include/pango-1.0/pango/pango-ot.h:25,
from /usr/include/pango-1.0/pango/pangoxft.h:27,
from keyboard-drawing.c:27:
/usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file o
r directory
In file included from /usr/include/pango-1.0/pango/pango-ot.h:25,
from /usr/include/pango-1.0/pango/pangoxft.h:27,
from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangofc-font.h:26:10: error: #include expects "FILE
NAME" or <FILENAME>
In file included from /usr/include/pango-1.0/pango/pango-ot.h:25,
from /usr/include/pango-1.0/pango/pangoxft.h:27,
from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangofc-font.h:144: error: syntax error before 'pan
go_fc_font_lock_face'
cc1: warnings being treated as errors
/usr/include/pango-1.0/pango/pangofc-font.h:144: warning: type defaults to 'int'
in declaration of 'pango_fc_font_lock_face'
/usr/include/pango-1.0/pango/pangofc-font.h:144: warning: data definition has no
type or storage class
In file included from /usr/include/pango-1.0/pango/pangoxft-render.h:32,
from /usr/include/pango-1.0/pango/pangoxft.h:30,
from keyboard-drawing.c:27:
/usr/include/X11/Xft/Xft.h:41:10: error: #include expects "FILENAME" or <FILENAM
E>
In file included from /usr/include/pango-1.0/pango/pangoxft-render.h:32,
from /usr/include/pango-1.0/pango/pangoxft.h:30,
from keyboard-drawing.c:27:
/usr/include/X11/Xft/Xft.h:58: error: syntax error before '_XftFTlibrary'
/usr/include/X11/Xft/Xft.h:92: error: syntax error before 'FT_UInt'
/usr/include/X11/Xft/Xft.h:95: error: syntax error before '}' token
/usr/include/X11/Xft/Xft.h:99: error: syntax error before 'FT_UInt'
/usr/include/X11/Xft/Xft.h:102: error: syntax error before '}' token
/usr/include/X11/Xft/Xft.h:196: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:262: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:268: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:301: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:360: error: syntax error before 'XftLockFace'
/usr/include/X11/Xft/Xft.h:399: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:405: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:414: error: syntax error before 'FT_UInt'
/usr/include/X11/Xft/Xft.h:424: error: syntax error before 'XftCharIndex'
/usr/include/X11/Xft/Xft.h:467: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:478: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:499: error: syntax error before '*' token
In file included from /usr/include/pango-1.0/pango/pangoxft.h:30,
from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangoxft-render.h:95: error: syntax error before 'X
ftGlyphSpec'
keyboard-drawing.c: In function 'xkb_state_notify_event_filter':
keyboard-drawing.c:1481: warning: implicit declaration of function 'memset'
keyboard-drawing.c:1481: warning: incompatible implicit declaration of built-in
function 'memset'
keyboard-drawing.c: In function 'keyboard_drawing_set_track_modifiers':
keyboard-drawing.c:1800: warning: incompatible implicit declaration of built-in
function 'memset'
make[2]: *** [keyboard-drawing.o] Error 1
make[2]: Leaving directory `/home/exvor/unpacked/control-center-2.10.1/libkbdraw
'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/exvor/unpacked/control-center-2.10.1'
make: *** [all] Error 2
ive alredy had issues not being able to compile one gnome package because of the x86_64 issues but im not sure if this is another.