Re: [CMake] MS VS 2005 nmake problem

2008-07-31 Thread dean.inglis
renamed working dir "Code" instead of "C++" - works, thanks much! > > Hi Bill, > > > > RC 15 for 2.6.1 and using "C" instead of "c": > > > > cmake C:/C++/Source/VTK -G"NMake Makefiles" > > > > but now I have: > > > > > > Checking for ipv6 support. - no > > RegularExpression::compile(): Nes

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 -G"NMake 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:9

[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 direc

[CMake] cpack_install_cmake_projects options?

2008-07-15 Thread dean.inglis
I am trying to use CPack to install a simple windows command line exe that links to 3 dll's: TeneosCommon.dll, vtkCommon.dll, vtksys.dll, where Teneos is a 3rd party source that compiles against VTK, ITK, Gdcm and KWWidgets. Currently, my TeneosCPack.cmake file has SET( CPACK_INSTALL_CMAKE_PROJEC

[CMake] error in custom Find module and use

2007-04-18 Thread dean.inglis
Hi, just need a little push to get over the hump here.. I have a set of vtk custom classes built into static libs with the cmake set up modelled after VTK/Examples/Build/vtkMy: but called vtkLocal. I am building a KWWidgets app that requires vtkLocal: in my kww app CMakeLists.txt: FIND_PACKAGE(

Re: Re: [CMake] ctest ques.: capture driver errs

2006-09-20 Thread dean.inglis
Hi David, thanks for your reply. I have a couple more questions (for anyone) based on CMake testing of VTK/Examples/Build/vtkMy, since I seem to be generating image test errors with ctest. In my root CMakeLists.txt, I added the following to do hopefully basic testing, without submitting results

Re: Re: [CMake] free VS8 nmake config err

2006-07-28 Thread dean.inglis
Hi Brad, rc is found now that I added the path to c:\Program Files\Miscrosoft Visual Studio 8\VC\bin but then I encounterd linker errors during the cmake -- Check for working C compiler: LINK : fatal error LNK1104: cannot open file 'kernel32.lib' So I added c:\Program Files\Miscrosoft Platform

Re: [CMake] Visual C++ 2005 Express - command line?

2006-07-07 Thread dean.inglis
ok, bit of a learning curve here while changing IDE's (and learining CMake again). >From the CMakeCache.txt for VTK: MAKECOMMAND:STRING=C:\PROGRA~1\MICROS~2\Common7\IDE\VCExpress.exe VTK.sln /build Release /project ALL_BUILD at DOS cmd or cygwin bash prompt the above MAKECOMMAND runs. Dean

[CMake] Visual C++ 2005 Express - command line?

2006-07-06 Thread dean.inglis
Hi, I searched through the CMake archives but did not find anything immediately obvious. I have downloaded the free MS Visual Studio 8 (MS Visual C++ 2005 Express Edition) along with the MS SDK for Windows 2000. The Cmake cache shows //make program CMAKE_MAKE_PROGRAM:FILEPATH=C:/PROGRA~1/MICRO

[CMake] Odd CMake/KWWidgets behaviour

2006-03-24 Thread dean.inglis
I ran into some odd CMake behaviour using both Borland Developer Studio 2006 on WinXP and Borland C++ Builder 6 on Win 2k. In both cases I was building KWWidgets (cvs) against a shared build of VTK (cvs) using latest CMake cvs. Cmake stops after notification of the VTK_DIR cache entry as it sho

[CMake] CMake build err BDS 4.0 - fix

2006-01-20 Thread dean.inglis
cmDepends.cxx requires for new Borland C++ Builder in Borland Developer Studio 2006, after which CMake will compile successfully. See experimental dashboard Superior. I will post to the bug tracker. Dean ___ CMake mailing list CMake@cmake.org http://