DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29169>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29169 top level Makefile fails on sinix trying to preprocess .h files ------- Additional Comments From [EMAIL PROTECTED] 2004-05-27 14:52 ------- s/export_vars.h/export_vars.c/ works fine as cpp can process .c files but not .h files: bash-2.04$ cat xx.h #define dave fred bash-2.04$ cat xx.c #include "xx.h" main() { printf("hello\n"); } bash-2.04$ cc -E xx.h cc: [warning]: CDR9971 unknown file 'xx.h' ignored cc: [fatal]: CDR9982 missing compilable files bash-2.04$ cc -E xx.c #line 1 "xx.c" #line 1 "xx.h" #line 2 "xx.c" main() { printf("hello\n"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
