Il Friday 22 February 2008 00:39:31 Brett ha scritto:
> if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    
> -Wall -g  -O3 -fomit-frame-pointer -fno-common -mcpu=i386 -I/usr/X11/include 
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT video_out_x11.o -MD -MP 
> -MF ".deps/video_out_x11.Tpo" -c -o video_out_x11.o video_out_x11.c; \
> then mv -f ".deps/video_out_x11.Tpo" ".deps/video_out_x11.Po"; else rm -f 
> ".deps/video_out_x11.Tpo"; exit 1; fi
> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
> video_out_x11.c:31:22: X11/Xlib.h: No such file or directory
> video_out_x11.c:32:23: X11/Xutil.h: No such file or directory
> video_out_x11.c:35:33: X11/extensions/XShm.h: No such file or directory
> video_out_x11.c:38: error: syntax error before '*' token
> video_out_x11.c:42:34: X11/extensions/Xvlib.h: No such file or directory
> video_out_x11.c:54: error: syntax error before "XImage"
> <more stuff>
> 
> Well it was worth a try i guess. Any help would be appreciated.
> 
> Regards Rep
> --

you need all the -devel packages of xorg (I don't know how they are called)
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to