I get the following errors below. This is fixed by replacing the gl/string.h
  http://www.csse.uwa.edu.au/~john/gl_string_h_bug/gl/string.h
with the mingw version of string.h
  http://www.csse.uwa.edu.au/~john/gl_string_h_bug/mingw/string.h
This sounds like another gnulib bug.

In file included from tests/libpspp/ll-test.c:35:
./gl/string.h:38: error: syntax error before "__dest"
./gl/string.h:39: warning: function declaration isn't a prototype
./gl/string.h:49: error: syntax error before "__dst"
./gl/string.h:49: warning: function declaration isn't a prototype
./gl/string.h:129: error: syntax error before "__stringp"
./gl/string.h:129: warning: function declaration isn't a prototype
./gl/string.h:175: error: syntax error before "__s"
./gl/string.h:176: warning: function declaration isn't a prototype
make[3]: *** [tests/libpspp/ll-test.o] Error 1


--
John C. McCabe-Dansted
PhD Student
University of Western Australia


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to