[vtkusers] Cross-complile 64-bit vtk with VS2008
Jim
jiksed at yahoo.com
Thu Feb 5 15:46:09 EST 2009
I used all default CMAKE settings but set BUILD_TESTING=OFF because it caused many errors. I also set VTK_WRAP_TCL=OFF. This time I got "Build: 27 succeeded, 6 failed". Here are my error messages:
vtksysEncodeExecutable.exe is not a valid Win32 application
vtkParseOGLExt.exe is not a valid Win32 application
vtkEncodeString.exe is not a valid Win32 application
error PRJ0019: A tool returned an error code from "Generating vtksysProcessFwd9xEnc.c"
>LINK : fatal error LNK1104: cannot open file '..\..\bin\Debug\vtksys.lib'
> Project : error PRJ0019: A tool returned an error code from "Generating vtkMaterialXMLLibrary.h"
> Project : error PRJ0019: A tool returned an error code from "Generating vtkVolumeTextureMapper3D_TwoDependentShadeFP.cxx, vtkVolumeTextureMapper3D_TwoDependentShadeFP.h"
Will any of you please point out what is wrong here?
Thank you.
--- On Thu, 2/5/09, Jim <jiksed at yahoo.com> wrote:
From: Jim <jiksed at yahoo.com>
Subject: [vtkusers] Cross-complile 64-bit vtk with VS2008
To: vtkusers at vtk.org
Date: Thursday, February 5, 2009, 10:21 AM
Dear vtkusers,
I tried cross-compiling vtk-5.2.1 for 64-bit vtk binaries on my Win32 XP with VS 2008, but I got tons of errors without any DLLs or LIBs generated.
In CMake-2.6.2, I chose Build For "Visual Studio 9 2008 Win64". I am wondering if I should set any of the following 32/64-bit options in CMake:
Cmake_CXX_Standard_Libaries
Cmake_C_Standard_Libaries
OPENGL_gl_LIBRARIES
OPENGL_glu_LIBRARIES
CMAKE_USE_WIN32_THREADS
Any special handling for 64-bit Tcl/Tk and 64-bit Qt? I am using Tcl/Tk 8.3.2.
Thank you.
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090205/ce442c28/attachment.htm>
More information about the vtkusers
mailing list