Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lms linker error with pugixml #131

Open
fabolhak opened this issue May 27, 2017 · 1 comment
Open

lms linker error with pugixml #131

fabolhak opened this issue May 27, 2017 · 1 comment

Comments

@fabolhak
Copy link

fabolhak commented May 27, 2017

Building the conan dependencies on the Jetson with gcc 4.8 fails because of some weird segmentation fault in the compiler while building OpenCV.

Building with gcc 5.4 (default compiler) :

  • Eigen3 success 👍
  • OpenCV success 👍
  • cereal success 👍
  • gtest success 👍
  • kalman success 👍
  • tclap success 👍
  • urg_network success 👍
  • zlib success 👍
  • Protobuf success 👍
  • pugixml success 👍
  • lms fails during linking:
[100%] Linking CXX executable bin/lms
liblmscore.so: undefined reference to `pugi::xml_node::path(char) const'
collect2: error: ld returned 1 exit status
CMakeFiles/lms.dir/build.make:95: recipe for target 'bin/lms' failed
make[2]: *** [bin/lms] Error 1

sooo close :(

@fabolhak fabolhak changed the title compile lms linker error lms linker error with pugixml May 27, 2017
@Phibedy
Copy link
Member

Phibedy commented May 27, 2017

Maybe you still have pugixml compiled with gcc 4.8 and conan takes it because of any reason.
But don't worry, it won't work with gcc 5.4 anyway because of #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants