@KevinH: I've successfully built and tested the 32bit and 64bit Linux nsvg2png binaries. BTW, I had to add
-lm to the command line parameters that you recommended, but that might be a quirk of my machine. (The binaries definitely worked with the 3 test .svg images.)
I also checked both files with the
file command and got the following results:
Quote:
file /home/doitsu/.local/share/sigil-ebook/sigil/plugins/Access-Aide/unx32/nsvg2png
/home/doitsu/.local/share/sigil-ebook/sigil/plugins/Access-Aide/unx32/nsvg2png: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e2309b524a7caec90581847754e55e89b5b7763b, not stripped
|
Quote:
file /home/doitsu/.local/share/sigil-ebook/sigil/plugins/Access-Aide/unx64/nsvg2png
/home/doitsu/.local/share/sigil-ebook/sigil/plugins/Access-Aide/unx64/nsvg2png: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7db3d8360e90dee017a1138a71c0b6ce4c62f38f, not stripped
|