[vtkusers] LOAD_COMMAND Attempt to load command failed from file : libcmVTK_WRAP_TCL2.so in FAQ
Luca Antiga
luca.antiga at gmail.com
Wed Apr 23 07:30:49 EDT 2008
Hi Alex,
you're probably pointing CMake to an installed VTK (i.e. VTK_DIR = /
usr/local/lib/vtk-5.0).
I see three possible solutions:
- point CMake (the VTK_DIR variable) to the directory where you built
VTK (e.g. VTK-build) instead of /usr/local/lib/vtk-5.0
- manually copy libcmVTK_WRAP_TCL2.so from your VTK-build directory
to a place where CMake can find it (e.g. in /usr/local/lib or /usr/
local/lib/vtk-5.0 or /usr/local/lib/vtk-5.0/CMake - I don't remember
right now).
- upgrade your VTK to the current cvs (or wait for VTK 5.2)
Luca
On Apr 23, 2008, at 11:04 AM, Alexander MacLennan wrote:
> Hi,
>
> I've followed the instructions in the FAQ on how to resolve this,
> but it doesn't work
>
> I'm using version 2.4.8 and I am getting this output
>
>
> CMake Error: Error in cmake code at
> Flags used by the compiler during debug builds.:7:
> LOAD_COMMAND Attempt to load the library
> /work/foo/VTK/CMake/libcmVTK_WRAP_TCL2.so failed.
> Current CMake stack:
> [1]/work/foo/VTK/CMakeLists.txt
>
> VTK source version is 5.0.5
>
> Any ideas?
>
> cheers
>
> alex
> _______________________________________________
> 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