On 6/18/06, Wayne Topa wrote: > You are doing better them I am. I replaced all of the > /usr/lib/gcc-lib/i486-linux/3.3.5/include/stddef.h lines in all of the > makefile with the correct path for Debian Testing. Errors reported > were > make -C libcore > make[1]: Entering directory `/home/wtopa/DOWNLOADS/JAL2/libcore' > gcc -O2 -Werror -pedantic -Wall -Wshadow -Wcast-qual -Wcast-align -g -c -o vardef.o vardef.c > cc1: warnings being treated as errors The correct procedure is to "make depend" as per the suggest on by John. Then remove the "-Werror" in CFLAGS of the top Makefile. Then "make" will do the job. There are many warning message regarding the vardef.h file. Regards, Xiaofan -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist