Re: [osg-users] Improvements for OSX application bundles

2008-06-23 Thread Robert Osfield
Hi James, On Sun, Jun 22, 2008 at 11:08 PM, James Killian [EMAIL PROTECTED] wrote: If 2.6 can solve the need to having the config files in the source (for out-of-source environment) then I'll be looking forward to the change. :) As far as I'm aware fixes on Friday mean that the config header

Re: [osg-users] Improvements for OSX application bundles

2008-06-23 Thread Robert Osfield
Hi All, Since Eric's changes moves things forward under OSX, without any impact on other platforms I have gone ahead and merged his changes. Cheers, Robert. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Improvements for OSX application bundles

2008-06-23 Thread Eric Sokolowsky
This is a good point. I should have thought about this. I will for the future. Thanks for testing! I also agree that we should require CMake 2.6 for OSX platform. -Eric On Fri, Jun 20, 2008 at 11:02 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: Hi Eric, I have named the files so that

Re: [osg-users] Improvements for OSX application bundles

2008-06-22 Thread Stephan Huber
Eric Sokolowsky schrieb: If anyone is willing to test these changes before I make a formal submission, I'd appreciate it. the new files broke cMake 2.4, I got weird errormessages (looked like a memory dump :), after upgrading to 2.6 the compile went fine on OS X. cheers Stephan

Re: [osg-users] Improvements for OSX application bundles

2008-06-22 Thread Robert Osfield
Hi Eric, On Sun, Jun 22, 2008 at 11:33 AM, Stephan Huber [EMAIL PROTECTED] wrote: the new files broke cMake 2.4, I got weird errormessages (looked like a memory dump :), after upgrading to 2.6 the compile went fine on OS X. Could you post the error messages? Exactly which version of CMake

Re: [osg-users] Improvements for OSX application bundles

2008-06-22 Thread James Killian
@lists.openscenegraph.org Sent: Sunday, June 22, 2008 12:47 PM Subject: Re: [osg-users] Improvements for OSX application bundles Hi Eric, On Sun, Jun 22, 2008 at 11:33 AM, Stephan Huber [EMAIL PROTECTED] wrote: the new files broke cMake 2.4, I got weird errormessages (looked like a memory dump

Re: [osg-users] Improvements for OSX application bundles

2008-06-22 Thread Robert Osfield
Hi Stephan, The error looks like several threads are writing to the console at one time, I can't see any theme behind it though, other than it's well f*** ;-) Robert. On Sun, Jun 22, 2008 at 7:27 PM, Stephan Huber [EMAIL PROTECTED] wrote: Hi Robert, Robert Osfield schrieb: Could you post

Re: [osg-users] Improvements for OSX application bundles

2008-06-22 Thread Robert Osfield
Hi James, On Sun, Jun 22, 2008 at 7:49 PM, James Killian [EMAIL PROTECTED] wrote: Does your suggestion mean 2.6x for just OSX or for all platforms? Just for OSX. Although for other later platforms combinations we might need to require this as well. I initially tried 2.6 for VS 9, and it had

Re: [osg-users] Improvements for OSX application bundles

2008-06-20 Thread Robert Osfield
Hi Eric, Very cool, long awaited progress on CMake/Xcode ;-) I am just turning in right now so can't do anything about reviewing them myself, I also don't a Mac to test against right now, although next week I will have access. Could other OSX users dive in here and test out these changes, if

Re: [osg-users] Improvements for OSX application bundles

2008-06-20 Thread Eric Sokolowsky
I should mention that this is also useful to be tested on non-OSX platforms, in order to make sure I properly insulated the changes I made. I'm going to be out of the office for a few days, but when I return I plan to test out the X11 path you added. It looks interesting. -Eric On Fri, Jun 20,

Re: [osg-users] Improvements for OSX application bundles

2008-06-20 Thread Robert Borchers
Hi, tested it on a MacBook with OSX 10.5 and intel cpu, this is the first of the seveal errors. I have no idea of how to use cmake so I just copied the provided files and tried to run ./configure. I you could give me any advice of how to use cmake correctly I will provide further tries.

Re: [osg-users] Improvements for OSX application bundles

2008-06-20 Thread Jean-Sébastien Guay
Hi Eric, I have named the files so that the hypen character (-) should be replaced by the slash character (/) when placing in the OSG source hierarchy. This was necessary as several of the changed files all have the same filename, just different locations. You could have saved yourself the