cyang-kth / fmm

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

cmake troubles #110

Closed TMLOG closed 4 years ago

TMLOG commented 4 years ago

I'm having trouble using the FMM installation of windows.When follow the tips of building and installing fmm on the cygwin-terminal, I'm getting the error of cmake: image

cyang-kth commented 4 years ago

@TMLOG

You need to follow these instructions https://fmm-wiki.github.io/docs/installation/windows.html.

Especially the following commands:

# Under the `fmm` folder
mkdir build
cd build
cmake ..
make -j8
make install

From your log it seems that you are running the command in the fmm/python/build folder, which is a problem. It should be fmm/build.

TMLOG commented 4 years ago

@cyang-kth I follow the tips above,but there is something wrong: image

cyang-kth commented 4 years ago

Have you installed all the system requirements?

apt-cyg install make gcc-g++ cmake gdal libboost-devel zlib-devel libgdal-devel libexpat1-devel libbz2-devel

You can compare your log with this one below: https://ci.appveyor.com/project/cyang-kth/fmm?fullLog=true#L3302

cyang-kth commented 4 years ago

This issue is not active so I close it.