Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217601 - games-puzzle/einstein-2.0 fails w/ gcc-4.3.0
Summary: games-puzzle/einstein-2.0 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL: http://bugs.debian.org/455158
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-14 09:04 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-15 18:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
einstein-2.0-gcc43.patch (einstein-2.0-gcc43.patch,531 bytes, patch)
2008-04-14 09:05 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 09:04:14 UTC
g++ -pipe -Wall -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3  `sdl-config --cflags` -DPREFIX=L\"/usr/games\"  -c rules.cpp
In file included from resources.cpp:10:
convert.h: In function ‘std::wstring toString(const T&)’:
convert.h:21: error: must #include <typeinfo> before using typeid
make: *** [resources.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from rules.cpp:5:
convert.h: In function ‘std::wstring toString(const T&)’:
convert.h:21: error: must #include <typeinfo> before using typeid
make: *** [rules.o] Error 1


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 09:05:16 UTC
Created attachment 149652 [details, diff]
einstein-2.0-gcc43.patch

Fixes the problem. Adapted from Debian.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2008-04-15 18:11:08 UTC
in portage.  thanks for the bug report and patch.