You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing a fresh 'git clone' and a autoreconf fails with:
[snip]
src/Makefile.am:210: warning: call silent,APPB ,$(APPBUNDLE_NOLIBS: non-POSIX variable name
src/Makefile.am:210: (probably a GNU make extension)
src/Makefile.am:216: warning: call silent,NSIS ,$(INSTALLER_FILE: non-POSIX variable name
src/Makefile.am:216: (probably a GNU make extension)
src/Makefile.am:227: warning: call silent,HLS ,fldigi$(EXEEXT: non-POSIX variable name
src/Makefile.am:227: (probably a GNU make extension)
src/Makefile.am:239: warning: call silent,GUIDE ,$@: non-POSIX variable name
src/Makefile.am:239: (probably a GNU make extension)
src/Makefile.am:32: warning: compiling 'locator.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac'
src/Makefile.am:231: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/../scripts/tests/config-h.sh'
src/Makefile.am:231: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/../scripts/tests/cr.sh'
autoreconf: automake failed with exit status: 1
Doing a fresh 'git clone' and a autoreconf fails with:
[snip]
src/Makefile.am:210: warning: call silent,APPB ,$(APPBUNDLE_NOLIBS: non-POSIX variable name
src/Makefile.am:210: (probably a GNU make extension)
src/Makefile.am:216: warning: call silent,NSIS ,$(INSTALLER_FILE: non-POSIX variable name
src/Makefile.am:216: (probably a GNU make extension)
src/Makefile.am:227: warning: call silent,HLS ,fldigi$(EXEEXT: non-POSIX variable name
src/Makefile.am:227: (probably a GNU make extension)
src/Makefile.am:239: warning: call silent,GUIDE ,$@: non-POSIX variable name
src/Makefile.am:239: (probably a GNU make extension)
src/Makefile.am:32: warning: compiling 'locator.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac'
src/Makefile.am:231: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/../scripts/tests/config-h.sh'
src/Makefile.am:231: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/../scripts/tests/cr.sh'
autoreconf: automake failed with exit status: 1
This is using:
The text was updated successfully, but these errors were encountered: