configure: error: boost tuple headers not found

Having trouble getting the game going or understanding something? Look no further.
Post Reply
Picobyte
Posts: 1
Joined: Sun Aug 19, 2007 10:55 pm

configure: error: boost tuple headers not found

Post 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
User avatar
Giszmo
Warrior
Warrior
Posts: 261
Joined: Sat Nov 26, 2005 10:23 pm
Location: Germany
Contact:

Post by Giszmo »

thanks for your comment.

we will see what we can do about this.
Post Reply