Show differencesHistory of post edits
#ActualLorenzoGatti
Posted 12 March 2012 - 05:12 AM
The missing file is from boost::thread, which you probably didn't build, not from boost::pool. Maybe there are #defines to disable thread related features and sever the dependency, but I'd try compiling boost::thread first.
#1LorenzoGatti
Posted 12 March 2012 - 04:29 AM
The missing file is from boost::thread, which you probably didn't build, not from boost::pool.