<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 16/10/14 14:08, Cedric Roux wrote:<br>
</div>
<blockquote cite="mid:543FC334.4040605@free.fr" type="cite">On
10/16/2014 12:53 PM, Phil CM wrote:
<br>
<blockquote type="cite">Oh Mon Dieu, it works. Cedric, thank you
very much for your light. All
<br>
those infos are exactly what I needed ;
<br>
Those atrocious begginer errors were hard to spot, let alone
correct,
<br>
and I find it hard to thank you enough to have taken the time to
put me
<br>
back on track.
<br>
<br>
Now I need to learn waf to get it to build this :)
<br>
</blockquote>
<br>
good luck...
<br>
waf...
<br>
let's not troll...
<br>
<br>
But wait!
<br>
I now know why it failed.
<br>
This:
<br>
static LV2_Descriptor kis_Descriptor= {
<br>
.URI=<a class="moz-txt-link-rfc2396E" href="https://bitbucket.org/xaccrocheur/kis">"https://bitbucket.org/xaccrocheur/kis"</a>,
<br>
.instantiate=instantiateSO_404,
<br>
.connect_port=connectPortSO_404,
<br>
.activate=NULL,
<br>
.run=runSO_404,
<br>
.deactivate=NULL,
<br>
.cleanup=cleanupSO_404,
<br>
.extension_data=NULL,
<br>
};
<br>
should be in kis.c, not kis.h
<br>
(put it right after #include "kis.h")
<br>
<br>
and then cleaning stuff (rm -rf build/*) and compiling again
<br>
pops up a window with jalv.gtk.
<br>
</blockquote>
(...) (indispensable scoping & including info)<br>
<br>
Dude, you really made my day. Now it builds without my clumsy script
; thank you VERY much.<br>
<br>
Please, have a (<a href="http://www.rncbc.org/drupal/node/307">homemade</a>)
<a
href="http://opensimo.com/play/?a=Azer0,Counternatures&play=1">song</a>.<br>
<br>
Phil<br>
<blockquote cite="mid:543FC334.4040605@free.fr" type="cite">HTH
<br>
C.
<br>
_______________________________________________
<br>
Linux-audio-dev mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Linux-audio-dev@lists.linuxaudio.org">Linux-audio-dev@lists.linuxaudio.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-dev">http://lists.linuxaudio.org/listinfo/linux-audio-dev</a>
<br>
</blockquote>
<br>
</body>
</html>