In file included from atcommand.c:29:
pc.h:530: error: nested redefinition of 'enum weapon_type'
pc.h:530: error: redeclaration of 'enum weapon_type'
pc.h:531: error: redeclaration of enumerator 'W_FIST'
../common/mmo.h:810: note: previous definition of 'W_FIST' was here
pc.h:532: error: redeclaration of enumerator 'W_DAGGER'
../common/mmo.h:811: note: previous definition of 'W_DAGGER' was here
pc.h:533: error: redeclaration of enumerator 'W_1HSWORD'
../common/mmo.h:812: note: previous definition of 'W_1HSWORD' was here
pc.h:534: error: redeclaration of enumerator 'W_2HSWORD'
../common/mmo.h:813: note: previous definition of 'W_2HSWORD' was here
pc.h:535: error: redeclaration of enumerator 'W_1HSPEAR'
../common/mmo.h:814: note: previous definition of 'W_1HSPEAR' was here
pc.h:536: error: redeclaration of enumerator 'W_2HSPEAR'
../common/mmo.h:815: note: previous definition of 'W_2HSPEAR' was here
pc.h:537: error: redeclaration of enumerator 'W_1HAXE'
../common/mmo.h:816: note: previous definition of 'W_1HAXE' was here
pc.h:538: error: redeclaration of enumerator 'W_2HAXE'
../common/mmo.h:817: note: previous definition of 'W_2HAXE' was here
pc.h:539: error: redeclaration of enumerator 'W_MACE'
../common/mmo.h:818: note: previous definition of 'W_MACE' was here
pc.h:540: error: redeclaration of enumerator 'W_2HMACE'
../common/mmo.h:819: note: previous definition of 'W_2HMACE' was here
pc.h:541: error: redeclaration of enumerator 'W_STAFF'
../common/mmo.h:820: note: previous definition of 'W_STAFF' was here
pc.h:542: error: redeclaration of enumerator 'W_BOW'
../common/mmo.h:821: note: previous definition of 'W_BOW' was here
pc.h:543: error: redeclaration of enumerator 'W_KNUCKLE'
../common/mmo.h:822: note: previous definition of 'W_KNUCKLE' was here
pc.h:544: error: redeclaration of enumerator 'W_MUSICAL'
../common/mmo.h:823: note: previous definition of 'W_MUSICAL' was here
pc.h:545: error: redeclaration of enumerator 'W_WHIP'
../common/mmo.h:824: note: previous definition of 'W_WHIP' was here
pc.h:546: error: redeclaration of enumerator 'W_BOOK'
../common/mmo.h:825: note: previous definition of 'W_BOOK' was here
pc.h:547: error: redeclaration of enumerator 'W_KATAR'
../common/mmo.h:826: note: previous definition of 'W_KATAR' was here
pc.h:548: error: redeclaration of enumerator 'W_REVOLVER'
../common/mmo.h:827: note: previous definition of 'W_REVOLVER' was here
pc.h:549: error: redeclaration of enumerator 'W_RIFLE'
../common/mmo.h:828: note: previous definition of 'W_RIFLE' was here
pc.h:550: error: redeclaration of enumerator 'W_GATLING'
../common/mmo.h:829: note: previous definition of 'W_GATLING' was here
pc.h:551: error: redeclaration of enumerator 'W_SHOTGUN'
../common/mmo.h:830: note: previous definition of 'W_SHOTGUN' was here
pc.h:552: error: redeclaration of enumerator 'W_GRENADE'
../common/mmo.h:831: note: previous definition of 'W_GRENADE' was here
pc.h:553: error: redeclaration of enumerator 'W_HUUMA'
../common/mmo.h:832: note: previous definition of 'W_HUUMA' was here
pc.h:554: error: redeclaration of enumerator 'W_2HSTAFF'
../common/mmo.h:833: note: previous definition of 'W_2HSTAFF' was here
pc.h:555: error: redeclaration of enumerator 'MAX_WEAPON_TYPE'
../common/mmo.h:834: note: previous definition of 'MAX_WEAPON_TYPE' was here
pc.h:557: error: redeclaration of enumerator 'W_DOUBLE_DD'
../common/mmo.h:836: note: previous definition of 'W_DOUBLE_DD' was here
pc.h:558: error: redeclaration of enumerator 'W_DOUBLE_SS'
../common/mmo.h:837: note: previous definition of 'W_DOUBLE_SS' was here
pc.h:559: error: redeclaration of enumerator 'W_DOUBLE_AA'
../common/mmo.h:838: note: previous definition of 'W_DOUBLE_AA' was here
pc.h:560: error: redeclaration of enumerator 'W_DOUBLE_DS'
../common/mmo.h:839: note: previous definition of 'W_DOUBLE_DS' was here
pc.h:561: error: redeclaration of enumerator 'W_DOUBLE_DA'
../common/mmo.h:840: note: previous definition of 'W_DOUBLE_DA' was here
pc.h:562: error: redeclaration of enumerator 'W_DOUBLE_SA'
../common/mmo.h:841: note: previous definition of 'W_DOUBLE_SA' was here
pc.h:565: error: nested redefinition of 'enum ammo_type'
pc.h:565: error: redeclaration of 'enum ammo_type'
pc.h:566: error: redeclaration of enumerator 'A_ARROW'
../common/mmo.h:845: note: previous definition of 'A_ARROW' was here
pc.h:567: error: redeclaration of enumerator 'A_DAGGER'
../common/mmo.h:846: note: previous definition of 'A_DAGGER' was here
pc.h:568: error: redeclaration of enumerator 'A_BULLET'
../common/mmo.h:847: note: previous definition of 'A_BULLET' was here
pc.h:569: error: redeclaration of enumerator 'A_SHELL'
../common/mmo.h:848: note: previous definition of 'A_SHELL' was here
pc.h:570: error: redeclaration of enumerator 'A_GRENADE'
../common/mmo.h:849: note: previous definition of 'A_GRENADE' was here
pc.h:571: error: redeclaration of enumerator 'A_SHURIKEN'
../common/mmo.h:850: note: previous definition of 'A_SHURIKEN' was here
pc.h:572: error: redeclaration of enumerator 'A_KUNAI'
../common/mmo.h:851: note: previous definition of 'A_KUNAI' was here
pc.h:573: error: redeclaration of enumerator 'A_CANNONBALL'
../common/mmo.h:852: note: previous definition of 'A_CANNONBALL' was here
pc.h:575: error: redeclaration of enumerator 'A_THROWWEAPON'
../common/mmo.h:854: note: previous definition of 'A_THROWWEAPON' was here
In file included from atcommand.c:2149:
harmony_atcommand.inc:31: warning: return type defaults to 'int'
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:33: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc:33: error: (Each undeclared identifier is reported only once
harmony_atcommand.inc:33: error: for each function it appears in.)
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:37: warning: return type defaults to 'int'
harmony_atcommand.inc:37: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:39: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:43: warning: return type defaults to 'int'
harmony_atcommand.inc:43: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:44: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:48: warning: return type defaults to 'int'
harmony_atcommand.inc:48: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:51: error: 'message' undeclared (first use in this function)
harmony_atcommand.inc:53: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:81: warning: return type defaults to 'int'
harmony_atcommand.inc:80: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:85: error: 'sd' undeclared (first use in this function)
In file included from atcommand.c:2149:
harmony_atcommand.inc:87: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:103: warning: return type defaults to 'int'
harmony_atcommand.inc:102: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:104: warning: implicit declaration of function 'SqlStmt_Malloc'
harmony_atcommand.inc:104: warning: initialization makes pointer from integer without a cast
harmony_atcommand.inc:108: warning: implicit declaration of function 'SqlStmt_Prepare'
harmony_atcommand.inc:109: warning: implicit declaration of function 'SqlStmt_Execute'
harmony_atcommand.inc:110: warning: implicit declaration of function 'SqlStmt_BindColumn'
harmony_atcommand.inc:114: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc:115: warning: implicit declaration of function 'SqlStmt_NextRow'
harmony_atcommand.inc:125: warning: implicit declaration of function 'SqlStmt_Free'
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:131: warning: return type defaults to 'int'
harmony_atcommand.inc:130: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:135: error: 'fd' undeclared (first use in this function)
harmony_atcommand.inc:138: error: 'sd' undeclared (first use in this function)
harmony_atcommand.inc:143: error: 'message' undeclared (first use in this function)
harmony_atcommand.inc:155: warning: implicit declaration of function 'Sql_EscapeStringLen'
harmony_atcommand.inc:157: warning: implicit declaration of function 'Sql_QueryStr'
harmony_atcommand.inc: At top level:
harmony_atcommand.inc:169: warning: return type defaults to 'int'
harmony_atcommand.inc:168: error: redefinition of 'ACMD_FUNC'
harmony_atcommand.inc:31: note: previous definition of 'ACMD_FUNC' was here
harmony_atcommand.inc: In function 'ACMD_FUNC':
harmony_atcommand.inc:171: error: 'message' undeclared (first use in this function)
harmony_atcommand.inc:181: warning: implicit declaration of function 'Sql_NumRows'
harmony_atcommand.inc:183: error: 'fd' undeclared (first use in this function)
In file included from atcommand.c:9454:
harmony_atcommanddef_ra.inc: In function 'atcommand_basecommands':
harmony_atcommanddef_ra.inc:1: error: 'atcommand_reloadgrfintegrity' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:2: error: 'atcommand_reloadharmony' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:3: error: 'atcommand_showautoban' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:4: error: 'atcommand_liftautoban' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:5: error: 'atcommand_netinfo' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:6: error: 'atcommand_macban' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:7: error: 'atcommand_liftmacban' undeclared (first use in this function)
harmony_atcommanddef_ra.inc:8: error: 'atcommand_showmacban' undeclared (first use in this function)