<div dir="ltr">Hi John, I made a change on that line a while ago. The old script didn't work with recent python versions. Given the python error (decode being called on None), I'm not sure reverting the change would help, but you could try doing it. To revert, run<br>
<div>svn merge -r 14046:14045 ./wscript<br></div><div><br></div><div style>...and if it didn't help, you can revert the reverted change with</div><div style>svn revert ./wscript</div><div style><br></div><div style>If you have python 2 and python 3 installed, you could try both, i.e.</div>
<div style>python2 ./waf configure</div><div style>python2 ./waf<br></div><div style><br></div><div style>and </div><div style><div>python3 ./waf configure</div><div>python3 ./waf</div><div><br></div><div style>I tested the changes on both version that I have currently installed...</div>
<div style><br></div><div style>-Sakari-</div></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Feb 10, 2013 at 8:18 PM, John Rigg <span dir="ltr"><<a href="mailto:ardev3@jrigg.co.uk" target="_blank">ardev3@jrigg.co.uk</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 Sun, Feb 10, 2013 at 12:41:45PM -0500, Dave Phillips wrote:<br>
> FWIW, I successfully configured/compiled A3 r14056 a few minutes ago on<br>
> an up-to-date Arch64 system (AMD 3200+, single-core).<br>
<br>
</div>Thanks Dave, but that is actually the version I tried. SVN reports the latest<br>
revision to all Ardour versions, and 14056 was to Ardour 2. You can see the<br>
actual version listed in 3.0/.svn/entries. Hopefully someone who understands<br>
the ./waf messages better than I do might spot something.<br>
<span class="HOEnZb"><font color="#888888"><br>
John<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
ardour-dev mailing list<br>
<a href="mailto:ardour-dev@lists.ardour.org">ardour-dev@lists.ardour.org</a><br>
<a href="http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org" target="_blank">http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org</a><br>
</div></div></blockquote></div><br></div>