[CMake] New CMake how-to screencasts uploaded

2009-09-02 Thread E. Wing
Hello, I just posted a series of screencasts on how to use CMake (for end-users). This is not a coding tutorial, but a usage tutorial for newbies and outsiders. My usual problem in getting people to seriously give CMake a chance is that they don't really understand what it can do or how to get

[CMake] cmake can't find boost

2009-09-02 Thread Tim Chan
I am getting the error: -- Boost version required: 1.35.0. Found: .. CMake Error at /usr/share/cmake-2.6/Modules/FindBoost.cmake:553 (MESSAGE): Couldn't find the Boost libraries and/or include directory, or the version found is too old. Please install the Boost libraries AND development

Re: [CMake] cmake can't find boost

2009-09-02 Thread James C. Sutherland
On Sep 2, 2009, at 3:27 AM, Tim Chan wrote: I am getting the error: -- Boost version required: 1.35.0. Found: .. CMake Error at /usr/share/cmake-2.6/Modules/FindBoost.cmake:553 (MESSAGE): Couldn't find the Boost libraries and/or include directory, or the version found is too old.

[CMake] CHECK_CXX_SOURCE_COMPILES attempts linking

2009-09-02 Thread John Smith
It seems that CHECK_CXX_SOURCE_COMPILES attempts to link the object files into an executable: [...] Performing C++ SOURCE FILE Test sometest failed with the following output: Change Dir: /my-proj/builddir/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/gmake cmTryCompileExec/fast [...] gmake[1]:

[CMake] Finding X11 fails under OS X...

2009-09-02 Thread Georgios Petasis
Hi all, I am trying to compile something that uses X under OS X 10.5.5, but cmake is unable to locate the X11 libraries. The include path is located. The failure is while detecting libraries. For example. libX11 exists in /usr/X11/lib/libX11.6.dylib. Cmake does not find this library, as it

Re: [CMake] Finding X11 fails under OS X...

2009-09-02 Thread Martin Costabel
Georgios Petasis wrote: O/H Martin Costabel έγραψε: Georgios Petasis wrote: Hi all, I am trying to compile something that uses X under OS X 10.5.5, but cmake is unable to locate the X11 libraries. The include path is located. The failure is while detecting libraries. For example. libX11

Re: [CMake] Finding X11 fails under OS X...

2009-09-02 Thread Georgios Petasis
O/H Martin Costabel έγραψε: Georgios Petasis wrote: Hi all, I am trying to compile something that uses X under OS X 10.5.5, but cmake is unable to locate the X11 libraries. The include path is located. The failure is while detecting libraries. For example. libX11 exists in

Re: [CMake] Finding X11 fails under OS X...

2009-09-02 Thread Martin Costabel
Georgios Petasis wrote: Hi all, I am trying to compile something that uses X under OS X 10.5.5, but cmake is unable to locate the X11 libraries. The include path is located. The failure is while detecting libraries. For example. libX11 exists in /usr/X11/lib/libX11.6.dylib. Cmake does not find

[CMake] Following up Issue 8177 -- CPACK_NSIS_MODIFY_PATH not working

2009-09-02 Thread Chris Cheung
Dear developers, I met the same problem as described in Issue 8177 http://www.vtk.org/Bug/print_bug_page.php?bug_id=8177 CPACK_NSIS_MODIFY_PATH does not add to or remove from the All Users system path I found that the patch provided by Bart Janssens works well (though the CVS head has a