Hi all,<br><br>I am attempting to build qtmoko from source and have a problem. I&#39;m not very familiar with the qt environment and hoping someone can help.<br><br>I followed the instructions on radek&#39;s git README, downloaded toolchain, cloned git and attempted to build. The first time I ran the configure command, I received an error that qmake could not be found and to put &quot;-build-qt&quot; in the configure flags. I did this and qt appeared to build ok. &quot;configure&quot; now works.<br>
<br>Now when I run &quot;make&quot; i receive this error:<br><br>-----------------------------------------------------------------------------<br>root@davetv-laptop:/build# make<br>make: running qbuild default<br>Project () ERROR: An error occured while evaluating a QBuild script extension.<br>
    File:    /qtmoko/<a href="http://qbuild.pro">qbuild.pro</a>@87<br>    Error:   SyntaxError: Parse error<br>             &lt;anonymous&gt;()@:6696<br><br>make: *** [all] Aborted<br>-----------------------------------------------------------------------------<br>
<br>The line that is causing the problem is - var script = project.property(&quot;SDK_SCRIPT&quot;);<br><br>After some experimentation (by commenting out stuff) It appears that the compiler has a problem with project.property(&quot;xxx&quot;). If I comment it out in /qtmoko/<a href="http://qbuild.pro">qbuild.pro</a> it fails elsewhere.<br>
<br>Any suggestions?<br><br>Dave<br>