Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-interoperability » Compilation problem with libsbml 2.3.4 and gcc 4.1
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
Sarah Keating


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








      

SubjectPosterDate
Read Message   Compilation problem with libsbml 2.3.4 and gcc 4.1  Sarah Keating16 Aug '06 09:30
Previous Topic:Using Matlab Bindings with Octave
Next Topic:Species vs SpeciesReference
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.