| Newsgroups |
gmane.comp.audio.ecasound.general |
| Message-ID |
<fc1e8f81-ab46-4035-80a7-bf2bd1b1f648@localhost> |
--===============5899879359629371531==
Content-Type: multipart/alternative; boundary=59a9341393b79b84997b46e65f7fd666913af3c832af05a5838da1a16fea
--59a9341393b79b84997b46e65f7fd666913af3c832af05a5838da1a16fea
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=UTF-8
Hans, here's how I used configure (on Ubuntu 180.4 (Bionic):
LIBLILV_CFLAGS=3D`pkg-config --cflags lilv-0` LIBLILV_LIBS=3D`pkg-config
--libs lilv-0` ./configure
This is because the library for LV2 support is liblilv and is named
lilv-0 on my system.
The configure script is alreary configured to search for lilv-0 but for
some reason it doesn't work (on all systems).
Marc
Le 20-01-13 =C3=A0 02 h 53, [email protected] a =C3=A9crit=C2=A0:
>
> Hi Kai,
>
> Thanks for your reply.
> I've tried to clone from git, but then I can't configure (there's not
> a configure file available) the program before running `make' and
> `make install'.
> I then downloaded
> :http://nosignal.fi/download/ecasound-2.9.3.tar.gzThen I can configure
> and make and install the program, but LV2 is still not found.
>
> If I want to install ecasound from git do I have to generate my own
> configure file along this
> line?https://stackoverflow.com/questions/10999549/how-do-i-create-a-confi=
gure-scriptOr
> is it better to use the .tar file?
>
>
> Regards,
>
> Hans
>
>
>
>
>
> Op Sun Jan 12 2020 23:36:14 GMT+0100 (Central European Standard
> Time) schreef Kai Vehmanen <[email protected]>:
> ---------- Oorspronkelijk bericht ----------
>
> Hey,
>
> On Mon, 13 Jan 2020, [email protected] wrote:
>
> > I've installed ecasound on a different laptop, along with Calf lv2 =
plugins.
> >=20
> > (The latest release of) Ecasound is up and running. But Ecasound ca=
n't=20
> > find the Calf plugins (I've typed: lv2-register in interactive mode=
).=20
> > I've used the plugins with Ardour and they are working.
>
> hmm, it seems the fix for LV2 check in 2.9.3 missed one case.
> I think the problem is that you didn't give "--enable-lv2" to
> "./configure" when building.
>
> I just pushed a fix to git master that fixes this case.
>
> Br,
> Kai
>
>
>
>
>
> _______________________________________________
> Ecasound-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ecasound-list
--
--
_______________________________________________
Ecasound-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecasound-list
--59a9341393b79b84997b46e65f7fd666913af3c832af05a5838da1a16fea
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8
<div>Thanks Marc,<br></div><div><br></div><div>I've managed to compile the =
latest Git version by doing this in the code directory:<br></div><div>autoc=
onf configure.ac<br></div><div>This yields some error messages, but then:<b=
r></div><pre><code>autoreconf --install</code><br></pre><pre><code>Solved t=
he problem. Them I just needed to do `make' and `sudo make install'.</code>=
<br></pre><pre>The LV2 plugins are now found.<br></pre><pre><br></pre><pre>=
Last question for now: How can I read the minumum/maximum value for every s=
etting of a plugin, so I know what to adjust when I use a plugin?<br></pre>=
<pre><br></pre><pre>Regards,<br></pre><pre><br></pre><pre>Hans<br></pre><di=
v><br></div><div><br></div><div><div data-atmail-signature=3D"" class=3D"gm=
ail_signature" data-smartmail=3D"gmail_signature" style=3D"display: block !=
important"><br></div></div><div><br></div><div><br></div><blockquote><p><di=
v>Op Mon Jan 13 2020 14:48:26 GMT+0100 (Central European Standard Time) sch=
reef Marc Lavall=C3=A9e via Ecasound-list <[email protected]=
ge.net>:<br></div><div>---------- Oorspronkelijk bericht ----------<br><=
/div></p><p>Hans, here's how I used configure (on Ubuntu 180.4 (Bionic):<br=
></p><p>LIBLILV_CFLAGS=3D`pkg-config --cflags lilv-0`
LIBLILV_LIBS=3D`pkg-config --libs lilv-0` ./configure<br></p><p>This =
is because the library for LV2 support is liblilv and is
named lilv-0 on my system.<br></p><p>The configure script is alreary =
configured to search for lilv-0
but for some reason it doesn't work (on all systems).<br></p><p>Marc<=
br></p><div class=3D"moz-cite-prefix">Le 20-01-13 =C3=A0 02 h 53, <a class=
=3D"moz-txt-link-abbreviated" href=3D"mailto:[email protected]">a=
[email protected]</a> a =C3=A9crit :<br></div><blockquote typ=
e=3D"cite" cite=3D"mid:c975818b-6f4f-458b-9cf9-ee259602872d@localhost"><div=
><br></div><span><div>Hi Kai,<br></div><div><br></div><div>Thanks for your =
reply.<br></div><div>I've tried to clone from git, but then I can't configu=
re
(there's not a configure file available) the program before
running `make' and `make install'.<br></div><div>I then downloade=
d :<a href=3D"http://nosignal.fi/download/ecasound-2.9.3.tar.gz" moz-do-not=
-send=3D"true">http://nosignal.fi/download/ecasound-2.9.3.tar.gz</a>Then
I can configure and make and install the program, but LV2 is
still not found.<br></div><div><br></div><div>If I want to instal=
l ecasound from git do I have to
generate my own configure file along this line?<a href=3D"https:/=
/stackoverflow.com/questions/10999549/how-do-i-create-a-configure-script" m=
oz-do-not-send=3D"true">https://stackoverflow.com/questions/10999549/how-do=
-i-create-a-configure-script</a>Or
is it better to use the .tar file?<br></div><div><br></div><div><=
br></div><div>Regards,<br></div><div><br></div><div>Hans<br></div><div><br>=
</div><div><br></div></span><div data-atmail-signature=3D"" class=3D"gmail_=
signature" data-smartmail=3D"gmail_signature"><br></div><div><br></div><div=
><br></div><blockquote><div>Op Sun Jan 12 2020 23:36:14 GMT+0100 (Central E=
uropean
Standard Time) schreef Kai Vehmanen <a class=3D"moz-txt-link-rfc2=
396E" href=3D"mailto:[email protected]"><[email protected]></a>:<=
br></div><div>---------- Oorspronkelijk bericht ----------<br></div><pre>He=
y,
On Mon, 13 Jan 2020, <a class=3D"moz-txt-link-abbreviated" href=3D"mailto:a=
[email protected]">[email protected]</a> wrote:
> I've installed ecasound on a different laptop, along with Calf lv2 plu=
gins.
>=20
> (The latest release of) Ecasound is up and running. But Ecasound can't=
=20
> find the Calf plugins (I've typed: lv2-register in interactive mode).=
=20
> I've used the plugins with Ardour and they are working.
hmm, it seems the fix for LV2 check in 2.9.3 missed one case.
I think the problem is that you didn't give "--enable-lv2" to
"./configure" when building.
I just pushed a fix to git master that fixes this case.
Br,
Kai
<br></pre></blockquote><div><br></div><div><br></div><div><br></div><pre cl=
ass=3D"moz-quote-pre" wrap=3D"">___________________________________________=
____
Ecasound-list mailing list
<a class=3D"moz-txt-link-abbreviated" href=3D"mailto:[email protected]=
urceforge.net">[email protected]</a>
<a class=3D"moz-txt-link-freetext" href=3D"https://lists.sourceforge.net/li=
sts/listinfo/ecasound-list">https://lists.sourceforge.net/lists/listinfo/ec=
asound-list</a>
<br></pre></blockquote></blockquote><div><br></div>
--59a9341393b79b84997b46e65f7fd666913af3c832af05a5838da1a16fea--
--===============5899879359629371531==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============5899879359629371531==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Ecasound-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecasound-list
--===============5899879359629371531==--