Hi Guys Thanks for the great info Eric, I've started to look into the xconfig stuff, looks promising but i'll need quite a bit of spare time to seek out all the requirements I think :)
I've managed to find a flag for not compiling for thumb which seems to work (-mno-thumb), it all compiles at least, I'm still struggling to find a way to compile FileUtils as Obj-c++, but i also noticed if I use CMake to generate a OSX Cocoa based project I still have to use the manual technique. I've been a bit naughty and have just added iphone version of imageio plugin into the plugins/imageIO folder as imageio_iphone and used the CMakeLists file to select the correct one. I'll try to find the time to merge them, but I'm running short on time again. The steps made here almost allow us to remove the IPhone_Project folder, all we lack is the ability to generate IPhone Apps so that we can add an example. At the moment I'm using a handcrafted app not included in the download. One other issue which I think is unavoidable is that you can only generate either a device or simulator project. both will appear in the project but they will use the same sdk. This appears to be limited by CMake. Here's my version of the iphone git www.hogbox.co.uk/data/osg-iphone-git.zip Mainly changes are to CMakelists files, check the IPhone_project/changelog.txt file for other changes. Also check CMake_Steps_IPhone.txt for steps I took using CMake GUI to create the IPhone projects. Using the above I managed to compile and use all main osg libs, and compile and use osg, ive, imageio and freetype plugins. Stephan, i'm most certainly interested in getting multitouch support into osgGA, i'm using osg for games development and will be needing multitouch asap so that I can use osgGA across all platforms :) Let me know how you get on and any thoughts you have, then we should try and start a list of the final steps required before the IPhone port is ready for show-time. Cheers Tom PS I think I've been added to the authors list but as Thomas Halgarth, my last name is actually Hogarth. PPS I there really is a Thomas Halgarth, sorry for trying to steal your thunder :)
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

