[vtkusers] Performing Test Support for 64 bit file systems: Failed
Bryn Lloyd
lloyd at itis.ethz.ch
Thu Oct 20 06:30:56 EDT 2011
Hi
I was building VTK 5.8 for my system (Windows 7 64-bit, Visual Studio 2010,
CMake 2.8.x).
I noticed there is a suprising message in the output of cmake at
configuration time:
-- Performing Test Support for 64 bit file systems
-- Performing Test Support for 64 bit file systems - Failed
What does it mean? How can I resolve this issue? Why does the test fail?
I noticed in my previous installation of VTK 5.6.1 I also had this message.
Thanks
Bryn
Ps. This is how I configured VTK in a batch file:
cmake -G "Visual Studio 10 Win64" ^
-DPYTHON_EXECUTABLE=%PYTHON_DIR%/python.exe ^
-DPYTHON_INCLUDE_DIR=%PYTHON_DIR%/include ^
-DPYTHON_LIBRARY=%PYTHON_DIR%/libs/python27.lib ^
-DVTK_WRAP_PYTHON=ON ^
-DVTK_USE_TK=OFF ^
-DVTK_USE_GUISUPPORT=OFF ^
-DVTK_USE_RENDERING=ON ^
-DBUILD_SHARED_LIBS=ON ^
-DBUILD_TESTING=OFF ^
C:/Users/Bryn/pack/vtk-src-5.8.0
Here is the section in the log file:
Performing C++ SOURCE FILE Test Support for 64 bit file systems failed with
the following output:
Change Dir: C:/Users/Bryn/pack/vtk-5.8.0-epd-712/x64/CMakeFiles/CMakeTmp
Run Build Command:C:\PROGRA~2\MICROS~2.0\Common7\IDE\devenv.com
CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: cmTryCompileExec, Configuration: Debug x64
------
1>Build started 10/20/2011 12:06:30 PM.
1>InitializeBuildStatus:
1> Creating "cmTryCompileExec.dir\Debug\cmTryCompileExec.unsuccessfulbuild"
because "AlwaysCreate" was specified.
1>ClCompile:
1> src.cxx
1>C:\Users\Bryn\pack\vtk-5.8.0-epd-712\x64\CMakeFiles\CMakeTmp\src.cxx(13):
warning C4293: '<<' : shift count negative or too big, undefined behavior
1>C:\Users\Bryn\pack\vtk-5.8.0-epd-712\x64\CMakeFiles\CMakeTmp\src.cxx(13):
warning C4293: '<<' : shift count negative or too big, undefined behavior
1>C:\Users\Bryn\pack\vtk-5.8.0-epd-712\x64\CMakeFiles\CMakeTmp\src.cxx(19):
error C3861: 'S_ISREG': identifier not found
1>C:\Users\Bryn\pack\vtk-5.8.0-epd-712\x64\CMakeFiles\CMakeTmp\src.cxx(23):
error C3861: 'ftello': identifier not found
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.08
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111020/0a5ad49d/attachment.htm>
More information about the vtkusers
mailing list