Share

StepMania

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Tracker: Bugs

5 gcc 4.4 build fixes - ID: 2799127
Last Update: Settings changed ( stevecheckoway )

Hi,

there are couple of issues breaking build with gcc 4.4:

1) auto_ptr is declared in <memory>
2) for using strlen() in src/StdString.h, one has to include <cstring>
3) specialized template cannot have a storage class defined (parent
template storage class is always used)

Patch attached.


Jindrich Makovicka ( makovick ) - 2009-05-31 16:57

5

Closed

Out of Date

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2009-09-13 13:26
Sender: stevecheckowayProject Admin

All of those changes were already in the repository.


Attached File ( 1 )

Filename Description Download
build.diff build fix Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2009-09-13 13:26 stevecheckoway
resolution_id None 2009-09-13 13:26 stevecheckoway
close_date - 2009-09-13 13:26 stevecheckoway
File Added 329061: build.diff 2009-05-31 16:57 makovick