[CMake] MS VS 2005 nmake problem

2008-07-31 Thread dean.inglis
Hi, I am running CMake 2.6 on an XP machine with MS Visual Studio 2005 and am trying to compile VTK cvs from the Visual Studio 2005 command prompt. I am getting the following errors reported by CMake: CMake Error at CMakeLists.txt:1005 (ADD_SUBDIRECTORY): add_subdirectory not given a binary

Re: [CMake] MS VS 2005 nmake problem

2008-07-31 Thread Bill Hoffman
[EMAIL PROTECTED] wrote: Hi, I am running CMake 2.6 on an XP machine with MS Visual Studio 2005 and am trying to compile VTK cvs from the Visual Studio 2005 command prompt. I am getting the following errors reported by CMake: CMake Error at CMakeLists.txt:1005 (ADD_SUBDIRECTORY):

Re: [CMake] MS VS 2005 nmake problem

2008-07-31 Thread dean.inglis
Hi Bill, RC 15 for 2.6.1 and using C instead of c: cmake C:/C++/Source/VTK -GNMake Makefiles but now I have: Checking for ipv6 support. - no RegularExpression::compile(): Nested *?+. RegularExpression::compile(): Error in compile. CMake Error at Utilities/MaterialLibrary/CMakeLists.txt:94

Re: [CMake] MS VS 2005 nmake problem

2008-07-31 Thread Bill Hoffman
[EMAIL PROTECTED] wrote: Hi Bill, RC 15 for 2.6.1 and using C instead of c: cmake C:/C++/Source/VTK -GNMake Makefiles but now I have: Checking for ipv6 support. - no RegularExpression::compile(): Nested *?+. RegularExpression::compile(): Error in compile. CMake Error at