From: R D. <rd...@la...> - 2002-12-31 02:29:15
|
Greets! I'm having trouble with (using the latest cvs) make World on my linuxfromscratch system. There is no previous installation of X on the system. Here is a snippet of the first error reported in world.log Do I need to send the full world.log? I did send in a mail before with the log... but I think I exceeded the maximum message size. ;) --------begin-------------- rm -f Xv.o unshared/Xv.o gcc -m32 -c -ansi -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -g -I../.. -I../../exports/inc lude -I/usr/X11R6/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX _SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROT O=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DMALLOC_0_RETU RNS_NULL -O2 Xv.c -o unshared/Xv.o In file included from Xv.c:54: Xvlibint.h:46:25: X11/Xlibint.h: No such file or directory In file included from Xvlibint.h:48, from Xv.c:54: ../../exports/include/X11/extensions/Xvlib.h:98: parse error before "Bool" ../../exports/include/X11/extensions/Xvlib.h:98: warning: no semicolon at end of struct or union ../../exports/include/X11/extensions/Xvlib.h:99: warning: type defaults to `int' in declaration of `display' ../../exports/include/X11/extensions/Xvlib.h:99: warning: data definition has no type or storage class ----------end------------------ What am I doing wrong here? I'm using gcc 3.2 Any help would be nice. :) Thanks in advance.. Deepak |