cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
875 stars 205 forks source link

Installation problem.(for ubuntu18.04) #226

Open ryoto-oguma opened 2 years ago

ryoto-oguma commented 2 years ago

Now I install FMM into ubuntu18.04 follow this procedure. When I execute "make -j4", I get the following error.

collect2: error: ld returned 1 exit status
CMakeFiles/ubodt_gen.dir/build.make:103: recipe for target 'ubodt_gen' failed
make[2]: *** [ubodt_gen] Error 1
CMakeFiles/Makefile2:520: recipe for target 'CMakeFiles/ubodt_gen.dir/all' failed
make[1]: *** [CMakeFiles/ubodt_gen.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

collect2: error: ld returned 1 exit status
CMakeFiles/fmm.dir/build.make:103: recipe for target 'fmm' failed
make[2]: *** [fmm] Error 1
CMakeFiles/Makefile2:261: recipe for target 'CMakeFiles/fmm.dir/all' failed
make[1]: *** [CMakeFiles/fmm.dir/all] Error 2

collect2: error: ld returned 1 exit status
/usr/bin/ld: warning: //opt/conda/lib/libicudata.so.68: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001
/usr/bin/ld: warning: //opt/conda/lib/libicudata.so.68: unsupported GNU_PROPERTY_TYPE CMakeFiles/stmatch.dir/build.make:103: recipe for target 'stmatch' failed
(make[2]: *** [stmatch] Error 1

collect2: error: ld returned 1 exit status
CMakeFiles/h3mm.dir/build.make:103: recipe for target 'h3mm' failed
make[2]: *** [h3mm] Error 1
CMakeFiles/Makefile2:594: recipe for target 'CMakeFiles/h3mm.dir/all' failed
make[1]: *** [CMakeFiles/h3mm.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

How can I solve this? Has any one be able to install FMM into ubuntu18.04?

Thank you for advance.