User Tag List

Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 32

Thread: Compiling errors of doom, destruction, and doom.

  1. #1
    Banned
    Join Date
    May 2015
    Posts
    141
    Mentioned
    34 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    667
    Level
    9
    vBActivity - Bars
    Lv. Percent
    14.48%

    Exclamation Compiling errors of doom, destruction, and doom.

    Repost from Pure:

    The errors I got:

    Spoiler: show

    Code:
    Error 43 error C2365: 'TRACER' : redefinition; previous definition was 'enumerator' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 39 zc
    Error 44 error C2146: syntax error : missing ';' before identifier 'tracer' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 47 zc
    Error 45 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 47 zc
    Error 46 error C2365: 'TRACER' : redefinition; previous definition was 'enumerator' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 47 zc
    Error 47 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 47 zc
    Error 48 error C2146: syntax error : missing ';' before identifier 'eraser' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 48 zc
    Error 49 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 48 zc
    Error 50 error C2365: 'TRACER' : redefinition; previous definition was 'enumerator' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 48 zc
    Error 51 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 48 zc
    Error 52 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 131 zc
    Error 53 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 132 zc
    Error 54 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 155 zc
    Error 55 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 157 zc
    Error 56 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 158 zc
    Error 57 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 159 zc
    Error 58 error C2228: left of '.cnt' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 160 zc
    Error 59 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 161 zc
    Error 60 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 162 zc
    Error 61 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 162 zc
    Error 62 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 173 zc
    Error 63 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 174 zc
    Error 64 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 174 zc
    Error 65 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 177 zc
    Error 66 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 177 zc
    Error 67 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 178 zc
    Error 68 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 179 zc
    Error 69 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 179 zc
    Error 70 error C2228: left of '.cnt' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 180 zc
    Error 71 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 181 zc
    Error 72 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 182 zc
    Error 73 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 182 zc
    Error 74 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 192 zc
    Error 75 error C2228: left of '.cnt' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 194 zc
    Error 76 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 194 zc
    Error 77 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 196 zc
    Error 78 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 196 zc
    Error 79 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 198 zc
    Error 80 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 199 zc
    Error 81 error C2228: left of '.cnt' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 202 zc
    Error 82 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 203 zc
    Error 83 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 203 zc
    Error 84 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 214 zc
    Error 85 error C2228: left of '.cnt' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 216 zc
    Error 86 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 216 zc
    Error 87 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 218 zc
    Error 88 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 218 zc
    Error 89 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 220 zc
    Error 90 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 221 zc
    Error 91 error C2228: left of '.cnt' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 224 zc
    Error 92 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 225 zc
    Error 93 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 225 zc
    Error 94 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 277 zc
    Error 95 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 279 zc
    Error 96 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 280 zc
    Error 97 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 281 zc
    Error 98 error C2228: left of '.x' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 284 zc
    Error 99 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 286 zc
    Error 100 error C2228: left of '.y' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 287 zc
    Error 101 error C2228: left of '.speed' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\matrix.cpp 288 zc
    Error 102 error C2011: 'refInfo' : 'class' type redefinition c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.h 7 zc
    Error 103 error C2079: 'FFC::scriptData' uses undefined class 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\ffc.h 78 zc
    Error 104 error C2228: left of '.Clear' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\ffc.cpp 58 zc
    Error 105 error C2228: left of '.pc' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\ffc.cpp 120 zc
    Error 106 error C2228: left of '.sp' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\ffc.cpp 121 zc
    Error 107 error C2228: left of '.ffcref' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\ffc.cpp 122 zc
    Error 108 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 4 zc
    Error 109 error C2059: syntax error : ')' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 4 zc
    Error 110 error C2143: syntax error : missing ';' before '{' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 5 zc
    Error 111 error C2447: '{' : missing function header (old-style formal list?) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 5 zc
    Error 112 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 9 zc
    Error 113 error C2365: 'Clear' : redefinition; previous definition was 'formerly unknown identifier' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 10 zc
    Error 114 error C2065: 'scriptflag' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 13 zc
    Error 115 error C2065: 'idata' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 15 zc
    Error 116 error C2065: 'itemref' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 16 zc
    Error 117 error C2065: 'guyref' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 17 zc
    Error 118 error C2065: 'lwpn' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 18 zc
    Error 119 error C2065: 'ewpn' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 19 zc
    Error 120 error C2065: 'd' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 20 zc
    Error 121 error C2065: 'a' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 21 zc
    Error 122 error C2065: 'a' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\refinfo.cpp 22 zc
    Error 123 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\zelda.cpp 393 zc
    Error 124 error C2228: left of '.Clear' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\zelda.cpp 393 zc
    Error 125 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10775 zc
    Error 126 error C2228: left of '.a' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10775 zc
    Error 127 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10776 zc
    Error 128 error C2228: left of '.a' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10776 zc
    Error 129 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10850 zc
    Error 130 error C2228: left of '.a' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10850 zc
    Error 131 error C2027: use of undefined type 'refInfo' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10851 zc
    Error 132 error C2228: left of '.a' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\qst.cpp 10851 zc
    Error 133 error C2572: 'sfx' : redefinition of default parameter : parameter 4 c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 19 zc
    Error 134 error C2084: function 'void sfx(int)' already has a body c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 34 zc
    Error 135 error C2084: function 'void sfx(int,int)' already has a body c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 39 zc
    Error 136 error C2664: 'item::item(const item &)' : cannot convert parameter 1 from 'int' to 'const item &' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 23 zc
    Error 137 error C2039: 'markForDeletion' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 47 zc
    Error 138 error C2039: 'markForDeletion' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 127 zc
    Error 139 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 140 zc
    Error 140 error C2039: 'markForDeletion' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 144 zc
    Error 141 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 172 zc
    Error 142 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 173 zc
    Error 143 error C2065: 'pt_none' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 173 zc
    Error 144 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 193 zc
    Error 145 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 194 zc
    Continued...

    Spoiler: show

    Code:
    Error 146 error C2065: 'pt_none' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 194 zc
    Error 147 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 234 zc
    Error 148 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 235 zc
    Error 149 error C2065: 'pt_none' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 235 zc
    Error 150 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 302 zc
    Error 151 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 303 zc
    Error 152 error C2065: 'pt_none' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 303 zc
    Error 153 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 334 zc
    Error 154 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 341 zc
    Error 155 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 374 zc
    Error 156 error C2065: 'ipSPECIAL' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 374 zc
    Error 157 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 375 zc
    Error 158 error C2065: 'pt_clear' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 375 zc
    Error 159 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 398 zc
    Error 160 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 399 zc
    Error 161 error C2065: 'pt_buyInfo' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 399 zc
    Error 162 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 413 zc
    Error 163 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 414 zc
    Error 164 error C2065: 'pt_getMoney' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 414 zc
    Error 165 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 428 zc
    Error 166 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 429 zc
    Error 167 error C2065: 'pt_gamble' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 429 zc
    Error 168 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 439 zc
    Error 169 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 442 zc
    Error 170 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 484 zc
    Error 171 error C2039: 'setPrice' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 485 zc
    Error 172 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 486 zc
    Error 173 error C2065: 'pt_buyItem' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 486 zc
    Error 174 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 503 zc
    Error 175 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 504 zc
    Error 176 error C2065: 'pt_bombsOrArrows' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 504 zc
    Error 177 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 518 zc
    Error 178 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 519 zc
    Error 179 error C2065: 'pt_moneyOrLife' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 519 zc
    Error 180 error C2039: 'setPickupFlags' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 522 zc
    Error 181 error C2039: 'setPickupType' : is not a member of 'item' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 523 zc
    Error 182 error C2065: 'pt_moneyOrLife' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\room.cpp 523 zc
    Error 183 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\message.cpp 78 zc


    Post too long, continuing in the next post...

    Continued...

    Errors:

    Spoiler: show

    Code:
    Error 184 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\message.cpp 238 zc
    Error 185 error C3861: 'putMiscSprite': identifier not found c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\messagemanager.cpp 205 zc
    Error 186 error C2039: 'ffcs' : is not a member of 'mapscr' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\screenfreezestate.cpp 24 zc
    Error 187 error C2228: left of '.getCombo' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\screenfreezestate.cpp 24 zc
    Error 188 error C2228: left of '.type' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\screenfreezestate.cpp 24 zc
    Error 189 error C2039: 'ffcs' : is not a member of 'mapscr' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\screenfreezestate.cpp 26 zc
    Error 190 error C2228: left of '.getCombo' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\screenfreezestate.cpp 26 zc
    Error 191 error C2228: left of '.type' must have class/struct/union c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\screenfreezestate.cpp 26 zc
    Error 192 error C2572: 'sfx' : redefinition of default parameter : parameter 4 c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 19 zc
    Error 193 error C2084: function 'void sfx(int)' already has a body c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 34 zc
    Error 194 error C2084: function 'void sfx(int,int)' already has a body c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 39 zc
    Error 195 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 79 zc
    Error 196 error C2039: 'setSparkleFunc' : is not a member of 'weapon' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 104 zc
    Error 197 error C2065: 'standardSparkle' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 104 zc
    Error 198 error C2039: 'setSparkleFunc' : is not a member of 'weapon' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 148 zc
    Error 199 error C2065: 'standardSparkle' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 148 zc
    Error 200 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 151 zc
    Error 201 error C2039: 'didOnThisScreen' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 159 zc
    Error 202 error C2039: 'doOncePerScreen' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 176 zc
    Error 203 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 182 zc
    Error 204 error C2039: 'setAttack' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 183 zc
    Error 205 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 212 zc
    Error 206 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 225 zc
    Error 207 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 251 zc
    Error 208 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 322 zc
    Error 209 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 324 zc
    Error 210 error C2039: 'isBeingEaten' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 339 zc
    Error 211 error C2039: 'isOnSideviewPlatform' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 440 zc
    Error 212 error C2039: 'activateRemoteBomb' : is not a member of 'weapon' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 504 zc
    Error 213 error C2248: 'LinkClass::deselectbombs' : cannot access private member declared in class 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 529 zc
    Error 214 error C2248: 'LinkClass::deselectbombs' : cannot access private member declared in class 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 535 zc
    Error 215 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 545 zc
    Error 216 error C2248: 'LinkClass::deselectbombs' : cannot access private member declared in class 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 573 zc
    Error 217 error C2039: 'setSparkleFunc' : is not a member of 'weapon' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 607 zc
    Error 218 error C2065: 'byrnaSparkle' : undeclared identifier c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 607 zc
    Error 219 error C2039: 'isCharging' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 621 zc
    Welcome back to AGN Z! This time: Will AGN finish charging up it's Kame-Hame-PostTooLong? Find out NOW!

    Spoiler: show

    Code:
    Error 220 error C2039: 'isBeingEaten' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 624 zc
    Error 221 error C2039: 'isOnSideviewPlatform' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 629 zc
    Error 222 error C2039: 'ladderIsActive' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 629 zc
    Error 223 error C2039: 'jump' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 643 zc
    Error 224 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\inventory.cpp 644 zc
    Warning 225 warning C4800: 'Sequence *' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\sequence.cpp 86 zc
    Error 226 error C2039: 'cancelAttack' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 70 zc
    Error 227 error C2039: 'setHitTimer' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 71 zc
    Error 228 error C2039: 'setInvincible' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 72 zc
    Error 229 error C2039: 'setHitTimer' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 109 zc
    Error 230 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 327 zc
    Error 231 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 331 zc
    Error 232 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gameover.cpp 335 zc
    Error 233 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\ganonintro.cpp 51 zc
    Error 234 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\ganonintro.cpp 52 zc
    Error 235 error C3861: 'showCurrentDMapIntro': identifier not found c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\ganonintro.cpp 97 zc
    Error 236 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\getbigtriforce.cpp 17 zc
    Error 237 error C2264: 'sfx' : error in function definition or declaration; function not called c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gettriforce.cpp 35 zc
    Error 238 error C2248: 'LinkClass::StartRefill' : cannot access private member declared in class 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gettriforce.cpp 107 zc
    Error 239 error C2039: 'setScrollDir' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\gettriforce.cpp 160 zc
    Error 240 error C2039: 'setSwordJinx' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\potion.cpp 47 zc
    Error 241 error C2039: 'setItemJinx' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\potion.cpp 49 zc
    Error 242 error C2039: 'modWhistleCounter' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\whistle.cpp 31 zc
    Error 243 error C2039: 'modWhistleCounter' : is not a member of 'LinkClass' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sequence\whistle.cpp 33 zc
    Warning 244 warning C4800: 'dword' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\guys.cpp 4000 zc
    Warning 245 warning C4800: 'dword' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\guys.cpp 4091 zc
    Warning 246 warning C4800: 'dword' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\guys.cpp 6252 zc
    Warning 247 warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 698 zc
    Warning 248 warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 699 zc
    Warning 249 warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 10120 zc
    Warning 250 warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 10638 zc
    Warning 251 warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 10645 zc
    Warning 252 warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 10866 zc
    Warning 253 warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 10873 zc
    Warning 254 warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 11091 zc
    Warning 255 warning C4800: 'byte' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\link.cpp 11095 zc
    Warning 256 warning C4005: 'DegtoFix' : macro redefinition c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\script_drawing.cpp 17 zc
    Warning 257 warning C4101: 'y' : unreferenced local variable c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\script_drawing.cpp 669 zc
    Warning 258 warning C4101: 'x' : unreferenced local variable c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\script_drawing.cpp 668 zc
    Error 259 error C2375: 'count_layer_enemies' : redefinition; different linkage c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 15 zc
    Error 260 error C2375: 'random_layer_enemy' : redefinition; different linkage c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 37 zc
    Error 261 error C3861: 'count_layer_enemies': identifier not found c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 38 zc
    Error 262 error C2440: 'initializing' : cannot convert from 'int (__cdecl *)(void)' to 'int' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 38 zc
    Error 263 error C2039: 'getZ' : is not a member of 'enemy' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 87 zc
    Error 264 error C2039: 'getZ' : is not a member of 'enemy' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 102 zc
    Error 265 error C2039: 'addAtFront' : is not a member of 'sprite_list' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 109 zc
    Error 266 error C2039: 'getDir' : is not a member of 'enemy' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 118 zc
    Error 267 error C2039: 'getDir' : is not a member of 'enemy' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 198 zc
    Error 268 error C2039: 'getZ' : is not a member of 'enemy' c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 201 zc
    Error 269 error C3861: 'count_layer_enemies': identifier not found c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 319 zc
    Error 270 error C3861: 'random_layer_enemy': identifier not found c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\enemyattack.cpp 331 zc
    Error 271 error C2572: 'sfx' : redefinition of default parameter : parameter 4 c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 19 zc
    Error 272 error C2084: function 'void sfx(int)' already has a body c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 34 zc
    Error 273 error C2084: function 'void sfx(int,int)' already has a body c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\sound.h 39 zc


    These were the errors that stopped my compiling.

    Also, I got some warnings that didn't stop the compilation, but I'll post here just in case:
    Spoiler: show

    Code:
    Warning 1 warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\common.h 61 zc
    Warning 2 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\column.cpp 32 zc
    Warning 3 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\column.cpp 73 zc
    Warning 4 warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\controller.cpp 109 zc
    Warning 5 warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\controller.cpp 111 zc
    Warning 6 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\factory.cpp 99 zc
    Warning 7 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\factory.cpp 107 zc
    Warning 8 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\factory.cpp 115 zc
    Warning 9 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\factory.cpp 123 zc
    Warning 10 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\factory.cpp 131 zc
    Warning 11 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\row.cpp 32 zc
    Warning 12 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\row.cpp 73 zc
    Warning 13 warning C4355: 'this' : used in base member initializer list c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\scrollingpane.cpp 28 zc
    Warning 14 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 8 zc
    Warning 15 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 24 zc
    Warning 16 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 32 zc
    Warning 17 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 39 zc
    Warning 18 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 45 zc
    Warning 19 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 51 zc
    Warning 20 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 57 zc
    Warning 21 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 63 zc
    Warning 22 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 69 zc
    Warning 23 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 76 zc
    Warning 24 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 87 zc
    Warning 25 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 98 zc
    Warning 26 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\serialcontainer.cpp 106 zc
    Warning 27 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 78 zc
    Warning 28 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 90 zc
    Warning 29 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 105 zc
    Warning 30 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 113 zc
    Warning 31 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 121 zc
    Warning 32 warning C4018: '<=' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 128 zc
    Warning 33 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 157 zc
    Warning 34 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabbar.cpp 178 zc
    Warning 35 warning C4355: 'this' : used in base member initializer list c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabpanel.cpp 26 zc
    Warning 36 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabpanel.cpp 32 zc
    Warning 37 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabpanel.cpp 50 zc
    Warning 38 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabpanel.cpp 78 zc
    Warning 39 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabpanel.cpp 89 zc
    Warning 40 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\tabpanel.cpp 105 zc
    Warning 41 warning C4018: '<=' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\textfield.cpp 62 zc
    Warning 42 warning C4018: '<' : signed/unsigned mismatch c:\users\joshu_000\desktop\zeldaclassic-2.50.x\src\gui\allegro\textfield.cpp 136 zc

  2. #2
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    That's 'Doom, Demise, and Destruction'.

    I'll point out, that it could be my fault for suggesting that you use the 'Minimal' version of Boost. It looks as if the parser can't comprehend some things that it should, except that VS2008 doesn't natively do CPP11, which is why Boost is mandatory.

    Let's try it with the full version of boost, 1.62.0, and see if that solves it.

  3. #3
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    First, you don't have to paste all of the errors; the first few errors are usually enough to find the problem (and the rest are just cascading errors caused by the first errors, etc etc).

    Second, please indicate which branch of the code you're trying to compile (and if it's not the head, also the revision). I assume you're trying to compile the latest revision of branch 2.50.x, since on the master branch TRACER is still named MATRIX_TRACER and there is presumably no conflict.

    Now as to your compile issue: somehow the compiler is seeing a previous definition of TRACER somewhere. In the ZC source TRACER appears as an enumeration constant in ffscript.h, but it's not clear to me how ffscript.h is being included in matrix.cpp; this will require some detective work.

    You haven't modified any of the code, correct? In particular you haven't added any new #includes anywhere?

  4. #4
    Banned
    Join Date
    May 2015
    Posts
    141
    Mentioned
    34 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    667
    Level
    9
    vBActivity - Bars
    Lv. Percent
    14.48%
    Quote Originally Posted by DarkDragon View Post
    First, you don't have to paste all of the errors; the first few errors are usually enough to find the problem (and the rest are just cascading errors caused by the first errors, etc etc).

    Second, please indicate which branch of the code you're trying to compile (and if it's not the head, also the revision). I assume you're trying to compile the latest revision of branch 2.50.x, since on the master branch TRACER is still named MATRIX_TRACER and there is presumably no conflict.

    Now as to your compile issue: somehow the compiler is seeing a previous definition of TRACER somewhere. In the ZC source TRACER appears as an enumeration constant in ffscript.h, but it's not clear to me how ffscript.h is being included in matrix.cpp; this will require some detective work.

    You haven't modified any of the code, correct? In particular you haven't added any new #includes anywhere?
    No, the code is freshly installed from the 2.50.x github. I'm currently installing the full version of boost to see if that fixes the problem, but if not then I'm not sure :l

  5. #5
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,025
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.16%
    I don't know why Boost would cause these errors, especially as Boost is used nowhere near Matrix.cpp. But I suppose installing it can't hurt?

    Which version of Visual Studio are you using? And are you using the solution file from projects/vs2008, or something else?

  6. #6
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Quote Originally Posted by DarkDragon View Post
    I don't know why Boost would cause these errors, especially as Boost is used nowhere near Matrix.cpp. But I suppose installing it can't hurt?

    Which version of Visual Studio are you using? And are you using the solution file from projects/vs2008, or something else?
    He's using the project and solutions from ./projects/vs2008 in VS2008. I sent him a full copy of it as a gift, when he decided that he wanted to work on the thing. :)

    The project file does have an issue though, that I flagged on GitHub: It's calling for files under ./src/build_modules/*

    That path is not in the 2.50.x branch, so I suggested that he grab those files (and only those files) from the 'master' branch. It's possible that they differ.

    It may also be that when he added include paths, that he accidentally added something from 'master' to them, and that may be causing conflicts.

    Anyhow, boost is sadly mandatory with VS2008, as it doesn't support cpp11, and the source needs one, or the other.

    I'm sort of thinking to suggest that he put VNC Server on his laptop for a day, so that I can remote in, clean up the repo on his local system, set up the include paths, and fix it, but I don't want to suggest that unless it's the only recourse.

  7. #7
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,430
    Level
    24
    vBActivity - Bars
    Lv. Percent
    69.57%
    The 2.50.x branch doesn't need any boost stuff.
    Gleeok's the one who uses VS; I don't know anything about it. I still have the project files from the old repo, and I don't think there have been any changes that would invalidate them. I'll try replacing them in a bit. (I just have to hope they'll keep their line endings, because hey, no .gitattributes.)
    Last edited by Saffith; 12-01-2016 at 03:26 PM.

  8. #8
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,815
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,933
    Level
    33
    vBActivity - Bars
    Lv. Percent
    23.44%
    The VC++ project files for 2.50 are not compatible with with the trunk VC++ project files. This is because 2.50 was tagged before I refactored some of the ZC code, put in more defined translation units, and fixed (some of) the global namespace pollution problem. Please use the project files from the 2.50 branch.

    Disclaimer: I have never tried to compile the 2.50 code on anything higher than MSVC 2010;
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  9. #9
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,430
    Level
    24
    vBActivity - Bars
    Lv. Percent
    69.57%
    They're the same in both branches, is the thing. The 2.50.x branch has the project files from master. The proper project files never went to git in the first place.

    Edit: Hm, nope, the ones from the old repo don't have the sound library separated out. That may not really matter, though...
    Well, they're less wrong, at least. I'll put them up, and I guess they can get fixed or whatever.
    Last edited by Saffith; 12-01-2016 at 08:05 PM.

  10. #10
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    @Saffith : I presume that you are using the makefile, which is what I was originally suggesting that @Dimentio use. For Widows builds, are you using NMake, gcc (via CygWin), or something else? It would be helpful to know what you are using, as in any other situation, it should also work.
    @Gleeok : Is there any chance you can make a VS2008 Solution for the 2.50.x branch that is up to date with the repository?

    Also, @DarkDragon asked me about using VS2015. I seem to recall that @Gleeok said that Microsloth changed something in VS2012 and later that made compiling in those newer versions impossible; and that it had something to do with how VS sees file paths. Is that right? I've never used a version newer than 2010, and the only full version that I have is 2008, so I'm not sure what broke.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social