Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267204 - games-strategy/freelords-0.3.8 fails to compile with gcc-4.3; patch included
Summary: games-strategy/freelords-0.3.8 fails to compile with gcc-4.3; patch included
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-23 13:14 UTC by Petr Behan
Modified: 2009-04-26 00:01 UTC (History)
0 users

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


Attachments
fixes compilation on gcc-4.3.3 (freelords-gcc-4.3.patch,3.40 KB, patch)
2009-04-23 13:15 UTC, Petr Behan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Behan 2009-04-23 13:14:00 UTC
Build fails with following error:

In file included from stacklist.cpp:15:
stacklist.h:125: error: ‘std::string’ has not been declared

(and several other errors when this one is fixed).

Requires fairly standard gcc fixes, should stay compatible with earlier gcc versions.

(patch follows)
Comment 1 Petr Behan 2009-04-23 13:15:47 UTC
Created attachment 189236 [details, diff]
fixes compilation on gcc-4.3.3
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-04-26 00:01:41 UTC
in portage.  Thanks for the bug report and patch.