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
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
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
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
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
...@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.
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
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
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
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
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
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
12 matches
Mail list logo