Page 1 of 1

[Solved] libgig-svn configure fails PKG_CHECK_MODULES

Posted: Sat Apr 27, 2013 8:00 am
by nayru257
Hmmm... The latest svn throws:

Code: Select all

./configure: line 3261: syntax error near unexpected token `SNDFILE,'
./configure: line 3261: `PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.2, ac_cv_sndfile=1, ac_cv_sndfile=0)'
And I have libsndfile1 (1.0.25-5) & libsndfile1-dev (1.0.25-5) installed.

Also installed and possibly relevant:
autoconf (2.69-1)
pkg-config (2.06-1)

Re: libgig-svn configure fails PKG_CHECK_MODULES

Posted: Sat May 18, 2013 6:00 am
by nayru257
I worked out a solution,

I just ran:

Code: Select all

aclocal
autoconf
./configure
ant it worked.