cvs trunk will no longer compile for me:

gcc ... xmlconfig.c
xmlconfig.c:268:29: warning: ISO C does not permit named variadic macros
xmlconfig.c:280:27: warning: ISO C does not permit named variadic macros
xmlconfig.c:294:27: warning: ISO C does not permit named variadic macros
xmlconfig.c: In function `driParseOptionInfo':
xmlconfig.c:499: warning: ISO C forbids forward references to `enum' types
xmlconfig.c:499: storage size of `s' isn't known
xmlconfig.c:531: `XML_STATUS_OK' undeclared (first use in this function)
xmlconfig.c:531: (Each undeclared identifier is reported only once
xmlconfig.c:531: for each function it appears in.)
xmlconfig.c:499: warning: unused variable `s'
xmlconfig.c: In function `parseOneConfigFile':
xmlconfig.c:711: warning: ISO C forbids forward references to `enum' types
xmlconfig.c:711: storage size of `s' isn't known
xmlconfig.c:734: `XML_STATUS_OK' undeclared (first use in this function)
xmlconfig.c:711: warning: unused variable `s'
make: *** [xmlconfig.o] Fehler 1

Some quick googling shows this looks like it's some compatibility problem with expat. Currently, I have installed expat 1.95.4 (SuSE 8.1, gcc 3.2).
Am I just supposed to upgrade expat? That's no problem, but aren't all those expat 1.95.x releases supposed to be source (and binary) compatible?


Roland



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to