=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for squeak-vm-4.10.2.2614nb36 [ 0%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/B2DPlugin/CMakeFiles/B2DPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/B2DPlugin/B2DPlugin.c.o [ 0%] Building C object CMakeFiles/ckformat.dir/cmake/ckformat.c.o [ 0%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ADPCMCodecPlugin/CMakeFiles/ADPCMCodecPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c.o [ 1%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/BMPReadWriterPlugin/CMakeFiles/BMPReadWriterPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c.o [ 1%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/AsynchFilePlugin/CMakeFiles/AsynchFilePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c.o [ 1%] Built target squeak.1 [ 1%] Built target squeak [ 1%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/BitBltPlugin/CMakeFiles/BitBltPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/BitBltPlugin/BitBltPlugin.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c: In function 'asyncFileValueOf': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/AsynchFilePlugin/AsynchFilePlugin.c:79:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (AsyncFile *) (oop + 4); ^ [ 1%] Built target squeak.sh [ 1%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/CroquetPlugin/CMakeFiles/CroquetPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/CroquetPlugin/CroquetPlugin.c.o [ 1%] Linking C executable ckformat [ 1%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/DSAPrims/CMakeFiles/DSAPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/DSAPrims/DSAPrims.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/BitBltPlugin/BitBltPlugin.c: In function 'rgbComponentAlphawith': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/BitBltPlugin/BitBltPlugin.c:3803:16: warning: left shift count >= width of type [-Wshift-count-overflow] mask3 = (1 << 32) - 1; ^~ [ 1%] Built target ckformat [ 2%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/AsynchFilePlugin/CMakeFiles/AsynchFilePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c.o [ 2%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ZipPlugin/CMakeFiles/ZipPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/ZipPlugin/ZipPlugin.c.o In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:64: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c: In function 'asyncFileOpen': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:192:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)name, (void *)fileNamePtr, fileNameSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:192:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)name, (void *)fileNamePtr, fileNameSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c: In function 'asyncFileReadResult': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:248:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] n= read(fp->fd, (void *)bufferPtr, bufferSize); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:64: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c: In function 'asyncFileWriteStart': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:366:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)fp->buf.bytes, (void *)bufferPtr, count); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c:366:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)fp->buf.bytes, (void *)bufferPtr, count); ^ [ 2%] Linking C static library libADPCMCodecPlugin.a [ 2%] Linking C static library libBMPReadWriterPlugin.a [ 2%] Linking C static library libAsynchFilePlugin.a [ 2%] Built target ADPCMCodecPlugin [ 2%] Built target BMPReadWriterPlugin [ 2%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/DropPlugin/CMakeFiles/DropPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/DropPlugin/DropPlugin.c.o [ 2%] Built target AsynchFilePlugin [ 3%] Linking C static library libDSAPrims.a [ 4%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FT2Plugin/CMakeFiles/FT2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FT2Plugin/FT2Plugin.c.o [ 4%] Built target DSAPrims /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/DropPlugin/DropPlugin.c: In function 'setFileAccessCallback': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/DropPlugin/DropPlugin.c:137:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return sqSecFileAccessCallback((void *) address); ^ [ 5%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FilePlugin/CMakeFiles/FilePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FilePlugin/FilePlugin.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FT2Plugin/FT2Plugin.c: In function 'primitiveGetPostscriptName': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FT2Plugin/FT2Plugin.c:813:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] buffer = FT_Get_Postscript_Name(face); ^ [ 5%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FFTPlugin/CMakeFiles/FFTPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FFTPlugin/FFTPlugin.c.o [ 5%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/DropPlugin/CMakeFiles/DropPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/DropPlugin/sqUnixDragDrop.c.o [ 6%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/CroquetPlugin/CMakeFiles/CroquetPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/CroquetPlugin/TriBoxStub.c.o [ 6%] Linking C static library libCroquetPlugin.a [ 6%] Built target CroquetPlugin [ 7%] Linking C static library libDropPlugin.a [ 7%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FilePlugin/CMakeFiles/FilePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c.o [ 7%] Linking C static library libFFTPlugin.a [ 7%] Built target DropPlugin [ 7%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatArrayPlugin/CMakeFiles/FloatArrayPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FloatArrayPlugin/FloatArrayPlugin.c.o [ 7%] Built target FFTPlugin [ 7%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FloatMathPlugin/FloatMathPlugin.c.o [ 7%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/GeniePlugin/CMakeFiles/GeniePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/GeniePlugin/GeniePlugin.c.o [ 7%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FilePlugin/CMakeFiles/FilePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/FilePlugin/sqUnixFile.c.o [ 8%] Linking C static library libZipPlugin.a [ 9%] Linking C static library libFT2Plugin.a [ 9%] Linking C static library libFloatArrayPlugin.a [ 9%] Built target ZipPlugin [ 9%] Built target FloatArrayPlugin [ 9%] Built target FT2Plugin [ 10%] Linking C static library libGeniePlugin.a [ 11%] Linking C static library libFilePlugin.a [ 11%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReaderPlugin/CMakeFiles/JPEGReaderPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/JPEGReaderPlugin/JPEGReaderPlugin.c.o [ 12%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JoystickTabletPlugin/CMakeFiles/JoystickTabletPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/JoystickTabletPlugin/JoystickTabletPlugin.c.o [ 12%] Built target GeniePlugin [ 12%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/acos.c.o [ 12%] Built target FilePlugin [ 12%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c.o [ 13%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Klatt/CMakeFiles/Klatt.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/Klatt/Klatt.c.o [ 14%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/LargeIntegers/CMakeFiles/LargeIntegers.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/LargeIntegers/LargeIntegers.c.o [ 15%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/acosh.c.o [ 16%] Linking C static library libBitBltPlugin.a [ 16%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JoystickTabletPlugin/CMakeFiles/JoystickTabletPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/JoystickTabletPlugin/sqUnixJoystickTablet.c.o [ 16%] Built target BitBltPlugin [ 16%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/asin.c.o [ 16%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/LocalePlugin/CMakeFiles/LocalePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/LocalePlugin/LocalePlugin.c.o [ 16%] Linking C static library libJoystickTabletPlugin.a [ 17%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/Error.c.o [ 17%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/asinh.c.o [ 17%] Built target JoystickTabletPlugin [ 17%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Matrix2x3Plugin/CMakeFiles/Matrix2x3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/Matrix2x3Plugin/Matrix2x3Plugin.c.o [ 17%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcapimin.c.o [ 18%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/atan.c.o [ 19%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/LocalePlugin/CMakeFiles/LocalePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/LocalePlugin/sqUnixLocale.c.o [ 19%] Linking C static library libJPEGReaderPlugin.a [ 19%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/atan2.c.o [ 19%] Built target JPEGReaderPlugin [ 19%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcapistd.c.o [ 19%] Linking C static library libKlatt.a [ 19%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/atanh.c.o [ 19%] Linking C static library libLocalePlugin.a [ 21%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/copysign.c.o [ 21%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jccoefct.c.o [ 21%] Built target LocalePlugin [ 21%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/RePlugin/CMakeFiles/RePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c.o [ 21%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/cos.c.o [ 21%] Linking C static library libLargeIntegers.a [ 21%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/MiscPrimitivePlugin/CMakeFiles/MiscPrimitivePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c.o In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:8: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'allocateByteArrayAndSetRcvrExtraPtrFrom': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:101:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy(extraByteArrayPtr, (void *) anExtraPtr, sizeof(real_pcre_extra)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:101:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy(extraByteArrayPtr, (void *) anExtraPtr, sizeof(real_pcre_extra)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'allocateByteArrayAndSetRcvrPCREPtrFromPCRE': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:122:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy(patByteArrayPtr, (void *) aPCREPtr, lastAlloc); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:122:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy(patByteArrayPtr, (void *) aPCREPtr, lastAlloc); ^ [ 21%] Built target Klatt /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCRECompile': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:201:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pcrePtr = (int) pcre_compile(patternStrPtr, compileFlags, ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:205:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] extraPtr = (int) pcre_study((pcre *)pcrePtr, compileFlags, &errorStrBuffer); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:205:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] extraPtr = (int) pcre_study((pcre *)pcrePtr, compileFlags, &errorStrBuffer); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:207:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rePluginFree(((void *) pcrePtr)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:209:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rePluginFree(((void *) extraPtr)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCREExec': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:251:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pcrePtr = ((int) (interpreterProxy->fetchArrayofObject(2, rcvr))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:258:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] extraPtr = ((int) (interpreterProxy->arrayValueOf(extraObj))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:266:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] result = pcre_exec((pcre *)pcrePtr, (pcre_extra *)extraPtr, ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:266:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] result = pcre_exec((pcre *)pcrePtr, (pcre_extra *)extraPtr, ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCREExecfromto': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:316:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pcrePtr = ((int) (interpreterProxy->fetchArrayofObject(2, rcvr))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:323:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] extraPtr = ((int) (interpreterProxy->arrayValueOf(extraObj))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:331:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] result = pcre_exec((pcre *)pcrePtr, (pcre_extra *)extraPtr, ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:331:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] result = pcre_exec((pcre *)pcrePtr, (pcre_extra *)extraPtr, ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c: In function 'primPCRENumSubPatterns': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:352:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] pcrePtr = ((int) (interpreterProxy->fetchArrayofObject(2, rcvr))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/RePlugin/RePlugin.c:354:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] interpreterProxy->pushInteger(pcre_info((pcre *)pcrePtr, NULL, NULL)); ^ [ 22%] Linking C static library libB2DPlugin.a [ 23%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/cosh.c.o [ 23%] Built target LargeIntegers [ 24%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SecurityPlugin/CMakeFiles/SecurityPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SecurityPlugin/SecurityPlugin.c.o [ 24%] Built target B2DPlugin [ 25%] Linking C static library libMatrix2x3Plugin.a [ 26%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/exp.c.o [ 27%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SlangTestSupportPlugin/CMakeFiles/SlangTestSupportPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c.o [ 27%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/RePlugin/CMakeFiles/RePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/RePlugin/chartables.c.o [ 26%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SerialPlugin/CMakeFiles/SerialPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SerialPlugin/SerialPlugin.c.o [ 27%] Built target Matrix2x3Plugin [ 28%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/RePlugin/CMakeFiles/RePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/RePlugin/get.c.o [ 28%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SecurityPlugin/CMakeFiles/SecurityPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SecurityPlugin/sqUnixSecurity.c.o [ 28%] Linking C static library libSlangTestSupportPlugin.a [ 28%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SocketPlugin/CMakeFiles/SocketPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SocketPlugin/SocketPlugin.c.o [ 28%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/expm1.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SecurityPlugin/sqUnixSecurity.c: In function 'ioGetSecureUserDirectory': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SecurityPlugin/sqUnixSecurity.c:217:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (char *)success(false); ^ [ 28%] Built target SlangTestSupportPlugin [ 28%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jccolor.c.o [ 29%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SoundCodecPrims/CMakeFiles/SoundCodecPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SoundCodecPrims/SoundCodecPrims.c.o [ 29%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/RePlugin/CMakeFiles/RePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/RePlugin/pcre.c.o [ 30%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/finite.c.o [ 31%] Linking C static library libMiscPrimitivePlugin.a [ 31%] Linking C static library libSecurityPlugin.a [ 31%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SerialPlugin/CMakeFiles/SerialPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SerialPlugin/sqUnixSerial.c.o [ 31%] Built target MiscPrimitivePlugin [ 31%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fmod.c.o [ 31%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SoundCodecPrims/CMakeFiles/SoundCodecPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c.o [ 31%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcdctmgr.c.o [ 32%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SoundGenerationPlugin/CMakeFiles/SoundGenerationPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SoundGenerationPlugin/SoundGenerationPlugin.c.o [ 32%] Built target SecurityPlugin [ 32%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/hypot.c.o [ 33%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SoundPlugin/CMakeFiles/SoundPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/SoundPlugin/SoundPlugin.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmEncode': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_encode((gsm) state, (short *) srcPtr, (unsigned char *) dstPtr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_encode((gsm) state, (short *) srcPtr, (unsigned char *) dstPtr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3879:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_encode((gsm) state, (short *) srcPtr, (unsigned char *) dstPtr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmDecode': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_decode((gsm) state, (unsigned char *) srcPtr, (short *) dstPtr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_decode((gsm) state, (unsigned char *) srcPtr, (short *) dstPtr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3902:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gsm_decode((gsm) state, (unsigned char *) srcPtr, (short *) dstPtr); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:13: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c: In function 'gsmInitState': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:14: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:13: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:14: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3912:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memset((char *) state, 0, sizeof(struct gsm_state)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c:3913:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((gsm) state)->nrp = 40; ^ [ 33%] Linking C static library libSerialPlugin.a [ 34%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/isnan.c.o [ 34%] Built target SerialPlugin [ 35%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jchuff.c.o [ 36%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SocketPlugin/CMakeFiles/SocketPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SocketPlugin/sqUnixSocket.c.o [ 36%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/k_cos.c.o [ 36%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/StarSqueakPlugin/CMakeFiles/StarSqueakPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/StarSqueakPlugin/StarSqueakPlugin.c.o [ 36%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SoundGenerationPlugin/CMakeFiles/SoundGenerationPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c.o [ 36%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/k_rem_pio2.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:7:0: warning: "byteAt" redefined #define byteAt(i) (*((unsigned char *) (i))) In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:111:0: note: this is the location of the previous definition # define byteAt(oop) byteAtPointer(pointerForOop(oop)) /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:8:0: warning: "byteAtput" redefined #define byteAtput(i, val) (*((unsigned char *) (i)) = val) In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:112:0: note: this is the location of the previous definition # define byteAtput(oop, val) byteAtPointerput(pointerForOop(oop), (val)) /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:9:0: warning: "longAt" redefined #define longAt(i) (*((int *) (i))) In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:115:0: note: this is the location of the previous definition # define longAt(oop) longAtPointer(pointerForOop(oop)) /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:10:0: warning: "longAtput" redefined #define longAtput(i, val) (*((int *) (i)) = val) In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:19:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c:3: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqMemoryAccess.h:116:0: note: this is the location of the previous definition # define longAtput(oop, val) longAtPointerput(pointerForOop(oop), (val)) [ 36%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SoundPlugin/CMakeFiles/SoundPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SoundPlugin/sqUnixSound.c.o [ 37%] Linking C static library libStarSqueakPlugin.a [ 37%] Built target StarSqueakPlugin [ 38%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/k_sin.c.o [ 38%] Linking C static library libSoundGenerationPlugin.a [ 38%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcinit.c.o [ 38%] Built target SoundGenerationPlugin [ 38%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/k_tan.c.o [ 38%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SurfacePlugin/CMakeFiles/SurfacePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SurfacePlugin/SurfacePlugin.c.o [ 38%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o [ 39%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/ldexp.c.o [ 40%] Linking C static library libSoundPlugin.a [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcmainct.c.o [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/log.c.o [ 41%] Linking C static library libSurfacePlugin.a [ 41%] Built target SoundPlugin [ 41%] Linking C static library libSocketPlugin.a [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcmarker.c.o [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Squeak3D/CMakeFiles/Squeak3D.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/Squeak3D/Squeak3D.c.o [ 41%] Built target SurfacePlugin [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/log10.c.o [ 41%] Built target SocketPlugin /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/Squeak3D/Squeak3D.c: In function 'loadRasterizerState': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/Squeak3D/Squeak3D.c:1912:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (!(((int (*) (int))loadBBFn)(obj))) { ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/Squeak3D/Squeak3D.c:1915:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] state.spanDrawer = (b3dDrawBufferFunction) copyBitsFn; ^ [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ClipboardExtendedPlugin/CMakeFiles/ClipboardExtendedPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c.o [ 41%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SqueakFFIPrims/CMakeFiles/SqueakFFIPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SqueakFFIPrims/sqManualSurface.c.o [ 42%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/log1p.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SqueakFFIPrims/sqManualSurface.c: In function 'createManualSurface': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SqueakFFIPrims/sqManualSurface.c:136:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] result = registerSurface((int)newSurface, &manualSurfaceDispatch, &surfaceID); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SqueakFFIPrims/sqManualSurface.c: In function 'setManualSurfacePointer': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/SqueakFFIPrims/sqManualSurface.c:159:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] surface = (ManualSurface*)surfaceHandle; ^ [ 43%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SqueakFFIPrims/CMakeFiles/SqueakFFIPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c.o [ 43%] Linking C static library libSoundCodecPrims.a [ 43%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ClipboardExtendedPlugin/CMakeFiles/ClipboardExtendedPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c.o [ 43%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/modf.c.o [ 43%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/RePlugin/CMakeFiles/RePlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/RePlugin/study.c.o [ 44%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiAddressOfstartingAtsize': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:166:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] addr = ((int) (interpreterProxy->firstIndexableField(rcvr))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiArgumentSpecClass': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:261:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ffiArgSpec = ((int) (interpreterProxy->firstIndexableField(argSpec))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:288:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return ffiPushStructureOfLength(ptrAddress, ((int*) ffiArgSpec), ffiArgSpecSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:296:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ptrAddress = ((int) (interpreterProxy->firstIndexableField(ptrValue))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:298:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return ffiPushStructureOfLength(ptrAddress, ((int*) ffiArgSpec), ffiArgSpecSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:415:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return ffiPushStringOfLength(((int) (interpreterProxy->firstIndexableField(oop))), interpreterProxy->byteSizeOf(oop)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:421:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return ffiPushPointer(((int) (interpreterProxy->firstIndexableField(oop)))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:425:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return ffiPushPointer(((int) (interpreterProxy->firstIndexableField(oop)))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:435:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return ffiPushPointer(((int) (interpreterProxy->firstIndexableField(oop)))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiCalloutToWithFlags': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:594:56: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ffiCallAddressOfWithStructReturn(address, callType, ((int*) ffiRetSpec), ffiRetSpecSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:603:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ffiStoreStructure(((int) (interpreterProxy->firstIndexableField(oop))), structSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiLoadCalloutAddressFrom': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:928:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] address = interpreterProxy->ioLoadSymbolOfLengthFromModule(((int) (interpreterProxy->firstIndexableField(functionName))), functionLength, moduleHandle); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiLoadCalloutModule': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:955:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] moduleHandle = interpreterProxy->ioLoadModuleOfLength(((int) (interpreterProxy->firstIndexableField(ffiModuleName))), moduleLength); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1004:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] moduleHandle = interpreterProxy->ioLoadModuleOfLength(((int) (interpreterProxy->firstIndexableField(ffiModuleName))), moduleLength); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiPushPointerContentsOf': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1039:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ptrAddress = ((int) (interpreterProxy->firstIndexableField(ptrValue))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'ffiReturnCStringFrom': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1191:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] cString = ((char *) cPointer); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveCallout': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1331:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ffiRetSpec = ((int) (interpreterProxy->firstIndexableField(argSpec))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1341:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (!(ffiCanReturn(((int*) ffiRetSpec), ffiRetSpecSize))) { ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveCalloutWithArgs': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1478:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ffiRetSpec = ((int) (interpreterProxy->firstIndexableField(argSpec))); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1488:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (!(ffiCanReturn(((int*) ffiRetSpec), ffiRetSpecSize))) { ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveFFIDoubleAt': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1619:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((int*)(&floatValue))[0] = ((int*)addr)[0]; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1620:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((int*)(&floatValue))[1] = ((int*)addr)[1]; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveFFIDoubleAtPut': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1650:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((int*)addr)[0] = ((int*)(&floatValue))[0]; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1651:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((int*)addr)[1] = ((int*)(&floatValue))[1]; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveFFIFloatAt': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1674:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((int*)(&floatValue))[0] = ((int*)addr)[0]; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveFFIFloatAtPut': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1704:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((int*)addr)[0] = ((int*)(&floatValue))[0]; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveFFIIntegerAt': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1780:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] value = *((unsigned short int *) addr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveFFIIntegerAtPut': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1858:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *((short int *) addr) = value; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveForceLoad': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1922:57: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] moduleHandle = interpreterProxy->ioLoadModuleOfLength(((int) (interpreterProxy->firstIndexableField(ffiModuleName))), moduleLength); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c: In function 'primitiveSetManualSurfacePointer': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c:1954:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] result = setManualSurfacePointer(surfaceID, (void*)ptr); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c: In function 'sqPasteboardCopyItemFlavorDataformatformatLength': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c:123:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] clipboardReadIntoAt(bytes, (sqInt) firstIndexableField(outData), 0); ^ [ 44%] Built target SoundCodecPrims [ 44%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/pow.c.o [ 45%] Linking C shared module so.ClipboardExtendedPlugin [ 46%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FileCopyPlugin/CMakeFiles/FileCopyPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/FileCopyPlugin/FileCopyPlugin.c.o [ 46%] Built target ClipboardExtendedPlugin [ 47%] Linking C static library libRePlugin.a [ 47%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcmaster.c.o [ 48%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/rem_pio2.c.o [ 48%] Built target RePlugin [ 48%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/HostWindowPlugin/CMakeFiles/HostWindowPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/HostWindowPlugin/HostWindowPlugin.c.o [ 48%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/MIDIPlugin/CMakeFiles/MIDIPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/MIDIPlugin/MIDIPlugin.c.o [ 48%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/rint.c.o [ 49%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/scalb.c.o [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcomapi.c.o [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SqueakFFIPrims/CMakeFiles/SqueakFFIPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c.o [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/scalbn.c.o [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FileCopyPlugin/CMakeFiles/FileCopyPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/FileCopyPlugin/sqUnixFileCopyPlugin.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c: In function 'ffiAlloc': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:129:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)malloc(byteSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c: In function 'ffiFree': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if(pointer) free((void*)pointer); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c: In function 'ffiPushStructureOfLength': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:316:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ffiArgs[ffiArgIndex] = (void*) pointer; ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c: In function 'ffiPushStringOfLength': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:332:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy(ptr, (void*)srcIndex, length); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:332:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy(ptr, (void*)srcIndex, length); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:335:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] IARG_PUSH((int)ptr, ffi_type_pointer); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:74:40: note: in definition of macro 'PUSH' PUSH_TYPE(type); where[ffiArgIndex] = what; \ ^~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:335:3: note: in expansion of macro 'IARG_PUSH' IARG_PUSH((int)ptr, ffi_type_pointer); ^~~~~~~~~ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:13, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c: In function 'ffiStoreStructure': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:395:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)structReturnValue, structSize); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:395:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)structReturnValue, structSize); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:13, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:395:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)structReturnValue, structSize); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:395:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)structReturnValue, structSize); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:13, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:397:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)&returnValue, structSize); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:397:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)&returnValue, structSize); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:13, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:397:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)&returnValue, structSize); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:15: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:397:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void*)address, (void*)&returnValue, structSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c: In function 'ffiCallAddress': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:442:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ffi_call(&cif, (void *)fn, (void *)structReturnValue, (void **)ffiArgs); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:443:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) structReturnValue; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi.c:445:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ffi_call(&cif, (void *)fn, (void *)&returnValue, (void **)ffiArgs); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/FileCopyPlugin/sqUnixFileCopyPlugin.c: In function 'sqCopyFilesizetosize': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/FileCopyPlugin/sqUnixFileCopyPlugin.c:140:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sqFilenameFromString(from, (int)srcName, srcNameSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/FileCopyPlugin/sqUnixFileCopyPlugin.c:141:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sqFilenameFromString(to, (int)dstName, dstNameSize); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/MIDIPlugin/MIDIPlugin.c: In function 'primitiveMIDIRead': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/MIDIPlugin/MIDIPlugin.c:263:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] bytesRead = sqMIDIPortReadInto(portNum, arrayLength, ((sqInt)array)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/MIDIPlugin/MIDIPlugin.c: In function 'primitiveMIDIWrite': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/MIDIPlugin/MIDIPlugin.c:288:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] bytesWritten = sqMIDIPortWriteFromAt(portNum, arrayLength, ((sqInt)array), time); ^ [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Squeak3D/CMakeFiles/Squeak3D.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dAlloc.c.o [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcparam.c.o [ 50%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/sin.c.o [ 50%] Linking C shared module so.FileCopyPlugin [ 51%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Squeak3D/CMakeFiles/Squeak3D.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dDraw.c.o [ 51%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.c.o [ 52%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/HostWindowPlugin/CMakeFiles/HostWindowPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c.o [ 53%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/sinh.c.o [ 54%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/MIDIPlugin/CMakeFiles/MIDIPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDI.c.o [ 54%] Built target FileCopyPlugin In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:13, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDI.c:33: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc: In function 'sqMIDIGetPortName': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc:230:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)namePtr, userName, count); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDI.c:33: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc:230:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)namePtr, userName, count); ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:13, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDI.c:33: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc:230:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)namePtr, userName, count); ^ In file included from /usr/include/string.h:127:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sq.h:15, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDI.c:33: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc:230:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)namePtr, userName, count); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDI.c:40:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc: In function 'sqMIDIPortWriteFromAt': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc:427:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unsigned char *bytePtr= (unsigned char *)bufferPtr; ^ [ 54%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcphuff.c.o [ 54%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/sqrt.c.o [ 54%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c.o [ 55%] Building ASM object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/SqueakFFIPrims/CMakeFiles/SqueakFFIPrims.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/any-libffi-asm.S.o [ 55%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Squeak3D/CMakeFiles/Squeak3D.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dInit.c.o [ 55%] Linking C shared module so.HostWindowPlugin [ 55%] Linking C shared module so.SqueakFFIPrims [ 55%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/tan.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h:36, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.h:1, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/Mpeg3Plugin.h:1, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c:30: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 55%] Linking C shared module so.B3DAcceleratorPlugin [ 55%] Linking C shared module so.MIDIPlugin [ 55%] Built target HostWindowPlugin [ 55%] Built target B3DAcceleratorPlugin [ 56%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/FloatMathPlugin/CMakeFiles/FloatMathPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/tanh.c.o [ 56%] Built target SqueakFFIPrims [ 57%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/UUIDPlugin/CMakeFiles/UUIDPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/UUIDPlugin/UUIDPlugin.c.o [ 57%] Built target MIDIPlugin [ 57%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ScratchPlugin/CMakeFiles/ScratchPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/ScratchPlugin/ScratchPlugin.c.o [ 57%] Linking C static library libFloatMathPlugin.a [ 58%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/UnixOSProcessPlugin/CMakeFiles/UnixOSProcessPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c.o [ 58%] Built target FloatMathPlugin [ 59%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcprepct.c.o [ 60%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/AioPlugin/CMakeFiles/AioPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/AioPlugin/AioPlugin.c.o [ 61%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/XDisplayControlPlugin/CMakeFiles/XDisplayControlPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c.o [ 61%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/UUIDPlugin/CMakeFiles/UUIDPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/UUIDPlugin/sqUnixUUID.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c: In function 'shutdownModule': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c:2802:20: warning: iteration 63 invokes undefined behavior [-Waggressive-loop-optimizations] if ((semaIndices[sigNum]) > 0) { ~~~~~~~~~~~~^~~~~~~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c:2801:9: note: within this loop while (sigNum <= (signalArraySize())) { ^ [ 61%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jcsample.c.o [ 61%] Linking C shared module so.AioPlugin [ 61%] Linking C shared module so.UUIDPlugin [ 61%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Squeak3D/CMakeFiles/Squeak3D.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dMain.c.o [ 61%] Linking C shared module so.XDisplayControlPlugin [ 61%] Built target UUIDPlugin [ 61%] Built target AioPlugin [ 61%] Built target XDisplayControlPlugin [ 61%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c.o [ 62%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-display-custom/CMakeFiles/vm-display-custom.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-display-custom/sqUnixCustomWindow.c.o [ 63%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-display-X11/CMakeFiles/vm-display-X11.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-display-X11/sqUnixX11.c.o [ 63%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-display-null/CMakeFiles/vm-display-null.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-display-null/sqUnixDisplayNull.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c: In function 'mpeg3bits_new_stream': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c:40:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3_bits_t *stream = (mpeg3_bits_t *) memoryAllocate(1,sizeof(mpeg3_bits_t)); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c:34:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 63%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jctrans.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-display-X11/sqUnixX11.c:91:0: warning: "USE_XSHM" redefined # define USE_XSHM In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm/SqDisplay.h:16, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-display-X11/sqUnixX11.c:66: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/config.h:74:0: note: this is the location of the previous definition #define USE_XSHM 1 [ 64%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c: In function 'mpeg3_new': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c:47:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3_t *file = (mpeg3_t *) memoryAllocate(1, sizeof(mpeg3_t)); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c:37:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 65%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdapimin.c.o [ 66%] Linking C shared module so.vm-display-null [ 66%] Linking C shared module so.vm-display-custom [ 66%] Built target vm-display-null [ 66%] Built target vm-display-custom [ 66%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdapistd.c.o [ 66%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-sound-NAS/CMakeFiles/vm-sound-NAS.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-NAS/sqUnixSoundNAS.c.o [ 66%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-sound-ALSA/CMakeFiles/vm-sound-ALSA.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c.o [ 66%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ScratchPlugin/CMakeFiles/ScratchPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/ScratchPlugin/unixScratchOps.c.o [ 66%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c.o [ 67%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Squeak3D/CMakeFiles/Squeak3D.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c: In function 'mpeg3_new_atrack': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c:42:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] new_atrack = (mpeg3_atrack_t *) memoryAllocate(1, sizeof(mpeg3_atrack_t)); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c:34:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c: In function 'sound_Start': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c:126:3: warning: 'snd_pcm_sw_params_set_xfer_align' is deprecated [-Wdeprecated-declarations] snd(pcm_sw_params_set_xfer_align(output_handle, swparams, 1), "sound_Start: snd_pcm_sw_params_set_xfer_align"); ^~~ In file included from /pbulk/work/lang/squeak-vm/work/.x11-buildlink/include/alsa/asoundlib.h:67:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c:32: /pbulk/work/lang/squeak-vm/work/.x11-buildlink/include/alsa/pcm.h:1397:5: note: declared here int snd_pcm_sw_params_set_xfer_align(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val) __attribute__((deprecated)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c: In function 'sound_StartRecording': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c:288:3: warning: 'snd_pcm_sw_params_set_xfer_align' is deprecated [-Wdeprecated-declarations] snd(pcm_sw_params_set_xfer_align(input_handle, swparams, 1), "sound_StartRecording: snd_pcm_sw_params_set_xfer_align"); ^~~ In file included from /pbulk/work/lang/squeak-vm/work/.x11-buildlink/include/alsa/asoundlib.h:67:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-ALSA/sqUnixSoundALSA.c:32: /pbulk/work/lang/squeak-vm/work/.x11-buildlink/include/alsa/pcm.h:1397:5: note: declared here int snd_pcm_sw_params_set_xfer_align(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val) __attribute__((deprecated)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 68%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdatadst.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c: In function 'b3dValidateAndRemapState': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:226:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] faceOffset = (int)state->faceAlloc - (int)state->faceAlloc->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:226:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] faceOffset = (int)state->faceAlloc - (int)state->faceAlloc->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:227:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] edgeOffset = (int)state->edgeAlloc - (int)state->edgeAlloc->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:227:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] edgeOffset = (int)state->edgeAlloc - (int)state->edgeAlloc->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:228:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] attrOffset = (int)state->attrAlloc - (int)state->attrAlloc->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:228:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] attrOffset = (int)state->attrAlloc - (int)state->attrAlloc->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:229:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] aetOffset = (int)state->aet - (int)state->aet->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:229:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] aetOffset = (int)state->aet - (int)state->aet->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:267:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] objOffset = (int)obj - (int)obj->This; ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/b3dRemap.c:267:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] objOffset = (int)obj - (int)obj->This; ^ [ 69%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/ScratchPlugin/CMakeFiles/ScratchPlugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c.o [ 69%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c.o [ 69%] Linking C shared module so.UnixOSProcessPlugin /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c: In function 'mpeg3_append_timecode': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c:1070:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] new_table = (mpeg3demux_timecode_t *) memoryAllocate(1, sizeof(mpeg3demux_timecode_t) * title->timecode_table_allocation); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c: In function 'mpeg3_new_demuxer': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c:1346:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3_demuxer_t *demuxer = (mpeg3_demuxer_t *) memoryAllocate(1, sizeof(mpeg3_demuxer_t)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c:1356:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] demuxer->raw_data = (unsigned char*)memoryAllocate(1, MPEG3_MAX_PACKSIZE); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c:1357:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] demuxer->data_buffer = (unsigned char*)memoryAllocate(1, MPEG3_MAX_PACKSIZE); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c:35:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 69%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdatasrc.c.o [ 69%] Linking C shared module so.vm-sound-NAS [ 69%] Built target UnixOSProcessPlugin [ 69%] Linking C shared module so.Squeak3D [ 69%] Built target vm-sound-NAS [ 70%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-sound-OSS/CMakeFiles/vm-sound-OSS.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-OSS/sqUnixSoundOSS.c.o [ 70%] Linking C shared module so.ScratchPlugin [ 70%] Built target Squeak3D [ 70%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-sound-custom/CMakeFiles/vm-sound-custom.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-custom/sqUnixCustomSound.c.o [ 71%] Linking C shared module so.vm-sound-ALSA [ 71%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdcoefct.c.o [ 71%] Built target ScratchPlugin [ 71%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-sound-null/CMakeFiles/vm-sound-null.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-sound-null/sqUnixSoundNull.c.o [ 71%] Generating version.c [ 71%] Built target vm-sound-ALSA [ 72%] Generating interp.c [ 73%] Linking C shared module so.vm-sound-custom [ 74%] Generating gnu-interp.c [ 75%] Linking C shared module so.vm-sound-null [ 75%] Built target vm-sound-custom [ 75%] Built target vm-sound-null [ 75%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jddctmgr.c.o [ 76%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdinput.c.o [ 77%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdcolor.c.o [ 77%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdhuff.c.o [ 77%] Building C object CMakeFiles/squeakvm.dir/vm/aio.c.o [ 78%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c.o [ 78%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdmainct.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c: In function 'mpeg3_new_fs': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c:61:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3_fs_t *fs = (mpeg3_fs_t *) memoryAllocate(1, sizeof(mpeg3_fs_t)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c:64:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fs->mpeg_is_in_buffer = (char *) memoryAllocate(1, size); ^ [ 79%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdmarker.c.o [ 79%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdmaster.c.o [ 79%] Linking C shared module so.vm-sound-OSS [ 80%] Building C object CMakeFiles/squeakvm.dir/vm/debug.c.o [ 80%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdmerge.c.o [ 80%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c.o [ 80%] Built target vm-sound-OSS /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c: In function 'mpeg3_new_title': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c:41:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3_title_t *title = (mpeg3_title_t *) memoryAllocate(1, sizeof(mpeg3_title_t)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c: In function 'mpeg3_copy_title': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c:75:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dst->timecode_table = (mpeg3demux_timecode_t *) memoryAllocate(1, sizeof(mpeg3demux_timecode_t) * dst->timecode_table_allocation); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c:34:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 81%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdphuff.c.o [ 81%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdpostct.c.o [ 81%] Building C object CMakeFiles/squeakvm.dir/vm/osExports.c.o [ 81%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c.o [ 81%] Building C object CMakeFiles/squeakvm.dir/vm/sqUnixCharConv.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c: In function 'mpeg3_new_vtrack': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c:42:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] new_vtrack = (mpeg3_vtrack_t *) memoryAllocate(1, sizeof(mpeg3_vtrack_t)); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c:34:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 81%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdsample.c.o [ 82%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jdtrans.c.o [ 82%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jerror.c.o [ 83%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c.o [ 83%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jfdctflt.c.o [ 84%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jfdctfst.c.o [ 84%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jfdctint.c.o [ 84%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/vm-display-X11/CMakeFiles/vm-display-X11.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/unix/vm-display-X11/sqUnixMozilla.c.o [ 85%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jidctflt.c.o [ 85%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jidctfst.c.o [ 85%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jidctint.c.o [ 86%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jidctred.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c: In function 'memoryAllocate': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c:74:22: warning: incompatible implicit declaration of built-in function 'calloc' stuff = (void *) calloc(size,number); ^~~~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c:74:22: note: include '' or provide a declaration of 'calloc' /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c: In function 'memoryFree': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c:85:5: warning: incompatible implicit declaration of built-in function 'free' free(stuff); ^~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c:85:5: note: include '' or provide a declaration of 'free' In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h:36, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c:37: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 86%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jmemdatadst.c.o [ 86%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jmemdatasrc.c.o [ 87%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jmemmgr.c.o [ 87%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jmemnobs.c.o [ 88%] Building C object CMakeFiles/squeakvm.dir/vm/sqUnixExternalPrims.c.o [ 88%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/dct.c.o [ 88%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jquant1.c.o [ 89%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jquant2.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/dct.c:39: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 89%] Linking C shared module so.vm-display-X11 [ 89%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/JPEGReadWriter2Plugin/CMakeFiles/JPEGReadWriter2Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/jutils.c.o [ 89%] Building C object CMakeFiles/squeakvm.dir/vm/sqUnixMemory.c.o [ 89%] Building C object CMakeFiles/squeakvm.dir/vm/sqUnixMain.c.o [ 89%] Built target vm-display-X11 [ 90%] Building C object CMakeFiles/squeakvm.dir/version.c.o [ 90%] Building C object CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqVirtualMachine.c.o [ 90%] Building C object CMakeFiles/squeakvm.dir/disabledPlugins.c.o [ 91%] Building C object CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o [ 91%] Building C object CMakeFiles/squeakvm.dir/gnu-interp.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqVirtualMachine.c: In function 'pushOutputFile': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqVirtualMachine.c:528:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] switch ((unsigned)filenameOrStdioIndex) { ^ [ 92%] Linking C static library libJPEGReadWriter2Plugin.a [ 92%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer2.c.o [ 93%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/header.c.o [ 93%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/pcm.c.o [ 94%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c.o [ 94%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer3.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/header.c:33: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 94%] Built target JPEGReadWriter2Plugin In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer2.c:37: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/pcm.c:34: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c: In function 'mpeg3audio_allocate_struct': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c:45:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3audio_t *audio = (mpeg3audio_t *) memoryAllocate(1, sizeof(mpeg3audio_t)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c: In function 'mpeg3audio_replace_buffer': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c:72:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] audio->pcm_sample = (float *) memoryAllocate(1,sizeof(float) * new_allocation * audio->channels); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c:77:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] float *new_samples = (float *) memoryAllocate(1,sizeof(float) * new_allocation * audio->channels); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c:35:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 94%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/synthesizers.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/synthesizers.c:31: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer3.c:32: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 95%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/tables.c.o [ 95%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/getpicture.c.o [ 96%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/headers.c.o [ 96%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/idct.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h:8, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/tables.c:31: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/headers.c:32: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h:36, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/getpicture.c:32: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 96%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/macroblocks.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/macroblocks.c:30: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 97%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mmxtest.c.o [ 97%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/motion.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h:36, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/motion.c:32: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 97%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c.o [ 98%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/output.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h:36, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.h:11, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/output.c:38: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c: In function 'mpeg3video_initdecoder': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:170:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->yuv_buffer[0] = (unsigned char*)memoryAllocate(1, (size[0] + padding[0]) + 2 * (size[1] + padding[1])); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:171:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->yuv_buffer[1] = (unsigned char*)memoryAllocate(1, (size[0] + padding[0]) + 2 * (size[1] + padding[1])); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:172:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->yuv_buffer[2] = (unsigned char*)memoryAllocate(1, (size[0] + padding[0]) + 2 * (size[1] + padding[1])); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:176:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->yuv_buffer[3] = (unsigned char*)memoryAllocate(1, size[2] + 2 * size[3]); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:177:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->yuv_buffer[4] = (unsigned char*)memoryAllocate(1, size[2] + 2 * size[3]); ^ [ 98%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/reconstruct.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:210:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->cr_to_r = (long *) memoryAllocate(1,sizeof(long) * 256); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:211:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->cr_to_g = (long *) memoryAllocate(1,sizeof(long) * 256); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:212:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->cb_to_g = (long *) memoryAllocate(1,sizeof(long) * 256); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:213:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] video->cb_to_b = (long *) memoryAllocate(1,sizeof(long) * 256); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c: In function 'mpeg3video_allocate_struct': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:270:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mpeg3video_t *video = (mpeg3video_t *) memoryAllocate(1, sizeof(mpeg3video_t)); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c: In function 'mpeg3video_get_scaletable': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:356:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] int *result = (int *) memoryAllocate(1,sizeof(int) * output_w); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c:33:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/reconstruct.c:30: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 98%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/seek.c.o In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/seek.c:33:0: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3protos.h:68:5: warning: inline function 'mpeg3io_fgetc' declared but never defined int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [ 99%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c.o [ 99%] Building C object /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build/Mpeg3Plugin/CMakeFiles/Mpeg3Plugin.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/vlc.c.o /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c: In function 'mpeg3_new_slice_buffer': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c:48:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] slice_buffer->data = (unsigned char *) memoryAllocate(1,1024); ^ /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c: In function 'mpeg3_expand_slice_buffer': /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c:74:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unsigned char *new_buffer = (unsigned char *) memoryAllocate(1,slice_buffer->buffer_allocation * 2); ^ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h:36, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c:32: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c: At top level: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ In file included from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h:4:0, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h:4, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.h:6, from /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/vlc.c:30: /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h:38:12: warning: inline function 'mpeg3io_fgetc' declared but never defined inline int mpeg3io_fgetc(mpeg3_fs_t *fs); ^~~~~~~~~~~~~ [100%] Linking C shared module so.Mpeg3Plugin [100%] Built target Mpeg3Plugin [100%] Linking C executable squeakvm ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x10): undefined reference to `ADPCMCodecPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x18): undefined reference to `AsynchFilePlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x20): undefined reference to `BMPReadWriterPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x28): undefined reference to `B2DPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x30): undefined reference to `BitBltPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x38): undefined reference to `CroquetPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x40): undefined reference to `DSAPrims_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x48): undefined reference to `ZipPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x50): undefined reference to `DropPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x58): undefined reference to `FFTPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x60): undefined reference to `FT2Plugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x68): undefined reference to `FilePlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x70): undefined reference to `FloatArrayPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x78): undefined reference to `FloatMathPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x80): undefined reference to `GeniePlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x88): undefined reference to `JPEGReadWriter2Plugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x90): undefined reference to `JPEGReaderPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x98): undefined reference to `JoystickTabletPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xa0): undefined reference to `Klatt_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xa8): undefined reference to `LargeIntegers_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xb0): undefined reference to `LocalePlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xb8): undefined reference to `Matrix2x3Plugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xc0): undefined reference to `MiscPrimitivePlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xc8): undefined reference to `RePlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xd0): undefined reference to `SecurityPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xd8): undefined reference to `SerialPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xe0): undefined reference to `SlangTestSupportPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xe8): undefined reference to `SocketPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xf0): undefined reference to `SoundCodecPrims_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0xf8): undefined reference to `SoundGenerationPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x100): undefined reference to `SoundPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x108): undefined reference to `StarSqueakPlugin_exports' ld: CMakeFiles/squeakvm.dir/pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/Cross/vm/sqNamedPrims.c.o:(.data.rel+0x110): undefined reference to `SurfacePlugin_exports' --- squeakvm --- *** [squeakvm] Error code 1 make[2]: stopped in /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build 1 error make[2]: stopped in /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build --- CMakeFiles/squeakvm.dir/all --- *** [CMakeFiles/squeakvm.dir/all] Error code 2 make[1]: stopped in /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build 1 error make[1]: stopped in /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build *** [all] Error code 2 make: stopped in /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build 1 error make: stopped in /pbulk/work/lang/squeak-vm/work/Squeak-4.10.2.2614-src/build *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/lang/squeak-vm *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/squeak-vm