Neil Walkden Dev
Neil Walkden Dev
Thanks for the responses, I tried removing -std=gnu99 from the Makefile but the compilation still fails with the same error. With regards seeing the compiler flags, is this enough? DEBUGFLAGS...
Sorry I sent you the wrong copy/paste. Same outcome: gcc -o stat.o -Wwrite-strings -Wall -Wdeclaration-after-statement -g -ffast-math -D_GNU_SOURCE -include config-host.h -D_REENTRANT -I. -I. -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DBITS_PER_LONG=64 -DFIO_VERSION='"fio-3.12"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64...
It's compiled successfully fio: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped I've not tried running any jobs yet, will try that next.
I'm getting this also which is making Duplicacy pretty much unusable on OneDrive. To complete my backup I ended up wrapping duplicacy in a loop so it keeps retrying. That...