The binary created by the automake process does not have the correct behavior. After building the tests in tests_and_examples/install.tst should pass without messages, but the automake version has multiple errors. To reproduce, build using the automake system, change path to CVER in inst_tst.sh to: CVER="../../src/cver -q " And run test with ./inst_tst.sh
On my system, running autoreconf -f -i results in: configure.ac:17: warning: The preprocessor macro STDC_HEADERS' is obsolete. configure.ac:17: Except in unusual embedded environments, you can safely include all configure.ac:17: ISO C90 headers unconditionally. configure.ac:34: warning: Update your code to rely only on HAVE_SYS_TIME_H, configure.ac:34: then remove this warning and the obsolete code below it. configure.ac:34: All current systems provide time.h; it need not be checked for. configure.ac:34:...
All this shouldn't be needed, do you run: autoreconf -f -i ?
I have added the files config.guess and config.sub, however even with the missing files this has multiple build issues on my system. autoconf reports the following errors: configure.ac:8: warning: The macro AC_CONFIG_HEADER' is obsolete. configure.ac:8: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:17: warning: The macroAC_HEADER_STDC' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/headers.m4:704:...
Updated robot test to build and run performance test
Add autoconf files per ticket 4
autoconf 2.71 here too. Maybe you need automake too, here I use automake 1.16 Build log can be found on: https://salsa.debian.org/electronics-team/gplcver/-/jobs/5979175/raw
Fix build issue on SPARC arch
Applied patch to master
String format security fix
Applied patch to master
Fix some typos
Applied patch to master
Add a header file to fix build issue
Applied patch to master
Added include directive per ticket 5
Added SPARC build issue fix (ticket #3)
Added string format security fix from ticket #2
Added minimal robot test
Fixed typos as reported in issue #1
Add autoconf files
Attempting to build with autoconf yields multiple warnings: configure.ac:8: warning: The macro AC_CONFIG_HEADER' is obsolete. configure.ac:8: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:17: warning: The macroAC_HEADER_STDC' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:17: the top level configure.ac:26: warning: The...
String format security fix
Fix some typos
Add a header file to fix build issue
Add autoconf files
Fix build issue on SPARC arch
String format security fix
Fix some typos
The makefile for macOS (src/makefile.osx) does not work on current systems since...