scons: *** [src/FertilityCalculatorThreadMessage.o] Error 1

Having trouble getting the game going or understanding something? Look no further.
Post Reply
ubername
Posts: 3
Joined: Wed Mar 19, 2008 10:13 pm

scons: *** [src/FertilityCalculatorThreadMessage.o] Error 1

Post by ubername »

Hi

I get the following when trying to build Glob2 0.9.3 on a 64 bit machine. I am an absolute novice at building stuff - I just follow instructions and read error messages -I don't have much clue, but I have successfully built glob before on this box, on Ubuntu Hardy. I am trying on Ubuntu linux kernel 2.6.26-1-rt. Can anyone help?

output from scons:
scons: Reading SConscript files ...
Checking for C library SDL... (cached) yes
Checking for C library SDL_ttf... (cached) yes
Checking for C library SDL_image... (cached) yes
Checking for C library SDL_net... (cached) yes
Checking for C library speex... (cached) yes
Checking for C++ header file speex/speex.h... (cached) yes
Checking for C library vorbisfile... (cached) yes
Checking for C library vorbis... (cached) yes
Checking for C library ogg... (cached) yes
Checking for C++ header file zlib.h... (cached) yes
Checking for C library z... (cached) yes
Checking for C library boost_thread... (cached) yes
Checking for C++ header file boost/thread/thread.hpp... (cached) yes
Checking for C++ header file boost/shared_ptr.hpp... (cached) yes
Checking for C++ header file boost/tuple/tuple.hpp... (cached) yes
Checking for C++ header file boost/tuple/tuple_comparison.hpp... (cached) yes
Checking for C++ header file boost/logic/tribool.hpp... (cached) yes
Checking for C++ header file boost/lexical_cast.hpp... (cached) yes
Checking for C++ header file boost/date_time/posix_time/posix_time.hpp... (cached) yes
Checking for C library GL... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C library GLU... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C library fribidi... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
scons: `libgag/src/libgag.a' is up to date.
g++ -o src/FertilityCalculatorThreadMessage.o -c -g -O2 -DHAVE_CONFIG_H -D_GNU_SOURCE=1 -D_REENTRANT -Ilibgag/include -I. -I/usr/include/SDL src/FertilityCalculatorThreadMessage.cpp
src/FertilityCalculatorThreadMessage.cpp: In member function 'virtual bool FCTUpdateCompletionPercent::operator==(const FertilityCalculatorThreadMessage&) const':
src/FertilityCalculatorThreadMessage.cpp:48: error: must #include <typeinfo> before using typeid
src/FertilityCalculatorThreadMessage.cpp:48: error: must #include <typeinfo> before using typeid
src/FertilityCalculatorThreadMessage.cpp: In member function 'virtual bool FCTFertilityCompleted::operator==(const FertilityCalculatorThreadMessage&) const':
src/FertilityCalculatorThreadMessage.cpp:89: error: must #include <typeinfo> before using typeid
src/FertilityCalculatorThreadMessage.cpp:89: error: must #include <typeinfo> before using typeid
scons: *** [src/FertilityCalculatorThreadMessage.o] Error 1
scons: building terminated because of errors.
ubername
Posts: 3
Joined: Wed Mar 19, 2008 10:13 pm

Re: scons: *** [src/FertilityCalculatorThreadMessage.o] Error 1

Post by ubername »

Actually, no need to fix as the synaptic repository now has 0.9.3-2 version. However I still am interested in why I can't build it, but perhaps that is not for this forum.

Thanks
User avatar
Giszmo
Warrior
Warrior
Posts: 261
Joined: Sat Nov 26, 2005 10:23 pm
Location: Germany
Contact:

Re: scons: *** [src/FertilityCalculatorThreadMessage.o] Error 1

Post by Giszmo »

Hi

I copied your bug report to the bug tracker as I can't see the solution neither.
The error: must #include <typeinfo> before using typeid
can be found in the bug tracker in a fixed bug so i guess it is not simply a missing dependency.
See
https://savannah.nongnu.org/bugs/index.php?24598
for progress.
Aliraza149
Posts: 1
Joined: Sat Dec 06, 2014 7:13 am

Re: scons: *** [src/FertilityCalculatorThreadMessage.o] Erro

Post by Aliraza149 »

Hi,

I've got a repeatable crash in Glob2 which I installed from the Ubuntu 8.04 repository. It's happened on several maps now, but I've finally got a game that's been saved a few seconds before it crashes in a way that appears completely repeatable. Is there anything I can do to help track down this bug? I'm not all that familiar with Linux I'm afraid, but I'll happily dig out whatever is needed if somebody can point me to some instructions.
Our excellent online CRISC exam dump training programs will lead you to success in the testking.me - C4040-226 dumps We also offer latest passguide and hsbc with 100% success guarantee. Our www.principiacollege.edu is rare in IT world.
User avatar
ProgVal
Site Admin
Posts: 27
Joined: Mon Jul 12, 2010 8:11 am
Location: France
Contact:

Re: scons: *** [src/FertilityCalculatorThreadMessage.o] Erro

Post by ProgVal »

Hasn't the bug been fixed since 2008?
Could you try with a more recent OS?
Post Reply