HI Robert,

On 3 February 2015 at 22:40, Robert Graf <muzzlebu...@gmail.com> wrote:

> Easiest solution:
> Simply activate the ALL_BUILD scheme from the drop-down menu at the top of
> the window. It defaults to uninstall, which probably is not desirable.
>

I have just checked OpenSceneGraph/CMakeLists.txt and it refers to install
before uninstall and my Makefile the install is provided before the
uninstall.  I'm not an OSX user let alone an XCode one so can't comment
when CMake or XCode might be doing wrong to screw things up, but it looks
like at least on the OSG CMake side the isn't anything I've seen so far
that would cause this ordering issue.

When I have used OSX I've in the past I've always used the Makefile to
build as it's simpler and quicker to do, I found XCode was just made simple
things awkward to do. Mostly I would expect OSG users to just want to build
and install the OSG so you might well be able to just use the Makefile
system.

BTW, you don't need to tell CMake to use Makefiles under unices as this is
the default.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to