cc -DPD -O3 -funroll-loops -fomit-frame-pointer -I/Users/hans/cvs/ pure-data/externals/../pd/src -Wall -W -I/sw/include -DMACOSX -DUNIX - Dunix -o "/Users/hans/cvs/pure-data/externals/../externals/iem16/src/ iem16_array.o" -c "/Users/hans/cvs/pure-data/externals/../externals/ iem16/src/iem16_array.c" In file included from /Users/hans/cvs/pure-data/externals/../ externals/iem16/src/iem16_array.c:9: /Users/hans/cvs/pure-data/externals/../externals/iem16/src/ iem16_table.h:92: error: parse error before "int32" /Users/hans/cvs/pure-data/externals/../externals/iem16/src/ iem16_table.h:92: warning: no semicolon at end of struct or union
Here's the code in question:
89 union tabfudge 90 { 91 double tf_d; 92 int32 tf_i[2]; 93 };
.hc
Man has survived hitherto because he was too ignorant to know how to
realize his wishes.
Now that he can realize them, he must either change them, or perish.
-William Carlos
Williams