compling 2.0.9 plugins

Questions or HOWTOs about the above? Post 'em here...
Post Reply
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

compling 2.0.9 plugins

Post by dango »

Code: Select all

-char -MT RogueGenocide.lo -MD -MP -MF .deps/RogueGenocide.Tpo -c RogueGenocide.cpp  -fPIC -DPIC -o .libs/RogueGenocide.o
RogueGenocide.cpp: In member function 'virtual void RogueGenoHandler::process(bz_EventData*)':
RogueGenocide.cpp:53: error: 'bz_PlayerDieEventData_V1' was not declared in this scope
RogueGenocide.cpp:53: error: 'dieData' was not declared in this scope
RogueGenocide.cpp:53: error: expected primary-expression before ')' token
RogueGenocide.cpp:53: error: expected `;' before 'eventData'
RogueGenocide.cpp:65: error: 'bz_APIIntList' was not declared in this scope
RogueGenocide.cpp:65: error: 'playerList' was not declared in this scope
RogueGenocide.cpp:72: error: 'bz_BasePlayerRecord' was not declared in this scope
RogueGenocide.cpp:72: error: 'playRec' was not declared in this scope
make[2]: *** [RogueGenocide.lo] Error 1
make[2]: Leaving directory `/home/mkumykov/bzflag2.0.x/plugins/RogueGenocide'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mkumykov/bzflag2.0.x/plugins'
make: *** [all-recursive] Error 1
i'm trying to compile 2.0.9 with plugins, and i get this error thing. I get errors when i try to compile any plugin seperatly, also. What is wrong? :?
Image
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

that is a plug-in made for 2.1.0, not 2.0.9

make sure you get the 2.0.x branch when you check out.
ImageJeffM
Post Reply