Geoff the Medio wrote:
From gdb.log, it appears you're getting crashing in OgreGUI.cpp on line 228:
Code:
glUseProgramARB(0);
Could you try commenting out lines 227 and 228, recompiling and trying again?
Code:
//if (glUseProgramARB)
// glUseProgramARB(0);
(There are a few other posts on the forums about this gl call as well. Searching for it should fine them)
Hi,
Ok, I've commented out those line, but I'm still having issues linking my versions of boost, libboost, and libboost-dev (all 1.40) files to GG. Keep getting this to happen in scnons:
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/david/Games/freeorion/FreeOrion/GG/SConstruct", line 23, in <module>
scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File "/home/david/Games/freeorion/FreeOrion/GG/SConstruct", line 26, in <module>
Checking for pkg-config... yes
Configuring for POSIX system...
Checking for C++ header file boost/shared_ptr.hpp... yes
<- Ok, see??Checking Boost version >= 1.36... (cached) yes
<-Ditto!Looking for boost lib boost_signals...
Checking for boost::signals::connection() in C++ library boost_signals... no
<- I have ALL signal files! What the heck?Checking for boost::signals::connection() in C++ library boost_signals-mt... no
<-Ditto!Boost configuration... (cached) no
of course when I try and use cmake. this is what happens:
david@ubuntu:~/Games/freeorion/FreeOrion/GG$ cmake .
-- Build platform: linux
-- Could NOT find Boost
CMake Error at CMakeLists.txt:166 (message): <- set(Boost_USE_STATIC_LIBS ${BUILD_STATIC})
<-what about the shared libraries, wouldn't those work instead? Boost libraries not found.
<-Why the heck not? <- Retarded computer, I swear!-- Configuring incomplete, errors occurred! <- no shit dick tracey, but why exactly?
Is there something in CMakeLists.txt or FindBoost.cmake (in the cmake 2.8 folder for me, I know where it's at now) that can be
changed to fix this since it cannot be voided or commented out? In compilers limbo again but I think I'm making a little progress. I'll try and find more clues in the other threads while I wait for help

Remember, I'm using Linux, not Windows in case you've forgotten

-David