From: Robert D. <od...@pn...> - 2002-07-13 12:44:05
|
Hi guys, Is anybody currently maintaining the posix module? If so a clean checkout from CVS fails at the following point: (I haven't looked into it any further, about to try os2 module) <snip> make -C apps/baresh make[1]: Entering directory `F:/REACTOS/source/posix/apps/baresh' gcc -D__SUBSYSTEM_WINDOWS__ -I../../../reactos/include -pipe -march=i386 -c -o sh.o sh.c windres \ --include-dir ../../../reactos/include \ --output-format coff \ sh.rc sh.coff make[1]: *** No rule to make target `../../../reactos/dk/psx/lib/psxdll.a', needed by `sh'. Stop. make[1]: Leaving directory `F:/REACTOS/source/posix/apps/baresh' make: *** [all] Error 2 |