Skip to content

Instantly share code, notes, and snippets.

@fivdi
Created May 1, 2018 07:36
Show Gist options
  • Save fivdi/29856f0afd0b5ab13cb84b77ab71a16b to your computer and use it in GitHub Desktop.
Save fivdi/29856f0afd0b5ab13cb84b77ab71a16b to your computer and use it in GitHub Desktop.
brian@linuxbox:~/src/moddable/build/makefiles/lin$ make
make -f /home/brian/src/moddable/xs/makefiles/lin/xsc.mk
make[1]: Entering directory `/home/brian/src/moddable/build/makefiles/lin'
# xsc debug : cc xsdtoa.c
# xsc debug : cc xsre.c
# xsc debug : cc xsCommon.c
# xsc debug : cc xsScript.c
# xsc debug : cc xsLexical.c
# xsc debug : cc xsSyntaxical.c
# xsc debug : cc xsTree.c
# xsc debug : cc xsSourceMap.c
# xsc debug : cc xsScope.c
# xsc debug : cc xsCode.c
# xsc debug : cc xsc.c
# xsc debug : cc xsc
make[1]: Leaving directory `/home/brian/src/moddable/build/makefiles/lin'
make -f /home/brian/src/moddable/xs/makefiles/lin/xsid.mk
make[1]: Entering directory `/home/brian/src/moddable/build/makefiles/lin'
# xsid debug : cc xsdtoa.c
# xsid debug : cc xsre.c
# xsid debug : cc xsCommon.c
# xsid debug : cc xsid.c
# xsid debug : cc xsid
make[1]: Leaving directory `/home/brian/src/moddable/build/makefiles/lin'
make -f /home/brian/src/moddable/xs/makefiles/lin/xsl.mk
make[1]: Entering directory `/home/brian/src/moddable/build/makefiles/lin'
# xsl debug : cc xsAll.c
# xsl debug : cc xsAPI.c
# xsl debug : cc xsArray.c
# xsl debug : cc xsAtomics.c
# xsl debug : cc xsBoolean.c
# xsl debug : cc xsCommon.c
# xsl debug : cc xsDataView.c
# xsl debug : cc xsDate.c
# xsl debug : cc xsDebug.c
# xsl debug : cc xsDefaults.c
# xsl debug : cc xsError.c
# xsl debug : cc xsFunction.c
# xsl debug : cc xsGenerator.c
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncGenerator_prototype_aux’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:548:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncFromSyncIterator_prototype_next’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:709:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncFromSyncIterator_prototype_return’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:764:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncFromSyncIterator_prototype_throw’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:826:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
# xsl debug : cc xsGlobal.c
# xsl debug : cc xsJSON.c
# xsl debug : cc xsMapSet.c
# xsl debug : cc xsMarshall.c
# xsl debug : cc xsMath.c
# xsl debug : cc xsMemory.c
# xsl debug : cc xsModule.c
# xsl debug : cc xsNumber.c
# xsl debug : cc xsObject.c
# xsl debug : cc xsPlatforms.c
# xsl debug : cc xsProfile.c
# xsl debug : cc xsPromise.c
/home/brian/src/moddable/xs/sources/xsPromise.c: In function ‘fx_Promise_all’:
/home/brian/src/moddable/xs/sources/xsPromise.c:631:9: warning: ‘close’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (close)
^
/home/brian/src/moddable/xs/sources/xsPromise.c: In function ‘fx_Promise_race’:
/home/brian/src/moddable/xs/sources/xsPromise.c:721:9: warning: ‘close’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (close)
^
# xsl debug : cc xsProperty.c
# xsl debug : cc xsProxy.c
# xsl debug : cc xsRegExp.c
# xsl debug : cc xsRun.c
/home/brian/src/moddable/xs/sources/xsRun.c: In function ‘fxRunID’:
/home/brian/src/moddable/xs/sources/xsRun.c:345:19: warning: variable ‘stack’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* stack = the->stack;
^
/home/brian/src/moddable/xs/sources/xsRun.c:346:19: warning: variable ‘scope’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* scope = the->scope;
^
/home/brian/src/moddable/xs/sources/xsRun.c:347:19: warning: variable ‘frame’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* frame = the->frame;
^
/home/brian/src/moddable/xs/sources/xsRun.c:348:19: warning: variable ‘code’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txByte* code = the->code;
^
/home/brian/src/moddable/xs/sources/xsRun.c:350:19: warning: variable ‘slot’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* slot;
^
/home/brian/src/moddable/xs/sources/xsRun.c:351:16: warning: variable ‘byte’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txU1 byte = 0;
^
/home/brian/src/moddable/xs/sources/xsRun.c:353:16: warning: variable ‘offset’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txS4 offset;
^
# xsl debug : cc xsString.c
# xsl debug : cc xsSymbol.c
# xsl debug : cc xsType.c
# xsl debug : cc xsdtoa.c
# xsl debug : cc xsre.c
# xsl debug : cc xslBase.c
# xsl debug : cc xslSlot.c
# xsl debug : cc xslStrip.c
# xsl debug : cc xsl.c
# xsl debug : cc xsl
make[1]: Leaving directory `/home/brian/src/moddable/build/makefiles/lin'
make -f serial2xsbug.mk
make[1]: Entering directory `/home/brian/src/moddable/build/makefiles/lin'
# serial2xsbug debug : cc serial2xsbug.c
# serial2xsbug debug : cc serial2xsbug
make[1]: Leaving directory `/home/brian/src/moddable/build/makefiles/lin'
make -f simulator.mk
make[1]: Entering directory `/home/brian/src/moddable/build/makefiles/lin'
# simulator debug : cc main.c
# simulator debug : glib-compile-resources main.gresource.xml
# simulator debug : cc resources.c
# simulator debug : link simulator
make[1]: Leaving directory `/home/brian/src/moddable/build/makefiles/lin'
make -f tools.mk
make[1]: Entering directory `/home/brian/src/moddable/build/makefiles/lin'
# tools debug : cc lin_xs.c
# tools debug : cc xsAll.c
# tools debug : cc xsAPI.c
# tools debug : cc xsArray.c
# tools debug : cc xsAtomics.c
# tools debug : cc xsBoolean.c
# tools debug : cc xsCode.c
# tools debug : cc xsCommon.c
# tools debug : cc xsDataView.c
# tools debug : cc xsDate.c
# tools debug : cc xsDebug.c
# tools debug : cc xsError.c
# tools debug : cc xsFunction.c
# tools debug : cc xsGenerator.c
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncGenerator_prototype_aux’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:548:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncFromSyncIterator_prototype_next’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:709:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncFromSyncIterator_prototype_return’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:764:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
In file included from /home/brian/src/moddable/xs/sources/xsGenerator.c:38:0:
/home/brian/src/moddable/xs/sources/xsGenerator.c: In function ‘fx_AsyncFromSyncIterator_prototype_throw’:
/home/brian/src/moddable/xs/sources/xsAll.h:1735:30: warning: ‘rejectFunction’ may be used uninitialized in this function [-Wmaybe-uninitialized]
the->stack->value.reference = (THE_SLOT))
^
/home/brian/src/moddable/xs/sources/xsGenerator.c:826:10: note: ‘rejectFunction’ was declared here
txSlot* rejectFunction;
^
# tools debug : cc xsGlobal.c
# tools debug : cc xsJSON.c
# tools debug : cc xsLexical.c
# tools debug : cc xsMapSet.c
# tools debug : cc xsMarshall.c
# tools debug : cc xsMath.c
# tools debug : cc xsMemory.c
# tools debug : cc xsModule.c
# tools debug : cc xsNumber.c
# tools debug : cc xsObject.c
# tools debug : cc xsPlatforms.c
# tools debug : cc xsProfile.c
# tools debug : cc xsPromise.c
/home/brian/src/moddable/xs/sources/xsPromise.c: In function ‘fx_Promise_all’:
/home/brian/src/moddable/xs/sources/xsPromise.c:631:9: warning: ‘close’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (close)
^
/home/brian/src/moddable/xs/sources/xsPromise.c: In function ‘fx_Promise_race’:
/home/brian/src/moddable/xs/sources/xsPromise.c:721:9: warning: ‘close’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (close)
^
# tools debug : cc xsProperty.c
# tools debug : cc xsProxy.c
# tools debug : cc xsRegExp.c
# tools debug : cc xsRun.c
/home/brian/src/moddable/xs/sources/xsRun.c: In function ‘fxRunID’:
/home/brian/src/moddable/xs/sources/xsRun.c:345:19: warning: variable ‘stack’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* stack = the->stack;
^
/home/brian/src/moddable/xs/sources/xsRun.c:346:19: warning: variable ‘scope’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* scope = the->scope;
^
/home/brian/src/moddable/xs/sources/xsRun.c:347:19: warning: variable ‘frame’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* frame = the->frame;
^
/home/brian/src/moddable/xs/sources/xsRun.c:348:19: warning: variable ‘code’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txByte* code = the->code;
^
/home/brian/src/moddable/xs/sources/xsRun.c:350:19: warning: variable ‘slot’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txSlot* slot;
^
/home/brian/src/moddable/xs/sources/xsRun.c:351:16: warning: variable ‘byte’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txU1 byte = 0;
^
/home/brian/src/moddable/xs/sources/xsRun.c:353:16: warning: variable ‘offset’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
register txS4 offset;
^
# tools debug : cc xsScope.c
# tools debug : cc xsScript.c
# tools debug : cc xsSourceMap.c
# tools debug : cc xsString.c
# tools debug : cc xsSymbol.c
# tools debug : cc xsSyntaxical.c
# tools debug : cc xsTree.c
# tools debug : cc xsType.c
# tools debug : cc xsdtoa.c
# tools debug : cc xsmc.c
# tools debug : cc xsre.c
# tools debug : xsc commodettoBitmap.js
# tools debug : xsc commodettoBMPOut.js
# tools debug : xsc commodettoBufferOut.js
# tools debug : xsc commodettoColorCellOut.js
# tools debug : xsc commodettoConvert.js
# tools debug : xsc commodettoParseBMF.js
# tools debug : xsc commodettoParseBMP.js
# tools debug : xsc commodettoPixelsOut.js
# tools debug : xsc commodettoPoco.js
# tools debug : xsc commodettoReadJPEG.js
# tools debug : xsc commodettoReadPNG.js
# tools debug : xsc commodettoRLE4Out.js
# tools debug : xsc file.js
# tools debug : xsc buildclut.js
# tools debug : xsc colorcellencode.js
# tools debug : xsc compressbmf.js
# tools debug : xsc image2cs.js
# tools debug : xsc mcconfig.js
# tools debug : xsc mclocal.js
# tools debug : xsc mcmanifest.js
# tools debug : xsc mcrez.js
# tools debug : xsc png2bmp.js
# tools debug : xsc resampler.js
# tools debug : xsc rle4encode.js
# tools debug : xsc tool.js
# tools debug : xsc wav2maud.js
# tools debug : xsid commodettoBitmap.c
# tools debug : xsid commodettoBufferOut.c
# tools debug : xsid commodettoColorCellOut.c
# tools debug : xsid commodettoConvert.c
# tools debug : xsid commodettoParseBMF.c
# tools debug : xsid commodettoParseBMP.c
# tools debug : xsid commodettoPoco.c
# tools debug : xsid commodettoPocoBlit.c
# tools debug : xsid commodettoReadJPEG.c
# tools debug : xsid commodettoReadPNG.c
# tools debug : xsid image2cs.c
# tools debug : xsid miniz.c
# tools debug : xsid modInstrumentation.c
# tools debug : xsid tool.c
# tools debug : xsl modules
# tools debug : cc commodettoBitmap.c
# tools debug : cc commodettoBufferOut.c
# tools debug : cc commodettoColorCellOut.c
In file included from /home/brian/src/moddable/xs/includes/xsmc.h:41:0,
from /home/brian/src/moddable/modules/commodetto/commodettoColorCellOut.c:23:
/home/brian/src/moddable/modules/commodetto/commodettoColorCellOut.c: In function ‘xs_colorcell_end’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:510:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoColorCellOut.c:164:2: note: in expansion of macro ‘xsCall4’
xsCall4(xsThis, xsID_build, xsInteger(cc->width), xsInteger(cc->height), xsInteger(kCommodettoBitmapRGB565LE), xsVar(0));
^
# tools debug : cc commodettoConvert.c
# tools debug : cc commodettoParseBMF.c
# tools debug : cc commodettoParseBMP.c
# tools debug : cc commodettoPoco.c
In file included from /home/brian/src/moddable/xs/includes/xsmc.h:41:0,
from /home/brian/src/moddable/modules/commodetto/commodettoPoco.c:30:
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c: In function ‘pixelReceiver’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:489:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:206:2: note: in expansion of macro ‘xsCall3’
xsCall3(xsVar(0), xsID_send, xsVar(3), xsVar(1), xsVar(2));
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c: In function ‘xs_poco_end’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:510:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:228:4: note: in expansion of macro ‘xsCall4’
xsCall4(xsVar(0), xsID_begin, xsVar(1), xsVar(2), xsVar(3), xsVar(4));
^
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:438:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:270:4: note: in expansion of macro ‘xsCall0’
xsCall0(xsVar(0), xsID_continue);
^
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:438:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:276:4: note: in expansion of macro ‘xsCall0’
xsCall0(xsVar(0), xsID_end);
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c: In function ‘xs_poco_adaptInvalid’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:453:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:881:3: note: in expansion of macro ‘xsCall1’
xsCall1(xsResult, xsID_adaptInvalid, xsArg(0));
^
# tools debug : cc commodettoPocoBlit.c
/home/brian/src/moddable/modules/commodetto/commodettoPocoBlit.c: In function ‘doSkipColorCells’:
/home/brian/src/moddable/modules/commodetto/commodettoPocoBlit.c:3201:20: warning: variable ‘color1’ set but not used [-Wunused-but-set-variable]
PocoPixel color0, color1;
^
# tools debug : cc commodettoReadJPEG.c
In file included from /home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:47:0:
/home/brian/src/moddable/modules/commodetto/picojpeg.c: In function ‘readSOSMarker’:
/home/brian/src/moddable/modules/commodetto/picojpeg.c:686:57: warning: variable ‘successive_low’ set but not used [-Wunused-but-set-variable]
uint8 spectral_start, spectral_end, successive_high, successive_low;
^
/home/brian/src/moddable/modules/commodetto/picojpeg.c:686:40: warning: variable ‘successive_high’ set but not used [-Wunused-but-set-variable]
uint8 spectral_start, spectral_end, successive_high, successive_low;
^
/home/brian/src/moddable/modules/commodetto/picojpeg.c:686:26: warning: variable ‘spectral_end’ set but not used [-Wunused-but-set-variable]
uint8 spectral_start, spectral_end, successive_high, successive_low;
^
/home/brian/src/moddable/modules/commodetto/picojpeg.c:686:10: warning: variable ‘spectral_start’ set but not used [-Wunused-but-set-variable]
uint8 spectral_start, spectral_end, successive_high, successive_low;
^
In file included from /home/brian/src/moddable/xs/includes/xsmc.h:41:0,
from /home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:40:
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c: In function ‘xs_JPEG_constructor’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:453:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:149:2: note: in expansion of macro ‘xsCall1’
xsCall1(xsThis, xsID_push, xsArg(0));
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c: In function ‘xs_JPEG_push’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:453:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:166:2: note: in expansion of macro ‘xsCall1’
xsCall1(xsResult, xsID_push, xsArg(0));
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c: In function ‘tryInitialize’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:453:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:591:2: note: in expansion of macro ‘xsCall1’
xsCall1(xsThis, xsID_initialize, xsVar(0));
^
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:438:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:595:3: note: in expansion of macro ‘xsCall0’
xsCall0(xsVar(0), xsID_shift);
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c: In function ‘needBytes’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:438:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/modules/commodetto/commodettoReadJPEG.c:630:4: note: in expansion of macro ‘xsCall0’
xsCall0(xsVar(0), xsID_shift);
^
# tools debug : cc commodettoReadPNG.c
# tools debug : cc image2cs.c
In file included from /home/brian/src/moddable/build/tmp/lin/debug/tools/mc.xs.h:3:0,
from /home/brian/src/moddable/tools/image2cs.c:21:
/home/brian/src/moddable/tools/image2cs.c: In function ‘Tool_readGIF’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:453:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/tools/image2cs.c:225:4: note: in expansion of macro ‘xsCall1’
xsCall1(xsResult, xsID_push, xsVar(0));
^
/home/brian/src/moddable/tools/image2cs.c:130:10: warning: variable ‘disposalMethod’ set but not used [-Wunused-but-set-variable]
uint8_t disposalMethod = 0;
^
/home/brian/src/moddable/tools/image2cs.c:125:10: warning: variable ‘backgroundColorIndex’ set but not used [-Wunused-but-set-variable]
uint8_t backgroundColorIndex;
^
# tools debug : cc miniz.c
# tools debug : cc modInstrumentation.c
# tools debug : cc tool.c
In file included from /home/brian/src/moddable/tools/tool.c:23:0:
/home/brian/src/moddable/tools/tool.c: In function ‘main’:
/home/brian/src/moddable/xs/includes/xs.h:156:18: warning: value computed is not used [-Wunused-value]
#define fxPop() (*(the->stack++))
^
/home/brian/src/moddable/xs/includes/xs.h:438:2: note: in expansion of macro ‘fxPop’
fxPop())
^
/home/brian/src/moddable/tools/tool.c:103:6: note: in expansion of macro ‘xsCall0’
xsCall0(xsResult, xsID_run);
^
# tools debug : cc mc.xs.c
# tools debug : cc tools
/home/brian/src/moddable/build/tmp/lin/debug/tools/commodettoPoco.c.o: In function `xs_poco_build':
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:114: undefined reference to `CFENew'
/home/brian/src/moddable/build/tmp/lin/debug/tools/commodettoPoco.c.o: In function `xs_poco_begin':
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:194: undefined reference to `CFELockCache'
/home/brian/src/moddable/build/tmp/lin/debug/tools/commodettoPoco.c.o: In function `xs_poco_end':
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:281: undefined reference to `CFELockCache'
/home/brian/src/moddable/build/tmp/lin/debug/tools/commodettoPoco.c.o: In function `xs_poco_getTextWidth':
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:670: undefined reference to `CFESetFontData'
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:681: undefined reference to `CFEGetGlyphFromUnicode'
/home/brian/src/moddable/build/tmp/lin/debug/tools/commodettoPoco.c.o: In function `xs_poco_drawText':
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:721: undefined reference to `CFESetFontData'
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:724: undefined reference to `CFEGetGlyphFromUnicode'
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:745: undefined reference to `CFEGetGlyphFromUnicode'
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:770: undefined reference to `CFEGetGlyphFromUnicode'
/home/brian/src/moddable/modules/commodetto/commodettoPoco.c:780: undefined reference to `CFEGetGlyphFromUnicode'
collect2: error: ld returned 1 exit status
make[1]: *** [/home/brian/src/moddable/build/bin/lin/debug/tools] Error 1
make[1]: Leaving directory `/home/brian/src/moddable/build/makefiles/lin'
make: *** [debug] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment