[Insight-users] ITK Borland CMake 1.6 beta1 build pbs - details
Dean Inglis
dean.inglis@on.aibn.com
Thu, 9 Jan 2003 15:11:27 -0500
Hi,
I'm encountering some Borland on Win2k build pbs with CMake 1.6 beta 1
and thought I would provide some details:
running CMake_1.6.beta1/Source/cmake.exe on Insight source to create
an out of source build:
CreateProcess failed c:/Builder/Sources/Insight/Code/Numerics/vxl/configure
CreateProcess failed
c:/Builder/Sources/Insight/Code/Numerics/vxl/vcl/configure
-- Configuring done
-- Generating done
the first run of make gives:
CMake Error: The Borland command line tools do not support path names that
have - in them. Please re-name your output directory and use _ instead of
-. Your path currently is:
c:/Builder/Releases/itkReleaseTest/Code/Numerics/
vxl/vcl/gcc-295
Fatal: Unable to execute command:
c:\Builder\CMake_1.6.beta1\Source\cmake.exe
the second run of make gives:
CMake Error: The Borland command line tools do not support path names that
have - in them. Please re-name your output directory and use _ instead of
-. Your path currently is:
c:/Builder/Releases/itkReleaseTest/Code/Numerics/
vxl/vcl/gcc-libstdcxx-v3
Fatal: Unable to execute command:
c:\Builder\CMake_1.6.beta1\Source\cmake.exe
and the third invocation of make proceeds to completion....mmm strange
hope this was informative, (not sure if this should go to CMake users
list(?))
Dean