=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xbeeb-0.4.1nb2 cd /usr/pkgsrc/work/emulators/xbeeb/work/xbeeb-0.4.1/src && env USETOOLS=no CC=cc CFLAGS=-O2\ -march=i586\ -I/usr/X11R7/include CPPFLAGS=-I/usr/X11R7/include CXX=c++ CXXFLAGS=-O2\ -march=i586\ -I/usr/X11R7/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -L/usr/X11R7/lib\ -Wl,-R/usr/X11R7/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/usr/pkgsrc/work/emulators/xbeeb/work/.wrapper/bin:/usr/pkgsrc/work/emulators/xbeeb/work/.buildlink/bin:/usr/pkgsrc/work/emulators/xbeeb/work/.tools/bin:/usr/pkg/bin::/usr/pbulk/bin:/usr/pbulk/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/usr/X11R7/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/games:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/usr/pkgsrc/work/emulators/xbeeb/work/.home CPP=cpp LINK_ALL_LIBGCC_HACK= LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ operator\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 775 INSTALL_INFO= MAKEINFO=/usr/pkgsrc/work/emulators/xbeeb/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/usr/pkgsrc/work/emulators/xbeeb/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/work/emulators/xbeeb/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/pkgsrc/work/emulators/xbeeb/work/.pkg-config.log PKG_CONFIG_PATH= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes /usr/pkg/bin/bmake CC=cc CXX=c++ xbeeb cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Beeb.c In file included from Beeb.c:451: ./6502.c:499:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:500:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x01 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:511:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( !NegativeFlag ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:969:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:970:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x02 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:1273:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:1274:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x04 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:1285:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( NegativeFlag ); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:1750:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:1751:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x08 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:2027:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:2028:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x10 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:2039:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( !OverflowFlag ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:2453:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:2454:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x20 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:2826:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:2827:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x40 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:2838:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( OverflowFlag ); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:3296:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:3297:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ( ! (ReadByte ( ZeroPageAddress) & 0x80 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:3317:47: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] EmulatorPC += ( signed char )( *EmulatorPC++ ); ~~ ^ ./6502.c:3545:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:3546:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x01 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:3557:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( !CarryFlag ); ^~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:3925:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:3926:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x02 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:4149:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:4150:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x04 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:4160:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( CarryFlag ); ^~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:4482:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:4483:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x08 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:4785:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:4786:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x10 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:4797:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( !ZeroFlag ); ^~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:5214:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:5215:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x20 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:5525:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:5526:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x40 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:5537:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] DoBranch ( ZeroFlag ); ^~~~~~~~~~~~~~~~~~~~~ ./Ops.h:360:44: note: expanded from macro 'DoBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:5967:16: warning: data argument not used by format string [-Wformat-extra-args] *EmulatorPC ); ^ ./Config.h:435:76: note: expanded from macro 'Disassemble3' #define Disassemble3(x,y,z) if ( DebugLevel & DISASSEMBLE ) printf ( x, y, z ) ^ In file included from Beeb.c:451: ./6502.c:5968:5: warning: unsequenced modification and access to 'EmulatorPC' [-Wunsequenced] BitBranch ((ReadByte ( ZeroPageAddress) & 0x80 )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Ops.h:465:44: note: expanded from macro 'BitBranch' EmulatorPC += ( signed char )( *EmulatorPC++ ); \ ~~ ^ In file included from Beeb.c:451: ./6502.c:6008:36: warning: data argument not used by format string [-Wformat-extra-args] Disassemble2 ( "NOP #&0x02\n", *EmulatorPC++ ); ~~~~~~~~~~~~~~ ^ ./Config.h:434:71: note: expanded from macro 'Disassemble2' #define Disassemble2(x,y) if ( DebugLevel & DISASSEMBLE ) printf ( x, y ) ^ 42 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Memory.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Fred.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Jim.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Sheila.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Crtc.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Acia.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c SerialUla.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c VideoUla.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c RomSelect.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c SystemVia.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c UserVia.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Disk.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Econet.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c ADC.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c TubeUla.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c 6522Via.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Keyboard.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Screen.c Screen.c:331:51: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds] ~( Masks [ 0 ] & Masks [ 1 ] & Masks [ 2 ] & Masks [ 4 ] ); ^ ~ Screen.c:198:1: note: array 'Masks' declared here unsigned long Masks [ 4 ]; ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Modes.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Teletext.c Teletext.c:357:19: warning: multiple unsequenced modifications to 'DblHeight' [-Wunsequenced] DblHeight = ( ++DblHeight ) % 3; ~ ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Display.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Sound.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Bitmap.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c EFS.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c SoundOSS.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Options.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c KeymapStrict.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c KeymapLegend.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c InfoWindow.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Compat.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c InfFS.c bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/emulators/xbeeb/work/xbeeb-0.4.1/src *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/emulators/xbeeb *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/emulators/xbeeb