hi icoon,

please use fluxus from git if you want to compile in osx 10.6.

- download racket mac source (http://racket-lang.org/download/)
- in src/ run:
./configure --enable-mac64 --enable-sgc --disable-gracket
--enable-macprefix --prefix=/Applications/Racket_v5.0.2/

the prefix should not contain spaces, otherwise the install fails.

then type:
  make
  sudo make install

- compile fluxus without the addon modules
  scons ADDONS=0

best,
gabor

Reply via email to