From: David K. <kr...@mi...> - 2002-07-07 10:03:34
|
make[1]: Entering directory `d:/ros/reactos/lib/ntdll' windres --include-dir ../../include --include-dir ../../include def/ntdll.rc -o def/ntdll.coff gcc -g -D__NTDLL__ -I./ -I../../include -pipe -march=i386 -c napi.c -o napi.o gcc -g -D__NTDLL__ -I./ -I../../include -pipe -march=i386 -c ldr/startup.c -o ldr/startup.o gcc -g -D__NTDLL__ -I./ -I../../include -pipe -march=i386 -c dbg/brkpoint.c -o dbg/brkpoint.o gcc -g -D__NTDLL__ -I./ -I../../include -pipe -march=i386 -c dbg/debug.c -o dbg/debug.o gcc -g -D__NTDLL__ -I./ -I../../include -pipe -march=i386 -c dbg/print.c -o dbg/print.o gcc -g -D__NTDLL__ -I./ -I../../include -pipe -march=i386 -c dbg/winedbg.c -o dbg/winedbg.o dbg/winedbg.c:5: wine/debugtools.h: No such file or directory dbg/winedbg.c:7: warning: parameter names (without types) in function declaration dbg/winedbg.c:7: warning: data definition has no type or storage class dbg/winedbg.c: In function `get_info': dbg/winedbg.c:35: warning: assignment makes pointer from integer without a cast dbg/winedbg.c: At top level: dbg/winedbg.c:232: warning: `enum __DEBUG_CLASS' declared inside parameter list dbg/winedbg.c:232: warning: its scope is only this definition or declaration, which is probably not what you want. dbg/winedbg.c:233: parameter `cls' has incomplete type dbg/winedbg.c: In function `wine_dbg_log': dbg/winedbg.c:234: `__DBCL_COUNT' undeclared (first use in this function) dbg/winedbg.c:234: (Each undeclared identifier is reported only once dbg/winedbg.c:234: for each function it appears in.) dbg/winedbg.c:234: variable `classes' has initializer but incomplete type dbg/winedbg.c:234: invalid initializer dbg/winedbg.c:234: (near initialization for `classes') dbg/winedbg.c:234: warning: excess elements in scalar initializer dbg/winedbg.c:234: warning: (near initialization for `classes') dbg/winedbg.c:234: warning: excess elements in scalar initializer dbg/winedbg.c:234: warning: (near initialization for `classes') dbg/winedbg.c:234: warning: excess elements in scalar initializer dbg/winedbg.c:234: warning: (near initialization for `classes') dbg/winedbg.c:239: `tid' undeclared (first use in this function) make[1]: *** [dbg/winedbg.o] Error 1 make[1]: Leaving directory `d:/ros/reactos/lib/ntdll' make: *** [ntdll] Error 2 David |