[Fluxus] build errors on osx

gabor papp gabor.lists at mndl.hu
Thu Sep 11 05:07:20 PDT 2008


nik gaffney wrote:
> im using osx 10.5.4, PLT 4.1 and running scons w/out any parameters
my setup is the same. try using the following script to run scons. it is 
presumed that plt is installed to the default location.

#!/bin/bash
plt="/Applications/PLT Scheme v4.1/"
scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib 
PLTInclude="$plt"/include
sudo scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib 
PLTInclude="$plt"/include install

good luck,
gabor




More information about the Fluxus mailing list