[Expat-bugs] [ expat-Bugs-676844 ] expat.h compile error
SourceForge.net
noreply at sourceforge.net
Wed Jan 29 07:51:16 EST 2003
Bugs item #676844, was opened at 2003-01-29 10:37
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=676844&group_id=10127
Category: Build control
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: expat.h compile error
Initial Comment:
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c
context.cpp -fPIC -DPIC -o .libs/context.lo
In file included from parser.h:45,
from guard.h:143,
from context.cpp:45:
/usr/include/expat.h:657: use of enum `XML_Status'
without previous declaration
/usr/include/expat.h:736: multiple definition of `enum
XML_Status'
when building sablotron.
Hand editing the file to place the def of enum
XML_Status before any references to it fixes the problem.
----------------------------------------------------------------------
>Comment By: Karl Waclawek (kwaclaw)
Date: 2003-01-29 10:51
Message:
Logged In: YES
user_id=290026
So far only gcc3.2 has complained.
Not sure if this is a bug, since most compilers accept it,
but it has been fixed in CVS already anyway.
Set resolution status to fixed, but leave open.
There may be other users who would report this as a bug
and I want them to see the open report instead of
having duplicates created.
Assigned to Fred - since he may know more about
whether this truly is a bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=676844&group_id=10127
More information about the Expat-bugs
mailing list