Page 1 of 1

[Solved] ConfigFile Load

Posted: Sun Oct 13, 2013 11:41 am
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.

Re: ConfigFile Load

Posted: Sun Oct 13, 2013 11:58 am
by spacegaier
Looking into it right now...

Re: ConfigFile Load

Posted: Sun Oct 13, 2013 12:12 pm
by spacegaier
Should be fixed now: https://bitbucket.org/sinbad/ogre/commi ... b40f69af7a

Please try again.

Re: [Solved] ConfigFile Load

Posted: Sun Oct 13, 2013 6:27 pm
by dermont
Thanks.