Following multiple guides to compile from source, I get one of two errors:
make -C ../xpdev mtlib
make[1]: Entering directory '/home/chris/syncterm-1.1/src/xpdev'
Compiling dat_file.c
In file included from dat_file.c:39:
genwrap.h:211:3: error: #error "Need to describe target architecture"
211 | #error "Need to describe target architecture"
| ^~~~~
make[1]: [../build/Common.gmake:456: gcc.linux.aarch64.obj.debug-mt/dat_file.o] Error 1
make[1]: Leaving directory '/home/chris/syncterm-1.1/src/xpdev'
make: [../build/Common.gmake:487: xpdev-mt] Error 2
happens when using the source tarball on SourceForge, and an error about "undefined reference vstat" when using the package from syncterm.bbsdev.et
Anonymous
I'm getting the same vstat and vstatlock undefined reference warning in Fedora 35
Me too.
vstat errors are fixed in git, and were caused by not having either the X11 or SDL2 headers installed (to allow graphics). genwrap.h error may be fixed in git now, will test.
Sorry, all my rPIs are using a 32-bit OS, so I can't reproduce this. If you could try again and update the ticket, it would be greatly appreciated.
Fixed in latest git/nightly