syntax error : identifier 'heap_memory

MindCalamity

11-03-2012 22:45:04

This error occurs in BaseManager.cpp, I have no idea why, but it's related to Boost.

Any help ?

Altren

12-03-2012 18:45:20

Er, we don't use boost in MyGUI.
Ogre use it if you enabled it. Check your Ogre builds.

MindCalamity

12-03-2012 21:28:53

Well then that's the problem, MyGUI seems to be conflicting with something Boost defines.

I'll look into it.

---- Done ----

Adding BOOST_NO_RVALUE_REFERENCES to the Preprocessor definitions did it.

(Note: You need to add that to every project that causes the error.)