[vtkusers] Compiling VTK with DevCpp and MinGW
Julien Alizier (free.fr)
julien.alizier at free.fr
Thu Jul 21 03:09:03 EDT 2005
Hi,
Just a guess, but MinGW usually creates "libcmVTK_WRAP_TCL2.dll" instead of "cmVTK_WRAP_TCL2.dll".
These dll are created when you start configuring VTK with CMake.
Try to run CMake once, then rename these libcm*.dll into cm*.dll and restart Cmake.
See also
http://www.vtk.org/pipermail/vtkusers/2005-April/079141.html
http://public.kitware.com/pipermail/vtkusers/2005-March/079054.html
good luck
HTH
-- Julien
----- Original Message -----
From: Dimitrios Andritsos
To: vtkusers at vtk.org
Sent: Wednesday, July 20, 2005 2:18 AM
Subject: [vtkusers] Compiling VTK with DevCpp and MinGW
Hello all,
I' ve been trying (unsuccessfully) to build vtk with the mingw compiler in windows. From some previous posts I saw that runing cmake via msys would work but I get an error message that:
'LOAD_COMMAND Attempt to load command failed from file: cmVTK_WRAP_TCL2.dll'
The process I follow is: 1)Run msys 2)Run cmakesetup (cmake -i is not working) 3)Try to generate unix makefiles.
My goal is to build *.a lib files and in general build the vtk binaries in unix format to use within the dev-cpp environment.
Any help would be greatly appreciated.
Thanks in advance!
Dimitris
------------------------------------------------------------------------------
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050721/1999a6e3/attachment.htm>
More information about the vtkusers
mailing list