Page 1 of 1

libgig-svn build fail?

Posted: Wed Jan 04, 2012 1:42 am
by Alex
Just tried the latest libgig svn and get the following configure error:

/configure: line 14891: syntax error near unexpected token `SNDFILE,'
./configure: line 14891: `PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.2, ac_cv_sndfile=1, ac_cv_sndfile=0)'

Any clues?

Re: libgig-svn build fail?

Posted: Mon Apr 09, 2012 3:33 pm
by nayru257
It looks like you need to install or update libsndfile1 and libsndfile1-dev.
If you are using a debian based system like Ubuntu type:

Code: Select all

sudo apt-get install libsndfile1 libsndfile1-dev
into terminal.