[cmake-developers] [CMake 0013991]: QTXML Library Not Found
Mantis Bug Tracker
mantis at public.kitware.com
Thu Mar 7 23:29:39 EST 2013
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
======================================================================
More information about the cmake-developers
mailing list