Boost:Python not found
Added by Norman Khine over 13 years ago
hello, i installed boost with python support using MacPorts
$ port installed |grep boost
boost 1.42.0_0
1.44.0_0
boost
boost 1.44.0_0+python26
1.45.0_1+python26
boost
boost 1.47.0_0+python26 (active)
3.1.17_0
boost-jam
boost-jam @3.1.18_0 (active)
but when running, the libraries found does not include python. but
$ cmake ../ -DPOSTGRES_PREFIX=/usr/local/pgsql -DGM_PREFIX=/opt/local/
--- [ /opt/local/share/cmake-2.8/Modules/FindBoost.cmake:1055 ] Boost_FOUND = TRUE
--- Boost version: 1.47.0
--- Found the following Boost libraries:
--- date_time
--- regex
--- program_options
--- random
--- signals
--- system
--- filesystem
--- thread
Any advise much appreciated
Replies (1)
RE: Boost:Python not found - Added by Koen Deforche over 13 years ago
Hey,
Wt does not require the python support in boost. The libraries listed are only those libraries specifically needed for building Wt.
Regards,
koen