<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">hi gabor,<br>
thnx.. we have had problems after starting the script ,<br>with mzscheme. the problem is that at this moment mzscheme is uninstallable<br>from macports. and is this the last step in installing the fluxus itself? <br><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br><br><pre>> is it possible to install fluxus without this PLTcompiled and without<br>changing Sconstruct <br>> <br>> file??<br>hi marina,<br><br>you don't need to compile plt scheme from source, you can install the <br>osx binary from here: http://download.plt-scheme.org/drscheme/<br><br>when compiling fluxus you don't need to change the SConstruct file, but <br>you need to pass the plt scheme location as a parameter.<br><br>this is the script i am using:<br><br>#!/bin/bash<br>plt="/Applications/PLT Scheme v4.1/"<br>scons -u Prefix=/opt/local/ PLTPrefix="$plt"<br>PLTLib="$plt"/lib <br>PLTInclude="$plt"/include<br>sudo
scons -u Prefix=/opt/local/ PLTPrefix="$plt"<br>PLTLib="$plt"/lib <br>PLTInclude="$plt"/include install<br><br>best,<br>gabor<br><br><br></pre></blockquote></td></tr></table><br>