From: Bob D. <bd...@si...> - 2004-02-09 20:21:25
|
Juan, Are your includes like this??? (for parsexml.c): #include <stdlib.h> #include <stdio.h> #include <string.h> #include <libxml/xmlversion.h> #include <libxml/xmlmemory.h> #include <libxml/xinclude.h> #include "rlib.h" On Mon, 2004-02-09 at 14:02, Juan Rodriguez wrote: > Hi Bob, we are trying to build the v.1.1.7 and we have the same problems > (above), we are running Suse 8.2 with the libxml2-2.6.5. > We tried with the chsnge of the headers (stdlib and stdio, but we don't > have any result). Do you know how to fix this problem > > - -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o > In file included from /usr/include/_G_config.h:44, > from /usr/include/libio.h:32, > from /usr/include/stdio.h:72, > from parsexml.c:21: > /usr/include/gconv.h:72: error: parse error before "size_t" > /usr/include/gconv.h:88: error: parse error before "size_t" > /usr/include/gconv.h:97: error: parse error before "size_t" > /usr/include/gconv.h:174: error: parse error before "size_t" > > Thanks, Juan > > P.D: Sorry , but english it's not my native language. > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |