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

From: Justin Smith <noisesmith@email-addr-hidden>
Date: Mon Sep 15 2008 - 01:27:19 EEST

On Sun, Sep 14, 2008 at 9:07 PM, Darren Landrum
<darren.landrum@email-addr-hidden> 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!
>
> Regards,
> Darren Landrum
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
>

What is the output of 'which g++'?
It should show you where g++ is installed.
The error makes it look like g++ (the gcc c++ compiler) is not
installed on your system.
_______________________________________________
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 04:15:02 2008

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