On 8 Jun 2010, at 10:12, nik gaffney wrote:
>
>> Do we know if it is similar enough to MzScheme? Or do we just try it and see?
>
> +1 try & see
>
well, that didn't work.
after much hack-ery, and what appears to be a compiled, 64-bit version (with
some odd errors, but with most parts seemingly intact) I get errors that I
think are due to racket having a very different architecture (different
executable files, etc):
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
Checking for C header file scheme.h... yes
Checking for C header file OpenAL/al.h... yes
Checking for C library m... yes
Checking for C library pthread... yes
Checking for C library dl... yes
Checking for C library jpeg... yes
Checking for C library tiff... yes
Checking for C library freetype... yes
Checking for C library z... yes
Checking for C library png... yes
Checking for C library ode... yes
Checking for C library sndfile... yes
Checking for C library fftw3... yes
Checking for C library lo... yes
Checking for C library GLEW... yes
Checking for C library jack... yes
Checking for C function dInitODE2()... yes
Checking for C++ function lo_arg_size_check()... yes
OSError: [Errno 2] No such file or directory:
File "/Users/evan/cvs/newflx/fluxus/SConstruct", line 304:
mzc_status = subprocess.call(['mzc', '--c-mods', 'src/base.c', '++lib',
'scheme/base'])
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py",
line 470:
return Popen(*popenargs, **kwargs).wait()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py",
line 621:
errread, errwrite)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py",
line 1126:
raise child_exception
Gonna take some thinking to get it integrated. I don't know if I'm the person
to look into this - Dave?? (Although, I can start poking around)
Cheers
Evan