Hi,<br><br>I'm newbie on this forum. I found this application very innovative and I want to share my Linux/programming experience.<br><br><div class="gmail_quote">On Sun, Nov 23, 2008 at 4:58 PM, gabor papp <span dir="ltr"><<a href="mailto:gabor.lists@mndl.hu">gabor.lists@mndl.hu</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="Ih2E3d">> Firstly, Scons wouldn't detect scheme.h and sometimes jpeglib.h so I<br>

> commented these out and it compiles fine.<br>
</div>try to make scons find these libraries, if you comment them out, it will<br>
result in a linker error as you already experienced. try to find the<br>
config.log file in the fluxus directory, and check for errors.<br>
<div class="Ih2E3d"></div></blockquote><div><br>I'm using fluxus 0.15 from CVS and libplt 4.1 on Mandriva 2009. I've changed the Sconstruct, see diff :<br>100c100<br><               ["mzscheme3m", "scheme.h"],<br>
---<br>>               ["mzscheme3m", PLTInclude + "/scheme.h"],<br><br>so you can pass the PLTPrefix with scons<br>> scons PLTPrefix=/usr<br><br>regards,<br><br>Fabien<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
</font></blockquote></div><br>