freecnc
In file included from game/dispatcher.cpp:8:
./include/structure.h:268: error: ISO C++ forbids declaration of ‘BuildingAnimEvent’ with no type
./include/structure.h:268: error: expected ‘;’ before ‘*’ token
make[1]: *** [game/dispatcher.o] Error 1
make[1]: Leaving directory `/home/johnnycage/Documents/source/freecnc++/src'
make: *** [default] Error 2
nevie niekto, co by som si mal doinstalovat ??
Pre pridávanie komentárov sa musíte prihlásiť.
http://rpm.pbone.net/ alebo http://www.rpmseek.com/index.html.
Abolutne nemam prehlad o opensuse ale viem ze pre mandrivu su dalsie zdroje dostupne http://easyurpmi.zarb.org/ ale ci nieco take je pre suse to netusim.
In file included from game/dispatcher.cpp:8:
./include/structure.h:268: error: ISO C++ forbids declaration of ‘BuildingAnimEvent’ with no type
./include/structure.h:268: error: ISO C++ forbids declaration of ‘buildAnim’ with no type
make[1]: *** [game/dispatcher.o] Error 1
make[1]: Leaving directory `/home/johnnycage/Desktop/freecnc++/src'
make: *** [default] Error 2
StructureType *type;
Uint32 structnum;
Uint16 *imagenumbers;
Uint16 cellpos,bcellpos,health;
Uint8 owner,references,damaged;
bool animating,usemakeimgs,exploding,primary;
double ratio; // health/maxhealth
BuildingAnimEvent;* buildAnim;
BAttackAnimEvent* attackAnim;
// used to store units that have been built and are about to leave
// or units that have entered the building.
// passengers is used for consistency with the Unit class.
std::vector<Unit*> passengers;
UnitQueue* unitqueue;
LOADSTATE loadstate;
};
#include "structureanims.h"
#endif
a predtymto je cast public
make -C src
make[1]: Entering directory `/home/johnnycage/Desktop/freecnc++/src'
g++ -Wall -Werror -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -std=c++98 -Wconversion -W -Wno-unused -c game/dispatcher.cpp -o game/dispatcher.o -I./include -I./include/lua
In file included from game/dispatcher.cpp:8:
./include/structure.h:268: error: ‘BuildingAnimEvent’ does not name a type
make[1]: *** [game/dispatcher.o] Error 1
make[1]: Leaving directory `/home/johnnycage/Desktop/freecnc++/src'
make: *** [default] Error 2