Search found 6 matches

by nayru257
Sat May 18, 2013 6:00 am
Forum: Newbies & Support
Topic: [Solved] libgig-svn configure fails PKG_CHECK_MODULES
Replies: 1
Views: 4136

Re: libgig-svn configure fails PKG_CHECK_MODULES

I worked out a solution,

I just ran:

Code: Select all

aclocal
autoconf
./configure
ant it worked.
by nayru257
Sat Apr 27, 2013 8:00 am
Forum: Newbies & Support
Topic: [Solved] libgig-svn configure fails PKG_CHECK_MODULES
Replies: 1
Views: 4136

[Solved] libgig-svn configure fails PKG_CHECK_MODULES

Hmmm... The latest svn throws: ./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 p...
by nayru257
Mon Apr 09, 2012 3:33 pm
Forum: Newbies & Support
Topic: libgig-svn build fail?
Replies: 1
Views: 4765

Re: libgig-svn build fail?

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.
by nayru257
Sun Apr 08, 2012 11:03 am
Forum: Newbies & Support
Topic: [SOLVED]Compiling Issues - libgig
Replies: 3
Views: 4766

Re: Compiling Issues - libgig

I just installed Linux Mint Debian, and now it compiles beautifully.

Thanks for all your help.
by nayru257
Wed Mar 07, 2012 10:29 am
Forum: Newbies & Support
Topic: [SOLVED]Compiling Issues - libgig
Replies: 3
Views: 4766

Re: Compiling Issues - libgig

Hmmm.... I remade the configure file, but it still won't compile. On the brighter side, the make output changed, so your help obviously did something. Thanks ^.^ Heres the ./configure output: checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default out...
by nayru257
Mon Mar 05, 2012 8:41 am
Forum: Newbies & Support
Topic: [SOLVED]Compiling Issues - libgig
Replies: 3
Views: 4766

[SOLVED]Compiling Issues - libgig

I am having trouble compling libgig source. I have tried both the tar.gz2 source provided on the site, and CVS (revision 2325), both come up with the same error. I am using Ubuntu 11.10 (Oneric) and have both libaudiofile and libsndfile at their latest. configure completes without any errors. Error ...