-
Attempting to build release 1.3 on PopOS 20.04 results in several Does Output from cmake:
Output from
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
I think I need to look at your actual compiler calls which are hidden in your log. Please run make clean
VERBOSE=1 make I also just updated the README with some setup instructions for debian derivates. Maybe they can also help you. |
Beta Was this translation helpful? Give feedback.
-
I've attached the output from making with
|
Beta Was this translation helpful? Give feedback.
-
OK, that seems very weird, it's as if symbols are missing from your # objdump -TC /usr/lib64/libyaml-cpp.so.0.7 | grep 'empty_scalar'
0000000000030cc0 g DF .text 0000000000000091 Base YAML::detail::node_data::empty_scalar[abi:cxx11]() Could you try the same please? |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late response, must have missed the notification.
I'll try recompiling and see if it changes anything Edit: Compiling
|
Beta Was this translation helpful? Give feedback.
-
Okay, so I removed the
|
Beta Was this translation helpful? Give feedback.
-
Yup, that's much better. As a general rule of thumb, stick with the distribution packages unless you have a very good reason not to use them. |
Beta Was this translation helpful? Give feedback.
Okay, so I removed the
yaml-cpp
I built from source, and installed through the package manager instead bysudo apt install libyaml-cpp-dev
. Now it builds withyaml-cpp
0.6.2. I assume this is fine?