[vtk-developers] Utilities/MaterialLibrary/CmakeLists

Brad King brad.king at kitware.com
Thu Jan 31 10:26:25 EST 2008


John Biddiscombe wrote:
> Berk, Brad,
> 
> I must have screwed up somwehere. My paraview won';t build, so I updated 
> cmake, but it won't build either (see below)
> So I'm reverting all the cmake related changes in my paraview tree - 
> very painful. If you have any ideas, feel free to chip in. I don't like 
> it when the dashboards are all green and nothing builds on my system. <sigh>
> 
> JB
> 
> CMake Error: Cannot find source file "cmComputeLinkDepends.cxx" Tried 
> extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx 
> .in .txx

These are all source files added to CMake in the last couple of weeks.

Make sure you build CVS CMake either with CMake 2.4 or with its 
bootstrap script.  Earlier CVS CMakes may not work on the current source.

The basic rule for CMake versions is:

   - Use a released version
   - Use the current CVS version

No attempt is made to maintain compatibility between versions with 
unreleased features.

-Brad




More information about the vtk-developers mailing list