copyhold / electricsheep

Automatically exported from code.google.com/p/electricsheep
1 stars 0 forks source link

configure: WARNING: boost/thread.hpp: present but cannot be compiled #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./autogen.sh then ./configure
2. Configure ends at boost
3. Ends with checking for boost/thread.hpp... no

What is the expected output? What do you see instead?
Finishing the configure process before entering "make"

checking for libboost >= 1.39... yes
checking boost/thread.hpp usability... no
checking boost/thread.hpp presence... yes
configure: WARNING: boost/thread.hpp: present but cannot be compiled
configure: WARNING: boost/thread.hpp:     check for missing prerequisite 
headers?
configure: WARNING: boost/thread.hpp: see the Autoconf documentation
configure: WARNING: boost/thread.hpp:     section "Present But Cannot Be 
Compiled"
configure: WARNING: boost/thread.hpp: proceeding with the compiler's result
configure: WARNING:     ## 
----------------------------------------------------------------- ##
configure: WARNING:     ## Report this to 
http://code.google.com/p/electricsheep/issues/list ##
configure: WARNING:     ## 
----------------------------------------------------------------- ##
checking for boost/thread.hpp... no
configure: error: you must install libboost-thread to compile electricsheep.

What version of the product are you using? On what operating system?

Compiling from source on debian wheezy/ crunchbang

Please provide any additional information below.

I've attempted to fix the issue through boost, but in my layman state I'm not 
getting very far...

Original issue reported on code.google.com by jwsla...@gmail.com on 30 Jan 2015 at 10:21