On Fri, 5 Sep 2003 13:48:50 +0100
José Fonseca <[EMAIL PROTECTED]> wrote:

> 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?

No idea. Doesn't look like its my fault anyway ;-). Which expat version
are you using? Maybe you could send me expat.h so I can try the same
header on my box.

FWIW, the enum XML_Status looks the same on my notebook, but that has a
slightly more up-to-date Debian than my box at home.

> 
> Jose Fonseca

Felix

------------    __\|/__    ___     ___       -------------------------
 Felix       ___\_e -_/___/ __\___/ __\_____   You can do anything,
   Kühling  (_____\Ä/____/ /_____/ /________)  just not everything
 [EMAIL PROTECTED]       \___/   \___/   U        at the same time.


-------------------------------------------------------
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