| Author | Topic |
Posts: 413
Registered: May 2004
|
|
Compilation problem with libsbml 2.3.4 and gcc 4.1
|
16 Aug '06 09:30
|
 |
|
Hi guys
Some time ago Eryk reported a problem with compiling libsbml 2.3.4 with gcc
4.1 (and sorry Eryk it has taken us this long to test with gcc 4.1!!)
The problem is with line 79 in SBMLSchemaInputSource.h which says
BinInputStream* SBMLSchemeInputSource::makeStream ()const;
but doesnt need the class qualifier since its inside the class declaration
so should be replaced with
BinInputStream* makeStream ()const;
Sorry guys - although we should probably applaud gcc for catching it. No
other compiler has even warned about this :-)
Sarah
|
|
|