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

./configure: line 2784: syntax error near unexpected token `SNDFILE,' #1

Closed
dromer opened this issue Jan 23, 2016 · 4 comments
Closed

Comments

@dromer
Copy link

dromer commented Jan 23, 2016

After autoconf, ./configure gives:

./configure: line 1990: AM_INIT_AUTOMAKE: command not found
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
./configure: line 2784: syntax error near unexpected token `SNDFILE,'
./configure: line 2784: `PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.2, ac_cv_sndfile=1, ac_cv_sndfile=0)
~$ autoconf --version
autoconf (GNU Autoconf) 2.69
@dagargo
Copy link
Owner

dagargo commented Jan 23, 2016

Looks like you need to install the libsndfile library and its development package.

@dromer
Copy link
Author

dromer commented Jan 23, 2016

Nope, already there:

libsndfile1-dev is already the newest version (1.0.25-10).

@dromer
Copy link
Author

dromer commented Jan 23, 2016

Ok derp, I needed to run 'autoreconf' instead of autoconf :)

@dromer
Copy link
Author

dromer commented Jan 23, 2016

Btw: build succesful and loaded my first sample on to the sample bank, mounted with emu3fs and playing on my ESI4000 \o/

@dagargo dagargo closed this as completed Jan 24, 2016
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

2 participants