[vtkusers] Compiling VTK with DevCpp and MinGW
David Cole
david.cole at kitware.com
Wed Jul 20 09:44:42 EDT 2005
It sounds like you have VTK_WRAP_TCL turned on. I'm not sure if TCL
wrapping will work from a MinGW compile, unless there's a MinGW
supported version of Tcl/Tk that you can install. You'll need the libs
to link against.
Has anybody out there done a Tcl wrapped build of VTK under MinGW?
Do you still get that error if you set VTK_WRAP_TCL to OFF when you
configure with CMakeSetup?
Do you need TCL wrapping?
HTH a little bit,
David
Dimitrios Andritsos wrote:
> 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
>
>
More information about the vtkusers
mailing list