Created
October 11, 2016 09:10
-
-
Save m4rkw/1631818e4f16c5c4698267a45d25daee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x ~/osm2pgsql/build(master) $ cmake .. | |
-- Building osm2pgsql 0.91.0-dev | |
-- Boost version: 1.59.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- filesystem | |
CMake Error at /opt/local/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message): | |
Could NOT find PostgreSQL (missing: PostgreSQL_INCLUDE_DIR | |
PostgreSQL_TYPE_INCLUDE_DIR) | |
Call Stack (most recent call first): | |
/opt/local/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) | |
/opt/local/share/cmake-3.6/Modules/FindPostgreSQL.cmake:180 (find_package_handle_standard_args) | |
CMakeLists.txt:117 (find_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/Users/user/code/osm2pgsql/build/CMakeFiles/CMakeOutput.log". | |
See also "/Users/user/code/osm2pgsql/build/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment