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