Hi!<br><br>Do you have Waf installed system wide? It seems like that from the command line...<br>And I&#39;m not fully sure what version of Waf I&#39;m running for this project. Maybe there&#39;s<br>a version mismatch?<br>
<br>Anyway the build stage isn&#39;t being completed, It should print the following:<br><br>Setting build options &amp; flags...<br>Initializing WAF build system...<br>Waf: Entering directory `/home/harry/programming/vala/sampleGui/build&#39;<br>
Building the sources to objects...<br>[1/6] valac: sample.vala -&gt; build/default/sample.c build/default/sample.h build/default/sample.vapi build/default/sample.deps<br>[2/6] valac: main.vala -&gt; build/default/main.c<br>
[3/6] cc: build/default/sample.c -&gt; build/default/sample_1.o<br>[4/6] cc: build/default/main.c -&gt; build/default/main_2.o<br>default/main.c: In function ‘_vala_main’:<br>default/main.c:566: warning: format not a string literal and no format arguments<br>
default/main.c:589: warning: assignment from incompatible pointer type<br>[5/6] static_link: build/default/sample_1.o -&gt; build/default/libsample.a<br>[6/6] cc_link: build/default/main_2.o -&gt; build/default/main<br>Waf: Leaving directory `/home/harry/programming/vala/sampleGui/build&#39;<br>
&#39;build&#39; finished successfully (2.584s)<br><br>I&#39;m guessing you&#39;ve grabbed the tarball? <br><br>Perhaps the &quot;master&quot; branch from Github is a better starting point. I&#39;ve updated it to have the .vapi files,<br>
and hopefully it wont do the crazy stuff that were getting now.<br><a href="http://github.com/harryhaaren/PreHear/zipball/master">http://github.com/harryhaaren/PreHear/zipball/master</a><br><br>-Harry<br><br>PS: If you&#39;ve got the .vapi&#39;s installed system wide, maybe replace them with the ones from the master branch..<br>
not 100% sure if i&#39;ve worked on them since..?<br>