junhaoxiao / TAMS-Planar-Surface-Based-Perception

3D perception code developed at TAMS (http://tams.informatik.uni-hamburg.de/) by Junhao Xiao and others, including point cloud plane segmentation, planar segment area calculation, scan registration based on planar segments, etc.
40 stars 32 forks source link

Cannot determine link language for target "fftw_correlate". #1

Open petteriTeikari opened 7 years ago

petteriTeikari commented 7 years ago

Hi Dr Xiao and TAMS unit,

Thank you a lot for sharing the code for planar surface segmentation!

However when trying to build the project I ran into the following error with some hard-coded paths

-- Configuring  /home/petteri/TAMS-Planar-Surface-Based-Perception/data_acquisition xiao
-- Configuring done
CMake Error at fftw_correlate/CMakeLists.txt:22 (add_library):
  Cannot find source file:

    /home/xiao/workspace/soft/common/csecond.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

CMake Error at apps/CMakeLists.txt:8 (add_executable):
  Cannot find source file:

    /home/xiao/workspace/soft/common/csecond.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

CMake Error: Cannot determine link language for target "fftw_correlate".

CMake Error: Cannot determine link language for target "soft".
-- Generating done

image

chsl commented 6 years ago

I ran into the same error.

LilyLin16 commented 5 years ago

I also ran into the same error.