Expect some stabilty challenges20 Dec
There are a number of changes happening in the Python-Ogre SVN at the moment so bear with me if something breaks along the way — shouldn’t happen however often it does
Changes include implementing boost indexing as include files instead of linking it into the boost python library. This is actually a change in the latest Py++ that should make building Python-Ogre even simpler. It basically menas you need the pyplusplus/indexing_suite_v2/indexing_suite in your include path to build.
Also working on the Mac build which is going well — however fell like I’ve had to stand on my head and spin three times to get everything working
— interesting challenges with things like AsertMacros.h defining a macro called ‘check’ with then breaks all the convenience functions in the Python-Ogre wrapper..
However intention to have stable SVN before Christmas..

