Got the right picogui code. Read the README.PicoGui in the SDL directory and recompiled SDL per those instructions. Did the picogui config per the website.
And now I'm getting the following. Looks like it can't find /usr/include, because asm/types.h is present. Or should it be trying to get it out of /usr/include/mingw?
I ran this gcc from the command line without -mno-cygwin and it compiled.
Does this mean I have something misconfigured via make config?
Mark
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/include/SDL -Dmain=SDL_main -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin -O2 -g -Wp,-MD,.deps/video_drivers.pp -c video_drivers.c -o video_drivers.o
cc1: warning: changing search order for system directory "/usr/include/mingw"
cc1: warning: as it has already been specified as a non-system directory
In file included from ../include/pgserver/common.h:40,
from video_drivers.c:31:
../include/picogui/types.h:49:23: asm/types.h: No such file or directory
In file included from ../include/pgserver/common.h:42,
from video_drivers.c:31:
../include/pgserver/types.h:39: parse error before "__s16"
../include/pgserver/types.h:39: warning: no semicolon at end of struct or union
../include/pgserver/types.h:43: parse error before "__s16"
../include/pgserver/types.h:43: warning: no semicolon at end of struct or union
../include/pgserver/types.h:51: parse error before "__s16"
../include/pgserver/types.h:51: warning: no semicolon at end of struct or union
../include/pgserver/types.h:55: parse error before "__s16"
../include/pgserver/types.h:55: warning: no semicolon at end of struct or union
In file included from ../include/pgserver/video.h:32,
from video_drivers.c:33:
../include/picogui/network.h:36:24: netinet/in.h: No such file or directory
In file included from ../include/pgserver/video.h:32,
from video_drivers.c:33:
../include/picogui/network.h:49: parse error before "__u32"
../include/picogui/network.h:49: warning: no semicolon at end of struct or union
../include/picogui/network.h:50: warning: data definition has no type or storage class
../include/picogui/network.h:51: parse error before "type"
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
