Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automake fails #17

Open
darkstar007 opened this issue Aug 27, 2013 · 3 comments
Open

Automake fails #17

darkstar007 opened this issue Aug 27, 2013 · 3 comments

Comments

@darkstar007
Copy link

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:

autoreconf --version
autoreconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.13.3

@sv1
Copy link

sv1 commented Sep 24, 2013

Same here on Debian testing (jessie)

@fsphil
Copy link
Contributor

fsphil commented Sep 24, 2013

I've seen this on Fedora 19 too, I was able to get past it by changing $(srcdir) to just src in src/Makefile.am. Not sure what's broken this.

@sv1
Copy link

sv1 commented Sep 24, 2013

Yes with with this trick i managed to build.

Thanks!!!

On Τρι, 2013-09-24 at 02:36 -0700, Philip Heron wrote:

I've seen this on Fedora 19 too, I was able to get past it by changing
$(srcdir) to just src in src/Makefile.am. Not sure what's broken this.


Reply to this email directly or view it on GitHub.Web Bug from
https://github.com/notifications/beacon/JwT05XLjQz4_wCjkI2nfQC5Eyy0cExsxhXODLy2_AFSKUXzZa_BLzDMvw9fTqpwe.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants