Bruce Korb <[EMAIL PROTECTED]> writes: > > Anyway, for me it builds with GCC 3.x and fails with 4.x, but looks > like it should fail no matter what the compiler. What gives?
Guile in main.c doesn't look at the structure fields so doesn't need the actual definition. gcc 3 was happy to throw around pointers to an undefined struct (I think that was traditional among cc's too), but gcc 4 has got strict :-(. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel