"John McCabe-Dansted" <[EMAIL PROTECTED]> writes: > 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
These are just causing by neglecting to include <config.h>. I checked in the fix. -- "Sanity is not statistical." --George Orwell _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
