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 When Building on Mac Envoirnment #162

Closed MustaphaAhmedALy closed 3 years ago

MustaphaAhmedALy commented 3 years ago

Hello ,

I am facing this errors when attemtting "make j-4 command"

/usr/local/include/boost/geometry/core/coordinate_dimension.hpp:101:23: error: constexpr function's return type 'void' is not a literal type constexpr inline void assert_dimension() ^ /usr/local/include/boost/geometry/core/coordinate_dimension.hpp:111:23: error: constexpr function's return type 'void' is not a literal type constexpr inline void assert_dimension_less_equal() ^ /usr/local/include/boost/geometry/core/coordinate_dimension.hpp:117:23: error: constexpr function's return type 'void' is not a literal type constexpr inline void assert_dimension_greater_equal()

any ideas ?

cyang-kth commented 3 years ago

You can compare you cmake and make command output with this log https://travis-ci.org/github/cyang-kth/fmm/jobs/750831611