Back after a long time, and trying to get one of my iPhone projects to compile. iPhone 5.1 SDK.
I wasn't able to find anything about this on the forum in terms of the latest releases.
First pulled down the source for 1.7.3.
Then pulled down the ogl-es source from the tar ball here:
http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/branches/
Copied the ogles source on top of the 1.7.3 source file source directory (mistake?)
Now trying to build my project and getting lots of errors.
Example:
CAnimatedMeshSceneNode.cpp:787:3: error: expected unqualified-id
const io::path path = SceneManager->getFileSystem()->
^
Is there a conflict with the includes in 1.7.3 'include' folder and the ogles source?
Any sample xCode projects?
thanks!
