James Tabor wrote:
James Tabor wrote:
ntoskrnl: [CC] dbg/kdb_cli.c
dbg/kdb_cli.c: In function `KdbpPrint':
dbg/kdb_cli.c:1721: warning: implicit declaration of function `isalpha'
make[1]: *** [dbg/kdb_cli.o] Error 1
make: *** [ntoskrnl] Error 2
I gave up and added #include <ctype.h> in kdb_cli.c and kdb_string.c.
Set OPTIMIZED := 0 in the config file.
So far I'm compiling ok.
Thanks,
James
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev
I'm not having any problems compiling...I think its' up to blight to add
these includes because I don't think they depend on the branch.
Best regards,
Alex Ionescu