Removing my installed version did the trick!<br><br>Thank you for your help!<br><br><div class="gmail_quote">On Fri, Apr 10, 2009 at 8:28 PM, Sylvestre Ledru <span dir="ltr"><<a href="mailto:sylvestre.ledru@inria.fr">sylvestre.ledru@inria.fr</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;">Le vendredi 10 avril 2009 à 19:18 -0300, Guilherme Kunigami a écrit :<br>
<div class="im">> Hi,<br>
><br>
> Sorry if I'm being inconvenient, but I'm really stuck.<br>
</div>Don't worry. We all have been beginners with Scilab ... and we are here<br>
to help!<br>
<div class="im"><br>
> I tried some other things:<br>
><br>
> I included in my $LD_LIBRARY_PATH the directories for libjava.so,<br>
> libverify.so and libhpi.so.<br>
</div>It was just a warning. No big deal!<br>
<div class="im"><br>
>  The error I get now is:<br>
><br>
> <a href="http://pastebin.com/f1f57518f" target="_blank">http://pastebin.com/f1f57518f</a><br>
><br>
> I'm not sure why the system is searching for the file in:<br>
><br>
> > /usr/local/lib/scilab/libscilinear_algebra.so<br>
><br>
> since it should be looked for in:<br>
><br>
> > /home/kunigami/development/scilab/scilab/modules/linear_algebra/.libs/libscilinear_algebra.so<br>
</div>Indeed.<br>
<div class="im"><br>
> Should I uninstall my installed copy of scilab to use the development<br>
> version?<br>
</div>Yep, please try this solution.<br>
However, that is a bug. The build system should try to load first the<br>
current source tree and not /usr/local/<br>
I reported it here:<br>
<a href="http://bugzilla.scilab.org/show_bug.cgi?id=4382" target="_blank">http://bugzilla.scilab.org/show_bug.cgi?id=4382</a><br>
<font color="#888888"><br>
Sylvestre<br>
</font><div><div></div><div class="h5"><br>
<br>
> Thanks,<br>
><br>
> On Fri, Apr 10, 2009 at 3:22 PM, Guilherme Kunigami<br>
> <<a href="mailto:kunigami@gmail.com">kunigami@gmail.com</a>> wrote:<br>
>         Hi again,<br>
><br>
>         I think I got the latest version using GIT, but this time I'm<br>
>         not being able to compile it. When I run 'make' I get some<br>
>         dependence errors. I think the relevant messages are these:<br>
><br>
>         <a href="http://pastebin.com/f4a117ca3" target="_blank">http://pastebin.com/f4a117ca3</a><br>
><br>
>         It seems I'm missing libjava.so, libverify.so, libjvm.so and<br>
>         libhpi.so at /usr/bin/ld.<br>
><br>
>         Executing a 'locate libjava.so' it show that I have this file<br>
>         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<br>
>         Scilab page because of dependencies (but I haven't used those<br>
>         yet). I thought that setting the third location at<br>
>         $LD_LIBRARY_PATH would solve the problem, but that still give<br>
>         me some errors.<br>
><br>
>         I'm able to compile the stable version perfectly, but not the<br>
>         git version. Any clues?<br>
><br>
>         Thank you again,<br>
><br>
><br>
><br>
>         On Fri, Apr 10, 2009 at 11:50 AM, Sylvestre Ledru<br>
>         <<a href="mailto:sylvestre.ledru@scilab.org">sylvestre.ledru@scilab.org</a>> wrote:<br>
>                 Hello Guilherme,<br>
><br>
>                 Le vendredi 10 avril 2009 à 11:44 -0300, Guilherme<br>
>                 Kunigami a écrit :<br>
>                 > Hi all,<br>
>                 ><br>
>                 > I'd like to start developing something for Scilab,<br>
>                 but I'm not quite<br>
>                 > sure from where to start.<br>
><br>
>                 Cool!<br>
><br>
>                 > I've downloaded the source code (I think this is not<br>
>                 the latest<br>
>                 > version though) and took a look at some source code<br>
>                 from modules (e.g.<br>
>                 > gui module). But I still don't know much about the<br>
>                 architecture of<br>
>                 > Scilab or how it works.<br>
><br>
>                 We are using git to manage the source. If you clone<br>
>                 the current git, you<br>
>                 will get the future version 5.2 of Scilab. You can<br>
>                 also checkout the<br>
>                 branch 5.1 to get the future version 5.1.1.<br>
><br>
>                 > Documents I've tried to read:<br>
>                 ><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>
><br>
>                 Well, don't start with that. It is hard to start<br>
>                 understanding a<br>
>                 software with the whole documentation.<br>
><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<br>
>                 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>
><br>
>                 Indeed, this one is easy.<br>
>                 You just have to find out where these strings are in<br>
>                 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,<br>
>                 you need to have an<br>
>                 objective in Scilab. It is a huge software with many<br>
>                 different<br>
>                 aspects... Just focus on some parts.<br>
><br>
>                 Don't hesitate if you have any other<br>
>                 questions/remarks...<br>
><br>
>                 Sylvestre<br>
><br>
><br>
><br>
><br>
><br>
><br>
>         --<br>
>         Guilherme Kunigami<br>
><br>
><br>
><br>
> --<br>
> Guilherme Kunigami<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Guilherme Kunigami<br>