Those float changes worked, thank you.Tobi wrote:In float3.h:36, changetoCode: Select all
#ifdef _MSC_VER
In float3.cpp:24, changeCode: Select all
#if defined(_MSC_VER) || defined(__APPLE__)
toCode: Select all
#ifdef _MSC_VER
I think that will get rid of all the 'float3::' undefined references.Code: Select all
#if defined(_MSC_VER) || defined(__APPLE__)
If it does, let me know, then I'll commit this change.
MacMessageBox is currently not implemented; could comment the call out temporarily in errorhandler.cpp:50.
I've no clue about CSound::CSound(), maybe doublecheck that Sound.cpp is being linked in?
Okay this has allowed me to nearly compile all the source code on Mac.
CSound isn't being found because I commented out the sound, because I cannot work out the error it is throwing at me (only know a handful of object based coding)
I will post the sound error I am getting, and maybe someone here can help out.