ROBERT MCDOWELL
ROBERT MCDOWELL
mmmhmm, that's weird, I have 4 nodes with the same git folder, 3 nodes are compiling ok but one is failing, even if I removed completely the git folder and...
anyhow other 3 nodes failed to compile with /usr/bin/ld: warning: size of symbol `voidclass' changed from 104 in ../lib/librfxswf.a(abc.o) to 112 in ../lib/librfxswf.a(registry.o) /usr/bin/ld: ../lib/libgfx.a(pdf.o): in function `pdf_startpage': pdf.c:(.text+0x245): undefined...
joined the make log result [build.log](https://github.com/matthiaskramm/swftools/files/4615829/build.log)
contact Mathias Kramm author of SWFTools
Sprite is As3, so nothing to do with your code which is in As2. I suggest you open an issue at Ruffle git repo as it's not a swftools issue.
Glad you find a solution!! Ruffle started 2 years ago only, and constantly need developers to join the community to speed up Flash API and AVM covering. Spread the message!
try to add the option -s poly2bitmap ignoredraworder
try to add the option -s poly2bitmap ignoredraworder
bingo!, compiles well now thanks! libpdf.a comes from pdflib, a library used by my php compilation with pdf extension. how swftools can pay attention to this library since this name...
bingo!, compiles well now thanks! libpdf.a comes from pdflib, a library used by my php compilation with pdf extension. how swftools can pay attention to this library since this name...