cyang-kth / fmm

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

Error in Docker build #134

Closed meshalawy closed 3 years ago

meshalawy commented 3 years ago

Hi, I am building the docker image. I cloned the repo and executed the docker build command provided in the docker directory. However, I am getting this error as shown in the screenshot.

Output of: docker build -f docker/Dockerfile . -t fmm:0.1.0

image

I am running Mac OSX

Any ideas what is wrong here?

cyang-kth commented 3 years ago

Thank you for pointing out this error.

I encounter the same problem and it seems to be the object file placed in the target_link_libraries.

I have corrected this problem is the latest commit https://github.com/cyang-kth/fmm/commit/dc9518c3cf53e05f09c8c21f0203932da02335ef

Please pull the latest version and the error should disappear.

meshalawy commented 3 years ago

Thanks for the quick response. I pulled the latest update and it builds without any issues.

Thanks again.