[CMake] CTest problem with MinGW build of CTK

2010-08-27 Thread Dean Inglis
I'm working at getting CTK to build shared on Win32 Vista with mingw32-make. When running ctest (CMake 2.8.2), it cant find the tests (which are in CTK-superbuild/CTK-build/bin) Could not find executable D:/CTK-superbuild/CTK-build/bin/Release/some_test Looked in the following places: and look

Re: [CMake] itk fatal configuration error

2010-06-23 Thread Dean Inglis
This seems to be a CMake 2.8 issue. I tried ITK 3.18.0 and 3.16.0 but no go. I replaced CMake 2.8 with 2.6 and now I have no build problems. I am posting to CMake users as well for any possible additional feedback, thanks Dean Im building cvs ITK against static release builds of svn gdcm a

Re: [CMake] [Insight-users] CMake 2.8 config error

2010-03-23 Thread Dean Inglis
l try again and post if I get the error. Dean Dean Inglis wrote: Here is a bit more after some testing. I tried compiling against the stable ITK release (InsightToolkit-3.16.0) with CMake 2.8 and get the same error. I removed CMake 2.8 and installed CMake 2.6, did a clean config and build o

Re: [CMake] CMake 2.8 config error

2010-03-23 Thread Dean Inglis
Here is a bit more after some testing. I tried compiling against the stable ITK release (InsightToolkit-3.16.0) with CMake 2.8 and get the same error. I removed CMake 2.8 and installed CMake 2.6, did a clean config and build of all sources and now the error no longer occurs. I am cc'ing to CMake

Re: [CMake] cpack install problem

2009-09-07 Thread Dean Inglis
that was the problem. I didn't realize that security updates to MSVSE would change the versioning. I was rebuilding vtk etc. but overlooked tcl/tk. Once I rebuilt *everything* apps install and run fine. Thanks for all your help. Dean -Original Message- From: Bill Hoffman [mailto:bil

Re: [CMake] cpack install problem

2009-09-03 Thread Dean Inglis
...@kitware.com] Sent: September-03-09 2:38 PM To: dean.ing...@camris.ca Cc: cmake@cmake.org Subject: Re: [CMake] cpack install problem Dean Inglis wrote: > Hi, > I originally posted this thread to kwwidgets, but have > not had much success and perhaps this is a cpack/cmake > issue Im having.

[CMake] cpack install problem

2009-09-03 Thread Dean Inglis
Hi, I originally posted this thread to kwwidgets, but have not had much success and perhaps this is a cpack/cmake issue Im having. I¹m building stand alone applications using VTK, ITK, GDCM, KWWidgets and I I'm recently having problems getting my apps to run on windows (XP, Vista 32 bit) platfor

[CMake] CPACK_INSTALL_CMAKE_PROJECTS options

2008-10-08 Thread Dean Inglis
I have a library that builds based on VTK, ITK, GDCM and KWWidgets called Teneos. I am building an application, CartilagePRO, which uses all of the above libraries and would like to configure cpack to build an NSIS installer such that ONLY the runtime dll's (no libs or source files) are package

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

2006-09-20 Thread Dean Inglis
Hi David, piping the command line output from ctest -V -R TestCommonGeomUtils2 gives: Start processing tests Test project Constructing a list of tests Done constructing a list of tests Changing directory into d:/Developer/Releases/Borland/vtkLocalStatic/Common/Testing/Cxx 3/ 3 Testing TestComm

[CMake] ctest ques.: capture driver errs

2006-09-19 Thread Dean Inglis
I have a build similar to VTK/Examples/Build/vtkMy and I have added ctest funtionality to test my custom VTK classes. In a test driver that evaluates numeric expressions, e.g. a stupid ex.: in myTest(int,char*[]) { int a =1; int b = 2; int retVal = 0; if((a + b) != 500) { vtkGene

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

2006-08-02 Thread Dean Inglis
Brad, Bill, I ran the VS Express command prompt from the start menu folder and checked my env vars which appear to have been set by the bat script that runs, so all vcvars appear to be correcly set. Running cmake (2.4.2 windows exe install) from the command prompt still gives a fail due to the l

[CMake] free VS8 nmake config err

2006-07-27 Thread Dean Inglis
Hi, I'm trying to run CMake 2.4.2 from a command prompt to get an "NMake Makefiles" build config (current cvs VTK) using the free MS VS8 compiler. Cmake keeps coughing up a CMake error: your RC compiler: "CMAKE_RC_COMPILER_FULPATH-NOTFOUND" etc. etc. If I edit my CMakeCache.txt to provide the c