MantisBT - VCMI
View Issue Details
0000659VCMIOtherpublic2010-12-21 10:502011-07-21 20:48
anonymous 
Ivan 
normalmajoralways
closedfixed 
LinuxKubuntu10.10
0.83 
 
0000659: Compile error on VCMI trunk 1893
In file included from CEmptyAI.cpp:1:
CEmptyAI.h:12: error: ISO C++ forbids declaration of ‘HeroMoveDetails’ with no type
CEmptyAI.h:12: error: expected ‘,’ or ‘...’ before ‘&’ token
CEmptyAI.cpp:20: error: ISO C++ forbids declaration of ‘HeroMoveDetails’ with no type
CEmptyAI.cpp:20: error: expected ‘,’ or ‘...’ before ‘&’ token
make[2]: *** [CEmptyAI.lo] Error 1
make[2]: Leaving directory `/usr/local/share/games/vcmi/AI/EmptyAI'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/share/games/vcmi/AI'
make: *** [all-recursive] Error 1
No tags attached.
Issue History
2010-12-21 10:50anonymousNew Issue
2010-12-21 12:04WarmongerNote Added: 0001468
2010-12-24 15:45IvanNote Added: 0001469
2010-12-24 15:45IvanStatusnew => resolved
2010-12-24 15:45IvanResolutionopen => fixed
2010-12-24 15:45IvanAssigned To => Ivan
2011-07-21 20:48IvanStatusresolved => closed

Notes
(0001468)
Warmonger   
2010-12-21 12:04   
Half of game files has been moved. Wait until this branch is established and then tweaked by Linux users, or just try earlier version.
(0001469)
Ivan   
2010-12-24 15:45   
Just undeclared structure here. Fixed in rev 1898.