The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13991 ====================================================================== Reported By: Matthew Lund Assigned To: ====================================================================== Project: CMake Issue ID: 13991 Category: CMake Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2013-03-07 23:29 EST Last Modified: 2013-03-07 23:29 EST ====================================================================== Summary: QTXML Library Not Found Description: When compiling Cadmesh using CMake, every time the library Qtxml cannot be found during make.
Scanning dependencies of target cadmesh [100%] Building CXX object CMakeFiles/cadmesh.dir/src/CADMesh.cc.o Linking CXX shared library libcadmesh.dylib ld: library not found for -lQtXml clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [libcadmesh.dylib] Error 1 make[1]: *** [CMakeFiles/cadmesh.dir/all] Error 2 make: *** [all] Error 2 Found a similar issue 0013765, trying adding the sample program, same issue, but I was able to resolve adding the -F /Library/Frameworks to the linker command, but it still won't work with Cadmesh. I can successfully compile Cadmesh on linux with Cmake 2.8.10 Steps to Reproduce: Every time when running make for cadmesh. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-03-07 23:29 Matthew Lund New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
