Hi, I still didn't give up the idea of compiling the IrrODE Wrapper on MacOSX.
Maybe you have a very early piece of code of your wrapper, that I could use to debug? Would be easier to understand the problem for me.
Just for info:
The errors I receive when running the HelloWorld app (using the cube) are raised from the ODE functions which I installed via MacPorts (=release version), so I can't debug further until I build debug version from source.
I debugged and found the error:
ODE INTERNAL ERROR 2: Bad argument(s) in dxBox()
is raised on following statement in CIrrOdeDevice::geomCreateBox:
wrap->m_pGeom=dCreateBox(GETSPACE(iSpace),fWidth,fHeight,fDepth);