Hi again,<br><br>I think I got the latest version using GIT, but this time I'm not being able to compile it. When I run 'make' I get some dependence errors. I think the relevant messages are these:<br><br><a href="http://pastebin.com/f4a117ca3">http://pastebin.com/f4a117ca3</a><br>
<br>It seems I'm missing libjava.so, libverify.so, libjvm.so and libhpi.so at /usr/bin/ld. <br><br>Executing a 'locate libjava.so' it show that I have this file at the following locations:<br><br>/home/kunigami/downloads/scilab-5.1/java/jdk1.6.0_11/jre/lib/i386/libjava.so<br>
/home/kunigami/downloads/scilab-5.1/java/jre1.6.0_11/lib/i386/libjava.so<br>/usr/lib/jvm/java-6-sun-1.6.0.10/jre/lib/i386/libjava.so<br><br>The first two locations refer to a package I downloaded from Scilab page because of dependencies (but I haven't used those yet). I thought that setting the third location at $LD_LIBRARY_PATH would solve the problem, but that still give me some errors.<br>
<br>I'm able to compile the stable version perfectly, but not the git version. Any clues?<br><br>Thank you again,<br><br><div class="gmail_quote">On Fri, Apr 10, 2009 at 11:50 AM, Sylvestre Ledru <span dir="ltr"><<a href="mailto:sylvestre.ledru@scilab.org">sylvestre.ledru@scilab.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello Guilherme,<br>
<br>
Le vendredi 10 avril 2009 à 11:44 -0300, Guilherme Kunigami a écrit :<br>
<div class="im">> Hi all,<br>
><br>
> I'd like to start developing something for Scilab, but I'm not quite<br>
> sure from where to start.<br>
</div>Cool!<br>
<div class="im"><br>
> I've downloaded the source code (I think this is not the latest<br>
> version though) and took a look at some source code from modules (e.g.<br>
> gui module). But I still don't know much about the architecture of<br>
> Scilab or how it works.<br>
</div>We are using git to manage the source. If you clone the current git, you<br>
will get the future version 5.2 of Scilab. You can also checkout the<br>
branch 5.1 to get the future version 5.1.1.<br>
<div class="im"><br>
> Documents I've tried to read:<br>
><br>
> <a href="http://www.scilab.org/developers/doxygen_scilab/index.html" target="_blank">http://www.scilab.org/developers/doxygen_scilab/index.html</a><br>
</div>Well, don't start with that. It is hard to start understanding a<br>
software with the whole documentation.<br>
<div class="im"><br>
> <a href="http://wiki.scilab.org/Developers" target="_blank">http://wiki.scilab.org/Developers</a><br>
><br>
> I also tried to look for some bugs. This one seems quite simple to<br>
> fix:<br>
><br>
> <a href="http://bugzilla.scilab.org/show_bug.cgi?id=3264" target="_blank">http://bugzilla.scilab.org/show_bug.cgi?id=3264</a><br>
><br>
> but I'm not sure on how to proceed.<br>
</div>Indeed, this one is easy.<br>
You just have to find out where these strings are in the code (grep is<br>
your friend) and to remplace them by better.<br>
<br>
After that, if you want to get familiar with Scilab, you need to have an<br>
objective in Scilab. It is a huge software with many different<br>
aspects... Just focus on some parts.<br>
<br>
Don't hesitate if you have any other questions/remarks...<br>
<font color="#888888"><br>
Sylvestre<br>
<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Guilherme Kunigami<br>