Donate Share

Final Frontier Trader

Tracker: Bugs

5 fc5 86-64 compile problem (v0.6.6) - ID: 1700289
Last Update: Tracker Item Submitted ( wirser )

trying to compile fftraders on fc5 linux I got the following errors

units.h:244: error: extra qualification ‘MapObject::’ on member
‘IsLoaded’
units.h:356: error: extra qualification ‘Map::’ on member
‘GetAIUnitImageW’
units.h:357: error: extra qualification ‘Map::’ on member
‘GetAIUnitImageH’
make: *** [guiapply.o] Error 1

I removed the extra qualificationssa follows

[none@localhost fftrader]$ diff units.h units.h~
244c244
< bool IsLoaded();
---
> bool MapObject::IsLoaded();
356,357c356,357
< int GetAIUnitImageW(int index);
< int GetAIUnitImageH(int index);
---
> int Map::GetAIUnitImageW(int index);
> int Map::GetAIUnitImageH(int index);


wirser ( wirser ) - 2007-04-13 19:19

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.