Re: [LAU] Compiling Rubber Band (sorta) revisited

From: Florian Schmidt <mista.tapas@email-addr-hidden>
Date: Mon Sep 15 2008 - 19:18:56 EEST

On Sunday 14 September 2008, Darren Landrum wrote:
> This one has me flummoxed, as it's turned out to be essentially
> un-googlable:
>
> In trying to get Rubber Band compiled on my new Kubuntu load, I ran
> ./configure with the settings to I found from before to ignore the Vamp
> stuff:
>
> -----
> ./configure Vamp_CFLAGS=no Vamp_LIBS=no
> -----
>
> Configure runs fine, everything checks out, then I run make, and get
> this error:
>
> -----
> g++ -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -g -O2 -fPIC
> -Wall no -Irubberband -Isrc -c -o src/ConstantAudioCurve.o
> src/ConstantAudioCurve.cpp
> g++: no: No such file or directory
> make: *** [src/ConstantAudioCurve.o] Error 1
> -----
>
> Searching for "g++: no: No such file or directory" turns up absolutely
> nothing that helped. Maybe someone here can nudge me in the right
> direction? Thanks!

Well basically you tell the configure script to add a string "no" to every
build line.. Then of course g++ tries to compile a file called "no". Which is
probably not what you want..

Flo

-- 
Palimm Palimm!
http://tapas.affenbande.org
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Mon Sep 15 20:15:02 2008

This archive was generated by hypermail 2.1.8 : Mon Sep 15 2008 - 20:15:02 EEST