| Author | Topic |
Posts: 15
Registered: February 2007
|
|
Issues compiling libsbml 3.0.2/CVS on AIX
|
11 Dec '07 08:18
|
 |
|
Hi,
I recently tried to recompile LibSBML-3.0.2 or CVS version on AIX, with
gcc version 3.3.2. I use EXPAT as my XML parser (version 2.0.0). The
configure step succeeds and looks normal.
I get this error:
gmake[2]: Entering directory
`/hpc/work/fernandz/src-gnu/libsbml-3.0.2/src/xml'
g++ -fPIC -DAIX -I/hpc/work/fernandz/local32/include -DUSE_EXPAT -Wall
-g -O2 -I. -I/hpc/work/fernandz/src-gnu/libsbml-3.0.2/include -c -o
XMLAttributes.o XMLAttributes.cpp
XMLAttributes.cpp: In constructor `XMLAttributes::XMLAttributes()':
XMLAttributes.cpp:62: error: class `XMLAttributes' does not have any
field
named `mLog'
XMLAttributes.cpp: At global scope:
XMLAttributes.cpp:78: error: definition of implicitly-declared `
XMLAttributes::XMLAttributes(const XMLAttributes&)'
XMLAttributes.cpp: In copy constructor
`XMLAttributes::XMLAttributes(const
XMLAttributes&)':
XMLAttributes.cpp:81: error: 'class XMLAttributes' has no member named '
mElementName'
XMLAttributes.cpp:81: error: 'const class XMLAttributes' has no member
named '
mElementName'
XMLAttributes.cpp:82: error: 'class XMLAttributes' has no member named
'mLog'
XMLAttributes.cpp:82: error: 'const class XMLAttributes' has no member
named '
mLog'
XMLAttributes.cpp: At global scope:
[...]
And many other errors of the same kind.
I looked at the code, I don't understand why the compiler gives an error
here. Any idea?
Thanks a lot,
Eric Fernandez
____________________________________________________________
To manage your libsbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/libsbml-discuss
For a web interface to the libsbml-discuss mailing list, visit
http://sbml.org/forums/
For questions or feedback about the libsbml-discuss list,
contact sbml-team@caltech.edu.
|
|
|