Hey this is my first post in the list, <div><br></div><div>I really like what I've been playing so far with Fluxus.</div><div><br></div><div>I ended up installing Fluxus in paralles wiith Ubuntu, with a package i found on the page but before that I battled a little bit with installling it on OSX but when i run the scons script it would even find math.h ? Why could this be ? </div>
<div><br></div><div>As a noob who has only played with rendering some graphics, i cant find how to put sounds in the mix ? Is there some documentation missing ? </div><div><br></div><div>Thanks a lot , and kind regards from Uruguay, I'm showing Fluxus to people here and in Argentina</div>
<div><br></div><div>Federico </div><div><br></div><div><div class="gmail_quote">On Wed, Jan 21, 2009 at 8:51 AM, 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="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">> here is my current OS X build script (for all versions, 10.3<br>
</div>i would suggest some modifications. this detects your plt path, so you<br>
don't have to update the script after installing a new plt version. i'm<br>
using scons -u, so i can run the script from any subdirectories of<br>
fluxus, which is useful during development.<br>
<br>
#!/bin/bash<br>
<br>
pltbin=$(dirname "`which mzscheme`")<br>
export PATH=$PATH:$pltbin<br>
plt=${pltbin%%bin}<br>
<br>
scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib<br>
PLTInclude="$plt"/include<br>
sudo scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib<br>
PLTInclude="$plt"/include install<br>
<br>
--<br>
<br>
best,<br>
<font color="#888888">gabor<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Federico Brubacher<br><a href="http://www.fbrubacher.com">www.fbrubacher.com</a><br><br>Colonial Duty Free Shop<br><a href="http://www.colonial.com.uy">www.colonial.com.uy</a><br>

</div>