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.
[Solved] ConfigFile Load
-
- Bugbear
- Posts: 812
- Joined: Thu Dec 09, 2004 2:51 am
- x 42
[Solved] ConfigFile Load
Last edited by dermont on Sun Oct 13, 2013 6:27 pm, edited 1 time in total.
-
- OGRE Team Member
- Posts: 4304
- Joined: Mon Feb 04, 2008 2:02 pm
- Location: Germany
- x 136
Re: ConfigFile Load
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...
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
-
- OGRE Team Member
- Posts: 4304
- Joined: Mon Feb 04, 2008 2:02 pm
- Location: Germany
- x 136
Re: ConfigFile Load
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...
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
-
- Bugbear
- Posts: 812
- Joined: Thu Dec 09, 2004 2:51 am
- x 42
Re: [Solved] ConfigFile Load
Thanks.