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

From: Peder Hedlund <peder@email-addr-hidden>
Date: Mon Sep 15 2008 - 13:57:01 EEST

Quoting Darren Landrum <darren.landrum@email-addr-hidden>:

> Justin Smith wrote:
>> I did not look closely enough.
>>
>> You set Vamp_CFLAGS to be 'no', so it adds 'no' to the command line
>> when compiling for vamp. g++ therefore says "no: no such file or
>> directory" because the command line is feeding it 'no' and so it
>> thinks 'no' is the name of a compilable file. Try configuring without
>> the Vamp_CFLAGS define.
>
> The thing is, that configure line worked perfectly back on Ubuntu
> Studio. Now when I do this:
>
> -----
> darren@email-addr-hidden:~/Downloads/rubberband-1.2$ ./configure Vamp_LIBS=no

It might have to do with your shell. I think bash can handle that kind
of environment assignment but the C-shells can't (btw are you sure you
didn't run "Vamp_LIBS=no ./configure" in UbuntuStudio. I think that's
the correct way).

Try running "export Vamp_LIBS=no" or "setenv Vamp_LIBS no" prior to
running a plain ./configure

/peder

_______________________________________________
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 16:15:03 2008

This archive was generated by hypermail 2.1.8 : Mon Sep 15 2008 - 16:15:03 EEST