>>> >>> cmake version 2.6-patch 2 is the version I have and get/got the >>> same error as John >>> >> Are you able to test with 2.8.x?
Well looks like cmake 2.8.2 gets rid of the problem. Even seems to build faster. For John Download the latest cmake-2.8.2.tar.gz from http://www.cmake.org/cmake/resources/software.html Unpack it and cd to the cmake-2.8.2 directory run # ./bootstrap --prefix=/usr/local (assumes your current cmake is /usr/bin/cmake # make # sudo make install then type # which cmake and see if /usr/local/bin/cmake is selected if so run your cmake command as normal, otherwise let the command be the full path, eg /usr/local/bin/cmake -- Owen
