heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

Compilation of viewer as stand-alone breaks at [ 71%] Linking CXX executable viewer #22

Open bimtauer opened 4 years ago

bimtauer commented 4 years ago

Hi there,

I'm trying to test some custom modifications of the viewer but cannot get it to compile. "make" runs into the following issue: [ 71%] Linking CXX executable viewer Copying $<TARGET_FILE:viewer> to /home/tba/Documents/Projects/pptk/pptk/viewer CMake Error: Error processing file: /home/tba/Documents/Projects/pptk/pptk/viewer/cmake/CopyLinuxDependencies.cmake CMakeFiles/viewer.dir/build.make:126: recipe for target 'viewer' failed make[2]: *** [viewer] Error 1 make[2]: *** Deleting file 'viewer' CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/viewer.dir/all' failed make[1]: *** [CMakeFiles/viewer.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 I'm using Ubuntu 18.04 This is the output of cmake: -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Configuring done -- Generating done -- Build files have been written to: /home/tba/Documents/Projects/pptk/pptk/viewer

Some help would be greatly appreciated!