Thanks. It eventually worked. See my earlier post<br><br><div class="gmail_quote">On Fri, Jun 25, 2010 at 2:49 PM, vinsz <span dir="ltr"><<a href="mailto:vincent.guffens@googlemail.com">vincent.guffens@googlemail.com</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;"><div class="im">On 25/06/2010 16:42, Nick Othieno wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi guys,<br>
<br>
Does anyone have a working call_scilab implementation? If yes, how did you do it? More specifically, how did you compile the program with the call_scilab function?<br>
<br>
</blockquote>
<br></div>
Hi Nick,<br>
<br>
I use call_scilab for the sciscipy project : <a href="http://forge.scilab.org/index.php/p/sciscipy/" target="_blank">http://forge.scilab.org/index.php/p/sciscipy/</a><br>
<br>
you can see in the doc what environment variables are needed to compile<br>
    - <a href="http://forge.scilab.org/index.php/p/sciscipy/page/InstallingOnLinux/" target="_blank">http://forge.scilab.org/index.php/p/sciscipy/page/InstallingOnLinux/</a><br>
    - <a href="http://forge.scilab.org/index.php/p/sciscipy/page/InstallingOnWindows/" target="_blank">http://forge.scilab.org/index.php/p/sciscipy/page/InstallingOnWindows/</a><br>
<br>
and look at setup.py script to see the compiler option.<br>
<br>
Hope it helps,<br>
<br>
</blockquote></div><br>