Building, installing and linking with six-library #720
Unanswered
vmartinlac
asked this question in
Q&A
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hello, The following bash script gives If I manually install coda-oss, cmake find_package tells that CodaFindSystemDependencies.cmake is missing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
What is the recommended way to configure linking against six-library? The typical cmake way install / find_package seems not to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How to build, install and link against six-library?
If I pull master, I build with default options (with CMake and ninja on Ubuntu 22.04). I install. I write some CMake listing to detect six-library and it tells me it cannot find package "coda-oss". So I install coda-oss. Then it tells me that it cannot find CodaFindSystemDependencies.cmake (it does not get copied when installing).
If I use release 3.2.4, compilation fails with message "/home/....../archives/six-library-SIX-3.2.4/externals/coda-oss/modules/c++/except/include/except/Throwable.h:160:25: error: Declaring method ‘virtual std::string except::Throwable::toString() const’ final would enable devirtualization of 1 call [-Werror=suggest-final-methods]
160 | virtual std::string toString() const"
Best regards
Beta Was this translation helpful? Give feedback.
All reactions