SWIG compilation errors
Bill Davis <davisw <at> beast.amd.com>
2001-01-10 17:31:34 GMT
Hi,
First, I'd like to apologize for any inane-sounding questions. I
consider myself to a be a good programmer, but fully realize that I pale
in comparison to the level at which you all operate!
I'm trying to compile SWIG 1.3a5 on HP-UX 10.20. I have received the
following error while using the B.10.20.11 ANSI C compiler:
cc -g -I./. -I./../DOH/Include -I./../Include -c -o map.o map.c
cc: "../DOH/Include/doh.h", line 56: warning 5: "const" will become a
keyword.
cc: "../DOH/Include/doh.h", line 56: error 1000: Unexpected symbol:
"DOH".
cc: "../DOH/Include/doh.h", line 57: error 1000: Unexpected symbol: "*".
cc: "../DOH/Include/doh.h", line 61: error 1000: Unexpected symbol: "*".
cc: "../DOH/Include/doh.h", line 62: warning 5: "const" will become a
keyword.
cc: "../DOH/Include/doh.h", line 62: error 1000: Unexpected symbol: "*".
cc: "../DOH/Include/doh.h", line 62: error 1000: Unexpected symbol:
"DOH".
cc: "../DOH/Include/doh.h", line 62: error 1000: Unexpected symbol: ";".
cc: "../DOH/Include/doh.h", line 63: error 1000: Unexpected symbol: ";".
cc: "../DOH/Include/doh.h", line 64: warning 5: "const" will become a
keyword.
(Continue reading)