[CMake] CloseHandleError problems in XP/Vista

2007-08-16 Thread Andrew Maclean
Has anyone tried building VTK or Paraview with the latest CMake CVS version in XP or Vista? I am using the lastst cvs version of CMake and when I try to build VTK or ParaView3 I get lots of: CMakeError: Parse error in cache file ,. Offending Entry: CloseHandleError I am pretty sure that this is a

Re: [CMake] Get include directories for package dependencies

2007-08-16 Thread Alexander Neundorf
On Wednesday 15 August 2007 21:08, Kyle Heath wrote: > I have read the Mastering CMake book and I'm still having trouble > getting inter package dependencies working (in source trees). > > The Situation: > I have a CMake managed static lib package called libA with a > libAConfig.cmake file as descr

Re: [CMake] linux kernel module, output directory and clean issues

2007-08-16 Thread Alan W. Irwin
On 2007-08-16 15:18+0100 Tim Schooley wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! [My first post, please bear with me...] I've been porting a Makefile project to use CMake. Thankfully, it's gone very smoothly, and now I'm just trying to iron out some ripples. CMake truly rock

Re: [CMake] linux kernel module, output directory and clean issues

2007-08-16 Thread Alexander Neundorf
On Thursday 16 August 2007 10:18, Tim Schooley wrote: > Hi all! > > [My first post, please bear with me...] > > I've been porting a Makefile project to use CMake. Thankfully, it's gone > very smoothly, and now I'm just trying to iron out some ripples. CMake > truly rocks. > > I found some advice on

Re: [CMake] linux kernel module, output directory and clean issues

2007-08-16 Thread Jack Kelly
Tim Schooley wrote: Unfortunately, that's right, but at least "make pristine" or "make mrproper" is somewhat conventional as a "cleaner-than-clean" target. True. I should probably do this, as I'm sure there will be other outputs that need manual cleaning (doxygen stuff and test result files).

Re: [CMake] linux kernel module, output directory and clean issues

2007-08-16 Thread Jack Kelly
Tim Schooley wrote: My second problem: I'm aware that you currently cant add custom commands to the "clean" target, but is there _any_ way of cleaning up the kernel module source directory when "clean" is called, even if it's a slightly nasty hack ? Do an ADD_CUSTOM_TARGET for something like `m

[CMake] linux kernel module, output directory and clean issues

2007-08-16 Thread Tim Schooley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! [My first post, please bear with me...] I've been porting a Makefile project to use CMake. Thankfully, it's gone very smoothly, and now I'm just trying to iron out some ripples. CMake truly rocks. I found some advice on this mailing list for

[CMake] How to add a dependency to a test environment created by Cmake?

2007-08-16 Thread MS
Hello, how can I add a dependency of a target to the test environment, which is created by CMake? ADD_TEST(.) ADD_DEPENDENCIES(.) doesn't work!? Thanks, Markus ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake