Re: [osg-users] CMake error from trunk this morning

2010-01-28 Thread Robert Osfield
svn update :-) On Thu, Jan 28, 2010 at 7:40 AM, Trajce Nikolov nikolov.tra...@gmail.com wrote: Hi , I have this error when generating the project files CMake Error at src/osgWrappers/serializers/CMakeLists.txt:36 (ADD_SUBDIRECTORY): add_subdirectory given source osgParticle which is not an

[osg-users] CMake error from trunk this morning

2010-01-27 Thread Trajce Nikolov
Hi , I have this error when generating the project files CMake Error at src/osgWrappers/serializers/CMakeLists.txt:36 (ADD_SUBDIRECTORY): add_subdirectory given source osgParticle which is not an existing directory. Nick http://www.linkedin.com/in/tnick

[osg-users] CMake error on trunk HEAD

2009-02-06 Thread Roger James
I am getting the following error in Cmake after updating to the latest truink (9687). .src/OpenThreads/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in does not exist. Is this a temporary situation or something not been checked in. Roger

Re: [osg-users] CMake error on trunk HEAD

2009-02-06 Thread Robert Osfield
Hi Roger, This is some experiment VS versioning. The path to the PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in is wrong in the src/OpenThreads/CMakeLists.txt, but the file is there (I just double checked that I check it in.) While I made the changes, unfortuantely I don't a VS box to

Re: [osg-users] CMake error on trunk HEAD

2009-02-06 Thread Roger James
Robert Osfield wrote: Hi Roger, This is some experiment VS versioning. The path to the PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in is wrong in the src/OpenThreads/CMakeLists.txt, but the file is there (I just double checked that I check it in.) While I made the changes,

Re: [osg-users] CMake error on trunk HEAD

2009-02-06 Thread Roger James
Roger James wrote: Robert Osfield wrote: Hi Roger, This is some experiment VS versioning. The path to the PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in is wrong in the src/OpenThreads/CMakeLists.txt, but the file is there (I just double checked that I check it in.)

Re: [osg-users] CMake error on trunk HEAD

2009-02-06 Thread Robert Osfield
Hi Roger, Sorry to hear it's still broke. I'm not the original author of version additions, just the integrator. Would it be possible for you to tweak the version support now checked in and get it working. Cheers, Robert. On Fri, Feb 6, 2009 at 7:14 PM, Roger James ro...@beardandsandals.co.uk

Re: [osg-users] CMake error on trunk HEAD

2009-02-06 Thread Roger James
Robert Osfield wrote: Hi Roger, Sorry to hear it's still broke. I'm not the original author of version additions, just the integrator. Would it be possible for you to tweak the version support now checked in and get it working. Cheers, Robert. Robert, Modified template resources

Re: [osg-users] CMake error on trunk HEAD

2009-02-06 Thread sherman wilcox
On Fri, Feb 6, 2009 at 1:41 PM, Roger James ro...@beardandsandals.co.uk wrote: Robert Osfield wrote: Hi Roger, Sorry to hear it's still broke. I'm not the original author of version additions, just the integrator. Would it be possible for you to tweak the version support now checked in and

Re: [osg-users] CMake error with 2.7.8

2008-12-23 Thread Jason Daly
Robert Osfield wrote: H Fred et al, I've merged Mattias's changes to support Cmake 2.4.5 2.5.6 with out current build system, this are now checked into svn/trunk. The main CMakeLists.txt is also attached. Could yo'all stuck with CMake 2.4.5 try out these changes. Builds fine on RHEL

Re: [osg-users] CMake error with 2.7.8

2008-12-21 Thread Robert Osfield
Hi Mattias, On Sat, Dec 20, 2008 at 10:38 PM, Mattias Helsing helsin...@gmail.com wrote: As I said though we would need to require 2.4.7. I guess for win32 too. I personally would prefer to up the required cmake version because i'm not very fond of the IF(major_version == 2 AND minor_version

Re: [osg-users] CMake error with 2.7.8

2008-12-21 Thread Mattias Helsing
Hi Robert, On Sun, Dec 21, 2008 at 12:53 PM, Robert Osfield robert.osfi...@gmail.com wrote: Hi Mattias, On Sat, Dec 20, 2008 at 10:38 PM, Mattias Helsing helsin...@gmail.com wrote: As I said though we would need to require 2.4.7. I guess for win32 too. I personally would prefer to up the

Re: [osg-users] CMake error with 2.7.8

2008-12-21 Thread Robert Osfield
Hi Mattias, What is it's role? It's just a way of asking whether a policy is present in the currently running version of cmake. The POLICY keyword to the IF statement was introduced in cmake-2.4.7 so this is the version that we would require if we wanted to keep the statement as is.

Re: [osg-users] CMake error with 2.7.8

2008-12-21 Thread Robert Osfield
H Fred et al, I've merged Mattias's changes to support Cmake 2.4.5 2.5.6 with out current build system, this are now checked into svn/trunk. The main CMakeLists.txt is also attached. Could yo'all stuck with CMake 2.4.5 try out these changes. Robert. IF(WIN32)

[osg-users] CMake error with 2.7.8

2008-12-20 Thread Frederic Bouvier
Hi Robert, I have a problem trying to build 2.7.8 on Linux (Debian etch). CMake (2.4.5) complains that FindPkgConfig ( .cmake ? ) is not found. It is referenced in src/osgViewer/CMakeLists.txt -Fred -- Frédéric Bouvier http://my.fotolia.com/frfoto/ Photo gallery http://fgsd.sourceforge.net/

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Robert Osfield
Hi Fred, Argg... I missed an OPTIONAL entry in the src/osgViewer/CMakeLists.txt file, alas not enough of the commmunity tested svn/trunk before 2.7.8... it should read: #use pkg-config to find various modues INCLUDE(FindPkgConfig OPTIONAL) IF(PKG_CONFIG_FOUND) ... I've now added this and

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Robert Osfield
Hi Fred, On Sat, Dec 20, 2008 at 1:57 PM, Frederic Bouvier fredlis...@free.fr wrote: Thank you. Here is another one, in main CMakeLists.txt:25 IF had incorrect arguments : POLICY CMP0008 ( Unknown arguments specified ) I checked if there is a newer than 2.4.5 version of CMake under Etch but

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Frederic Bouvier
Robert Osfield a écrit : Hi Fred, On Sat, Dec 20, 2008 at 1:57 PM, Frederic Bouvier fredlis...@free.fr wrote: Thank you. Here is another one, in main CMakeLists.txt:25 IF had incorrect arguments : POLICY CMP0008 ( Unknown arguments specified ) I checked if there is a newer than 2.4.5

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Mattias Helsing
Hi Fred, Robert, In this case (cmake version 2.6) the if(COMMAND cmake_policy) should fail and not run line 25 at all. It seems that the command (cmake_policy) was availbale in 2.4.5 however completely undocumented (and later announched a new feature in the 2.6.0 release). Find attached a

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Mattias Helsing
Hi Fred, Ignore my fix it was the same as yours. The problem perplexes me a bit. I'll have to find a cmake-2.4.5 and test this myself. I see that you found the way around. cheers Mattias On Sat, Dec 20, 2008 at 4:40 PM, Frederic Bouvier fredlis...@free.fr wrote: Robert Osfield a écrit : Hi

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Robert Osfield
HI Mattias, On Sat, Dec 20, 2008 at 4:17 PM, Mattias Helsing helsin...@gmail.com wrote: Ignore my fix it was the same as yours. The problem perplexes me a bit. I'll have to find a cmake-2.4.5 and test this myself. I see that you found the way around. A search of web comes up with the source

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Robert Osfield
Hi Fred and Mattias, I've download cmake 2.4.5 and get the Error: make: *** [cmake_check_build_system] Error 255 And on comment out the block: if(POLICY CMP0008) cmake_policy(SET CMP0008 OLD) endif(POLICY CMP0008) The error goes away and build commence fine. The

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Mattias Helsing
Hi Robert, Fred, I can verify this bug. The script code is to blame and I will be posting to osg-submissions. The CMakeLists as is starts to work with cmake-2.4.7 which probably why this hasn't been reported before (so most debian users moved on to Lenny which has cmake-2.6.0 :) Mattias On

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Mattias Helsing
Hi Robert, my kids woke each other up so it took an hour to click that send button :-) As I said though we would need to require 2.4.7. I guess for win32 too. I personally would prefer to up the required cmake version because i'm not very fond of the IF(major_version == 2 AND minor_version y)

Re: [osg-users] CMake error with 2.7.8

2008-12-20 Thread Jason Daly
2.4.5 is also the only binary package (that I know of, at least) that is available for Red Hat Enterprise 5. If you're taking votes, I'd prefer keeping support for 2.4.5. --J Sent from my iPhone On Dec 20, 2008, at 5:38 PM, Mattias Helsing helsin...@gmail.com wrote: Hi Robert, my

Re: [osg-users] CMAKE Error: open

2008-05-06 Thread Robert Osfield
Hi Curt, The static build isn't yet fully developed, consider it just work in progress. I don't work under Windows so can't help out on Windows specific so need others from community to pitch in and complete the static build under Windows. Robert. On Thu, May 1, 2008 at 3:34 PM, [EMAIL

[osg-users] CMAKE Error: open

2008-05-01 Thread dtidev
Greetings All - I have an error with CMAKE generating build files for Visual Studio 9 2008 for the latest OpenSceneGraph (2.4.0). The problem is when I select the static configuration (DYNAMIC_OPENSCENEGRAPH=OFF, DYNAMIC_OPENTHREADS=OFF), with BUILD_EXAMPLES=ON The 'Configure' button works.

[osg-users] CMake error

2008-02-20 Thread Brian
I've finally gotten the approval to start looking at OSG 2.2, however I'm having issues with CMake not being able to find include files. Here is the error message that I'm getting. --- Error --- CMake Error: Cannot find source file

Re: [osg-users] CMake error

2008-02-20 Thread René Molenaar
dont ust the /src dir, just use: C:\svn\Delta3D\dt_dep_src\OpenSceneGraph-2.2.0\ That should be the solution.. Good luck, René 2008/2/20, Brian [EMAIL PROTECTED]: I've finally gotten the approval to start looking at OSG 2.2, however I'm having issues with CMake not being able to find

Re: [osg-users] CMake error

2008-02-20 Thread Brian
Yes, it would help if I used the correct CMakeLists.txt file. Sorry 'bout that. Brian On Wed Feb 20 15:55 , 'René Molenaar' [EMAIL PROTECTED] sent: dont ust the /src dir, just use:  C:\svn\Delta3D\dt_dep_src\OpenSceneGraph-2.2.0\ That should be the solution.. Good luck, René

[osg-users] CMake error with Text3D

2007-12-10 Thread Cole, Charles E. (LARC-B702)[GENEX SYSTEMS]
With latest SVN (rev. 7648), CMake gives an error about Text3D (cannot find source file ../include/osgText/Text3D). I have Text3D.cpp, but there is no header file in the include directory. I'm thinking that this is just an oversight in the SVN add/submission (as I've done the same thing many

Re: [osg-users] CMake error with Text3D

2007-12-10 Thread Jeremy Moles
Same here, I just figured it was a work in progress... On Mon, 2007-12-10 at 12:24 -0600, Cole, Charles E. (LARC-B702)[GENEX SYSTEMS] wrote: With latest SVN (rev. 7648), CMake gives an error about Text3D (cannot find source file ../include/osgText/Text3D). I have Text3D.cpp, but there is no

Re: [osg-users] CMake error since last SVN update

2007-08-08 Thread Jean-Sébastien Guay
Hello, I'll try deleting my CMake cache and regenerating from there, but I wanted to see if you would have a clue as to what is causing that. Turns out that fixed it. No idea what caused the problem initially. Anyways, it's good to do it once in a while I guess... Thanks anyways, J-S --