Page 1 of 1

configure: error: boost tuple headers not found

Posted: Sun Aug 19, 2007 11:04 pm
by Picobyte
running ./configure for globulation 2 ended with:

configure: error: *** boost tuple headers not found

I couldn't find a solution, but I solved the problem by issuing as root:
ln -s /usr/local/include/boost-1_34_1/boost/ /usr/include/boost

the reason is that boost's include files (compiled from source) are installed by default in /usr/local/include/boost-1_34_1/boost/

hope this saves others some trouble

Posted: Wed Aug 22, 2007 1:02 pm
by Giszmo
thanks for your comment.

we will see what we can do about this.