[Solved] ConfigFile Load

Minor issues with the Ogre API that can be trivial to fix
Post Reply
dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

[Solved] ConfigFile Load

Post by dermont »

It looks like there is an additional ConfigFile::load(String,String,String,bool) declared in ConfigFile.h for v1-9, maybe related to the following update(?).

https://bitbucket.org/sinbad/ogre/diff/ ... f0&at=v1-9

On Linux it causes undefined symbols when loading a python-ogre module where the code is generated from the headers.
Last edited by dermont on Sun Oct 13, 2013 6:27 pm, edited 1 time in total.
User avatar
spacegaier
OGRE Team Member
OGRE Team Member
Posts: 4304
Joined: Mon Feb 04, 2008 2:02 pm
Location: Germany
x 135
Contact:

Re: ConfigFile Load

Post by spacegaier »

Looking into it right now...
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
User avatar
spacegaier
OGRE Team Member
OGRE Team Member
Posts: 4304
Joined: Mon Feb 04, 2008 2:02 pm
Location: Germany
x 135
Contact:

Re: ConfigFile Load

Post by spacegaier »

Should be fixed now: https://bitbucket.org/sinbad/ogre/commi ... b40f69af7a

Please try again.
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

Re: [Solved] ConfigFile Load

Post by dermont »

Thanks.
Post Reply