=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for swarm-0.61 g++ -O2 -march=i586 -D`../bin/scripts/arch` -DSHARED_CACHE -DQUIET -DSWARM_SWI_HANDLER -O3 -c core.cpp Unknown operating system: Minix In file included from :155: :1:9: error: macro names must be identifiers #define -DSHARED_CACHE 1 ^ core.cpp:1048:48: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] m_regShiftCarryBit = SHIFT_RIGHT(nVal, 32 - nDist) & 0x1; ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ core.cpp:958:52: note: expanded from macro 'SHIFT_RIGHT' #define SHIFT_RIGHT(_x,_y) ((_y >= 32) ? 0 : _x >> _y) ^ core.cpp:1048:48: note: place parentheses around the '-' expression to silence this warning m_regShiftCarryBit = SHIFT_RIGHT(nVal, 32 - nDist) & 0x1; ~~~^~~~~~~ core.cpp:958:52: note: expanded from macro 'SHIFT_RIGHT' #define SHIFT_RIGHT(_x,_y) ((_y >= 32) ? 0 : _x >> _y) ^ core.cpp:1128:51: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] m_regShiftCarryBit = SHIFT_RIGHT(nVal, nDist - 1) & 0x1; ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ core.cpp:958:52: note: expanded from macro 'SHIFT_RIGHT' #define SHIFT_RIGHT(_x,_y) ((_y >= 32) ? 0 : _x >> _y) ^ core.cpp:1128:51: note: place parentheses around the '-' expression to silence this warning m_regShiftCarryBit = SHIFT_RIGHT(nVal, nDist - 1) & 0x1; ~~~~~~^~~ core.cpp:958:52: note: expanded from macro 'SHIFT_RIGHT' #define SHIFT_RIGHT(_x,_y) ((_y >= 32) ? 0 : _x >> _y) ^ core.cpp:1501:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (ctrl->regBankWrite == RB_USER) ^ 3 warnings and 1 error generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/emulators/swarm/work/swarm/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/emulators/swarm/work/swarm/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/emulators/swarm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/emulators/swarm