[Cmake] LOAD_COMMAND failing for VTK

Brad King brad.king at kitware.com
Fri Mar 7 16:39:48 EST 2003


> I am trying to build a project that uses ITK, FLTK, and VTK, and the
> build is failing with the following errors:
[snip]
> The problem seems to be that CMake is trying to load extensions (for
> wrapping) that have not been built.  But we arent using those
> extensions.  Does anybody have any suggestions?

We'll need more information, please?

1.) Where did you get cmake (cvs, binary tarball, etc)?  What version?
2.) Do the libraries it's trying to load exist in the project's build
    tree (/WorkSpace/foskey/itkUNC-Debug/...)?

    find /WorkSpace/foskey/itkUNC-Debug -name libcm\*.so

3.) What version of VTK are you using, and where did you get it?

Thanks,
-Brad





More information about the CMake mailing list