Re: [osg-users] out-of-source builds don't work reliably?

2008-12-17 Thread Don Leich
Hi J-S, We've never tried multiple platforms with the same in-source tree, and I wouldn't expect that it should work. However, I would expect that we'd be able to build debug and release versions for a single platform in the same in-source tree. Has this been working reliably for you? We've bee

Re: [osg-users] out-of-source builds don't work reliably?

2008-12-16 Thread Jean-Sébastien Guay
Hi Don, Because of way our network is set up we build Windows on a seperate drive, so it's always been built in-source. We have several flavors of Linux, Mac, and maybe even Solaris (if we get around to it) that I've been trying to build off the same source directory. Well, building multiple

Re: [osg-users] out-of-source builds don't work reliably?

2008-12-16 Thread Don Leich
Hi J-S, You're right about using ccmake. I should get it installed on my Linux box. (It already is on my Mac.) I always head for the wrong .txt file to edit. Thanks for sharing your experiences with out-of-source building. I'm not so sure Mac is such a different beast or if the out-of-source

Re: [osg-users] out-of-source builds don't work reliably?

2008-12-16 Thread Don Leich
Hi Robert, I did see the thread about the out-of-source Config files and needing to include the out-of-source path. Once I went looking for a solution to this problem it was pretty easy to find. (Although I didn't catch on that installing as a solution until now.) I had been resisting the instal

Re: [osg-users] out-of-source builds don't work reliably?

2008-12-16 Thread Jean-Sébastien Guay
Hi Don, I think I have found a bunch of problems due to building OSG exclusively for out-of-source. Specific problems may be limited to Mac OS X, but I think there is just a basic failure of out-of-source builds where cmake does not work as expected. I have always built out-of-source, be it on

Re: [osg-users] out-of-source builds don't work reliably?

2008-12-16 Thread Robert Osfield
Hi Don, The glx/gl finding issue is one I've seen from even before the cmake days when doing straight Makefile builds. I don't think the out of source will have any baring on this. My guess is the framework vs include/GL issues might be causing these. I've known exactly why though - I'm only a

[osg-users] out-of-source builds don't work reliably?

2008-12-16 Thread Don Leich
It seems that I've had more difficulty with building OSG than most other developers out there. Now that I've picked up the 2.7.7 release, revisted some old problems and encountered new ones, I may have found much of the cause. I think I have found a bunch of problems due to building OSG exclusive