Felix,

I noticed the config-0-0-1-branch snapshots have been failing. The error reported in 
the log is:

xmlconfig.c: In function `driParseOptionInfo':
xmlconfig.c:482: error: storage size of `s' isn't known
xmlconfig.c:514: error: `XML_STATUS_OK' undeclared (first use in this
function)
xmlconfig.c:514: error: (Each undeclared identifier is reported only
once
xmlconfig.c:514: error: for each function it appears in.)
xmlconfig.c:482: warning: unused variable `s'
xmlconfig.c: In function `parseOneConfigFile':
xmlconfig.c:694: error: storage size of `s' isn't known
xmlconfig.c:717: error: `XML_STATUS_OK' undeclared (first use in this
function)
xmlconfig.c:694: warning: unused variable `s'

And this is causing almost all drivers to fail.

My expat.h has:

enum XML_Status {
  XML_STATUS_ERROR = 0,
#define XML_STATUS_ERROR XML_STATUS_ERROR
  XML_STATUS_OK = 1
#define XML_STATUS_OK XML_STATUS_OK
};

So I have no idea of what may be causing this. Any clues?

Jose Fonseca


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to