[osg-users] Xcode project issues

2009-06-05 Thread Brent Gulanowski
Hi, This is moved from the submissions forum/list. Forgive the mispost there. Building the source from Xcode using the Xcode project file included in the 2.8.1 distribution download, and encountered some issues. Not using cmake (which is unfamiliar to me). Notice that the Xcode build

Re: [osg-users] Xcode project issues

2009-06-05 Thread Robert Osfield
Hi Brent, I'm not a OSX users, but do occasionally compile up on OSX machines (mostly remote login) and always use cmake and Makefiles so can't comment too specifically on XCode projects as I never use these. You can generate XCode projects from CMake, but haven't tried this, the Cmake generated

Re: [osg-users] Xcode project issues

2009-06-05 Thread Frank van Meurs
Hi Brent, Robert, I've tried compiling OSG on my own Mac a while ago, using the provided XCode project. In short, it turned out that there were quite a few remnants of Stephan's personal configuration strewn about the project. I can imagine this happening, as there's quite a lot of places

Re: [osg-users] Xcode project issues

2009-06-05 Thread Großer Martin
hello, the matrix manipulator from osg::GA has the method home(double). I use this method to change the position of the camera to the new home position. But I don't know what the double parameter represent? Cheers, Martin ___ osg-users mailing list

Re: [osg-users] Xcode project issues

2009-06-05 Thread Robert Osfield
Hi Martin, Could you please use a new thread to ask a new question, I won't answer this question here as this thread is about XCode projects, you'll need to report your question under an appropriate heading. Robert. 2009/6/5 Großer Martin grosser.mar...@gmx.de: hello, the matrix manipulator

Re: [osg-users] Xcode project issues

2009-06-05 Thread Brent Gulanowski
robertosfield wrote: Hi Brent, I'm not a OSX users, but do occasionally compile up on OSX machines (mostly remote login) and always use cmake and Makefiles so can't comment too specifically on XCode projects as I never use these. You can generate XCode projects from CMake, but haven't

Re: [osg-users] Xcode project issues

2009-06-05 Thread Robert Osfield
HI Brent, On Fri, Jun 5, 2009 at 3:46 PM, Brent Gulanowskibgulanow...@marketcircle.com wrote: I see. However, it seems counter-intuitive to me to use an automated tool to generate project files meant primarily to be read and processed by Xcode, for human users. Why not just generate build

Re: [osg-users] Xcode project issues

2009-06-05 Thread Stephan Maximilian Huber
Hi Brent, Brent Gulanowski schrieb: This is moved from the submissions forum/list. Forgive the mispost there. Building the source from Xcode using the Xcode project file included in the 2.8.1 distribution download, and encountered some issues. Not using cmake (which is unfamiliar to me).

Re: [osg-users] Xcode project issues

2009-06-05 Thread Stephan Maximilian Huber
Hi Frank, Frank van Meurs schrieb: Hi Brent, Robert, I've tried compiling OSG on my own Mac a while ago, using the provided XCode project. In short, it turned out that there were quite a few remnants of Stephan's personal configuration strewn about the project. I can imagine this

Re: [osg-users] Xcode project issues

2009-06-05 Thread Stephan Maximilian Huber
Hi Brent, Brent Gulanowski schrieb: robertosfield wrote: Hi Brent, I'm not a OSX users, but do occasionally compile up on OSX machines (mostly remote login) and always use cmake and Makefiles so can't comment too specifically on XCode projects as I never use these. You can generate

Re: [osg-users] Xcode project issues

2009-06-05 Thread Frank van Meurs
Stephan Maximilian Huber wrote: Hi Frank, Frank van Meurs schrieb: Hi Brent, Robert, I've tried compiling OSG on my own Mac a while ago, using the provided XCode project. In short, it turned out that there were quite a few remnants of Stephan's personal configuration strewn about the project.

Re: [osg-users] Xcode project issues

2009-06-05 Thread Brent Gulanowski
robertosfield wrote: HI Brent, On Fri, Jun 5, 2009 at 3:46 PM, Brent Gulanowski wrote: I see. However, it seems counter-intuitive to me to use an automated tool to generate project files meant primarily to be read and processed by Xcode, for human users. Why not just generate build