• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Trying to Compile 0.4 [Last Rev] [Trunk]

xTremoxx

domasturb(cid, genital)
Joined
Aug 11, 2007
Messages
418
Reaction score
6
Location
Brazil
Hi, when i try to compile newest rev, i get this error.

PHP:
In file included from ../outfit.cpp:21:
../outfit.h:60: error: 'SKILL_LAST' was not declared in this scope
../outfit.h:60: error: 'SKILL_LAST' was not declared in this scope
../outfit.h: In constructor 'Outfit::Outfit()':
../outfit.h:39: error: 'skills' was not declared in this scope
../outfit.h:40: error: 'skillsPercent' was not declared in this scope

../outfit.cpp: In member function 'bool Outfits::parseOutfitNode(xmlNode*)':
../outfit.cpp:356: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:359: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:362: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:365: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:368: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:371: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:374: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:378: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:379: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:380: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:381: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:386: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:387: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:388: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:389: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:393: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:396: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:399: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:402: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:405: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:408: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:411: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:415: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:416: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:417: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:418: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:423: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:424: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:425: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:426: error: 'struct Outfit' has no member named 'skillsPercent'

../outfit.cpp: In member function 'bool Outfits::addAttributes(uint32_t, uint32_t, uint16_t, uint16_t)':
../outfit.cpp:689: error: 'struct Outfit' has no member named 'skills'

../outfit.cpp:692: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:695: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:698: error: 'struct Outfit' has no member named 'skillsPercent'

../outfit.cpp: In member function 'bool Outfits::removeAttributes(uint32_t, uint32_t, uint16_t)':
../outfit.cpp:760: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:763: error: 'struct Outfit' has no member named 'skills'
../outfit.cpp:766: error: 'struct Outfit' has no member named 'skillsPercent'
../outfit.cpp:769: error: 'struct Outfit' has no member named 'skillsPercent'

mingw32-make: *** [obj//outfit.o] Error 1
 
Back
Top