Re: [osg-users] Question on OSX frameworks

2010-12-14 Thread Martins Innus
Hi Steven, On 4/24/10 6:04 AM, Stephan Huber wrote: Hi Martins, Am 23.04.10 20:12, schrieb Martins Innus: I've been using the frameworks generated by the latest CMake updates in my own projects under osx, and it works great. However it doesn't seem like its working for the osg provided

Re: [osg-users] Question on OSX frameworks

2010-04-27 Thread Martins Innus
Bruce, Yeah, thanks, thats what I've been doing in my own projects and it works fine. The problem is, when I do this from within the osg XCode project for osgviewer, I get the following: PBXCp build/bin/Release/osgviewer.app/Contents/Frameworks/osg.framework

Re: [osg-users] Question on OSX frameworks

2010-04-24 Thread Stephan Huber
Hi Martins, Am 23.04.10 20:12, schrieb Martins Innus: I've been using the frameworks generated by the latest CMake updates in my own projects under osx, and it works great. However it doesn't seem like its working for the osg provided applications. I build the frameworks and application

Re: [osg-users] Question on OSX frameworks

2010-04-24 Thread Bruce Wheaton
Martins, I was under the impression that the projects were 'partial' in this way so you had an option of installing OSG frameworks. What I do, to make standard, distributable examples, is: Add a build stage to the target you're building, a 'Copy Files' stage. Set the destination to

[osg-users] Question on OSX frameworks

2010-04-23 Thread Martins Innus
Hello, I've been using the frameworks generated by the latest CMake updates in my own projects under osx, and it works great. However it doesn't seem like its working for the osg provided applications. I build the frameworks and application bundles using svn from yesterday. Then when i