Hi!
Got this~
make -f Makefile -C ../reactos/../posix/server
make[1]: Entering directory `/scsi/ros/posix/server'
i386-mingw32-gcc -Iinclude -I../include -D__PSXSS_ON_W32__ -I./ -I../../reactos/include
-pipe
-march=i386 -D_M_IX86 -c misc/main.c -o misc/main.o
In file included from include/psxss.h:8,
from misc/main.c:35:
../include/psx/lpcproto.h:89:25: psx/syscall.h: No such file or directory
make[1]: *** [misc/main.o] Error 1
make[1]: Leaving directory `/scsi/ros/posix/server'
make: *** [server] Error 2
I can not find syscall.h. Does anyone know where it went?
I'm playing with posix right now since it's on my mind,
Thanks,
James