Great!
BUT... Quicktime can't be linked to a 64-bit project? Madness...
Have you mode sure to boot up OS X in 64-bit mode first? I kid you
not - you have to either set t as default or hold the "6" and "4" keys
when booting. I don't know if that would make a difference, though,
just a long-shot idea.
On Sep 22, 2010, at 6:33 PM, gabor papp wrote:
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