<br><div class="gmail_quote">On 16 April 2012 09:13, Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</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 Mon, 16 Apr 2012 08:10:18 +0100<br>
Richard Mace <<a href="mailto:richard.mace@gmail.com">richard.mace@gmail.com</a>> wrote:<br>
<br>
> Hi,<br>
> Is make clean all the correct command line for the 1_0 fixes branch?<br>
> I want to have everything compiled. Including all components.<br>
<br>
</div>There is no command to build all components, because some components<br>
do not compile with all compiler versions and target OS.<br>
There is a command to build many components: bigide<br>
<div class="im"><br>
> If I do the above command it seems to miss off the sqldb components?<br>
<br>
</div>make clean bigide<br>
or<br>
make -C components/sqldb<br>
<br>
<br>
Mattias</blockquote><div><br>Thanks Matias, that worked for sqldb<br>I've got the same problem with a component called "lnet" which the following command will compile, but I then need to keep installing that package again with the IDE.<br>
<br>make -C components/lnet<br><br>I'm happy to install it manually if needed, just was wondering if it could be automated. I want to help with the testing of the "fixes 1_0" as much and as easily as I can :)<br>
<br>Richard<br></div></div>