You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default installation finds the system geos framework but when I try to override this by editing CMakeCache.txt to my macports version then I get a list of warnings to this effect:
Target "osm2pgsql" requests linking to directory "/opt/local/include/geos". Targets may link only to libraries. CMake is dropping the item.
Then make subsequently fails with errors to this effect:
Undefined symbols for architecture x86_64:
etc.
Any ideas for what is wrong or how to get cmake to accept the macports geos?
The text was updated successfully, but these errors were encountered:
If some installed dependencies are not found by CMake, more options may need to be set. Typically, setting CMAKE_PREFIX_PATH to a list of appropriate paths is sufficient.
When installing to Mac El Capitan 10.11.3:
The default installation finds the system geos framework but when I try to override this by editing
CMakeCache.txt
to my macports version then I get a list of warnings to this effect:Then
make
subsequently fails with errors to this effect:Any ideas for what is wrong or how to get cmake to accept the macports geos?
The text was updated successfully, but these errors were encountered: