[LAU] Compiling Rubber Band (sorta) revisited

Justin Smith noisesmith at gmail.com
Sun Sep 14 18:27:19 EDT 2008


On Sun, Sep 14, 2008 at 9:07 PM, Darren Landrum
<darren.landrum at sbcglobal.net> 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 at lists.linuxaudio.org
> 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.



More information about the Linux-audio-user mailing list