hi all,

i managed to compile fluxus in snow leopard in 64-bit.
steps:

- download racket mac source
- in src/ run:
./configure --enable-mac64 --enable-sgc --disable-gracket --enable-macprefix --prefix=/Applications/Racket_v5.0.1/

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

then type:
 make
 sudo make install

- compile fluxus without the addon modules
remove "addons" from the following line in the SConstruct file:
    SConscript(dirs = Split("libfluxus modules fluxa addons"),
so it reads like this:
    SConscript(dirs = Split("libfluxus modules fluxa"),

- follow the fluxus README file to install the dependencies and build the source as usual

the addons do not work, because it seems that Quicktime cannot be linked to a 64-bit project.

best,
gabor

Reply via email to