Michael Norton wrote: > [localhost:~/dev/stuff] michaeln% make > cc -I/sw/include -I/sw/include/libnet main.c -o test > /sw/include/libnet.h:87: "byte order has not been specified, you'll > /sw/include/libnet.h:88: undefined type, found `need' > /sw/include/libnet.h:88: illegal external declaration, missing `;' after [] > /sw/include/libnet.h:89: warning: ANSI C forbids newline in string > constant > /sw/include/libnet.h:95: unterminated string constant > main.c:86: unterminated #if conditional > cpp-precomp: warning: errors during smart preprocessing, retrying in > basic mode > preprocessor exiting with code 1 due to errors
You want to compile with the -no-cpp-precomp flag. -- Martin _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
