[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gl/string.h problem
From: |
John McCabe-Dansted |
Subject: |
gl/string.h problem |
Date: |
Mon, 12 Feb 2007 21:20:15 +0900 |
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
- gl/string.h problem,
John McCabe-Dansted <=