hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #05505
[Bug 1392734] [NEW] Build of autopano-sift-c on Debian fails to find library
Public bug reported:
Debian Testing. See attached file for full CLI output.
Message: "undefined reference to symbol 'exp@@GLIBC_2.2.5'"
Solution: I edited lines 128 and 131 in CMakeLists.txt, adding "m" at
the end which I believe forces a search for the library. I am not
familiar with the intricacies of CMake so I'm not sure if that's the
appropriate way of doing this ...
Line 128: "TARGET_LINK_LIBRARIES(generatekeys ${all_libs} m)"
Line 131: "TARGET_LINK_LIBRARIES(autopano ${all_libs} m)"
** Affects: hugin
Importance: Undecided
Status: New
** Attachment added: "Failed build CLI output followed by build success after edit"
https://bugs.launchpad.net/bugs/1392734/+attachment/4260500/+files/hugin-autopano-sift-c-build.txt
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1392734
Title:
Build of autopano-sift-c on Debian fails to find library
Status in Hugin - Panorama Tools GUI:
New
Bug description:
Debian Testing. See attached file for full CLI output.
Message: "undefined reference to symbol 'exp@@GLIBC_2.2.5'"
Solution: I edited lines 128 and 131 in CMakeLists.txt, adding "m" at
the end which I believe forces a search for the library. I am not
familiar with the intricacies of CMake so I'm not sure if that's the
appropriate way of doing this ...
Line 128: "TARGET_LINK_LIBRARIES(generatekeys ${all_libs} m)"
Line 131: "TARGET_LINK_LIBRARIES(autopano ${all_libs} m)"
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1392734/+subscriptions
Follow ups
References