Skip to content

Instantly share code, notes, and snippets.

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):
threads = []
for i in 0..1
puts "parent: #{i}"
threads << Thread.new do
puts "child: #{i}"
end
end