Menu

#5 fc5 86-64 compile problem (v0.6.6)

open
nobody
None
5
2007-04-13
2007-04-13
wirser
No

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);

Discussion


Log in to post a comment.

Monday.com Logo