Hi,

Cool, 2 times succes: cmake is working properly now and finds Xcode:
- the upgrade of cmake was not done properly, some symlinks were still pointing to older versions. Fixed them by hand. (btw I needed to remove some other cmake related stuff by hand too)
- Installed "Command Line Tools for Xcode - Late March 2012"
(did not build yet)

osgIPhoneViewer now builds properly and starts (in simulator).

thanks a lot!
Raymond



On 5/3/2012 11:50 AM, Stephan Maximilian Huber wrote:
Hi Raymond,

Am 03.05.12 11:18, schrieb Raymond de Vries:

I would like to follow your procedure to build a set of iOS libs and I
am following your instructions in this mail and on the new website
(which is progressing nicely btw, congrats!). I have some questions
though...

In this mail, you mention that cmake nightly build should be usable. In
the mean time 2.8.8 is out there so I guess that one should be usable,
as also mentioned on the osg iOS page.

Now when I try to use cmake 2.8.8 by running 'cmake-gui .' from within
the osg svn folder, it doesn't find xcode. Do I need to configure xcode
somehow in order to find it?
try

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

on the command-line
I tried that already before, I suspect something like that indeed. I
tried it again and it does not help...
Can you post the cmake-error you get?

I am trying to install a nightly build but it cannot be installed
because 'a newer version is installed'. Any idea how I can uninstall the
current cmake version? Deleting it from /Applications is not enough?!?
hmm, no idea.


Ok, clear, I thought that indeed. Last night, I tried it and it worked
ok out of the box. Almost ok, though: I get unresolved symbols from
freetype. Which freetype should I use, and how should I install that?

(sorry to ask newbie questions since I am still pretty new with Mac dev)
I ficed the freetype issue on github, do a git pull origin iphone and it
should work.

The previous freetype-lib worked only for the devie.

cheers,

Stephan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to