<div dir="ltr"><div><div>I set clang, clang++, and clang-cpp with the full paths in the $PORT/Makefile.<br></div>Another question...<br>"$ ./ardev <br>.: cannot open ./../build/gtk2_ardour/ardev_common_waf.sh: No such file or directory<br>
$ "<br><br><a href="http://pkgsubmit.mageia.org/autobuild/cauldron/x86_64/core/log/ardour3-3.0-0.13700.2.mga3.src.rpm/build.0.20130209132846.log">http://pkgsubmit.mageia.org/autobuild/cauldron/x86_64/core/log/ardour3-3.0-0.13700.2.mga3.src.rpm/build.0.20130209132846.log</a>  had the exact same thing. The page is gone though.<br>
<br></div>Does this require a link to a top level directory?<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 17, 2013 at 2:41 PM, Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org" target="_blank">robin@gareus.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 06/17/2013 08:12 PM, outro pessoa wrote:<br>
> In the wscript file, there are a set of conditionals { os==apple then<br>
> statement fi}<br>
<br>
</div>if.. fi sound like bash. What file are you looking at?<br>
<div class="im"><br>
- properly formatted unlike this email, of course- followed<br>
> by an else conditional for linux. Now, is it possible to add a second<br>
> conditional to each of the if + else statements? if so, will it be an if-fi<br>
> or an else+if-fi statement?<br>
<br>
</div>yes. it's python syntax, you can have as many elif's as you like. See<br>
for example <a href="https://github.com/Ardour/ardour/blob/master/wscript#L50" target="_blank">https://github.com/Ardour/ardour/blob/master/wscript#L50</a><br>
and <a href="https://github.com/Ardour/ardour/blob/master/wscript#L121" target="_blank">https://github.com/Ardour/ardour/blob/master/wscript#L121</a><br>
<br>
There are also various examples though the wscripts for adding include<br>
and/link paths e.g. for boost.<br>
<br>
HTH,<br>
robin<br>
</blockquote></div><br></div>