[Fluxus] struggling to compile fluxus on ubuntu
Greg
gowiththeflow at free.fr
Fri Nov 19 10:25:38 PST 2010
Hi,
I'm trying to compile fluxus on ubuntu "10.04 LTS - the Lucid Lynx". I
don't know Linux at all and I have absolutely no idea of what I'm doing :D
I've downloaded the source code using git:
|git clone git://git.savannah.nongnu.org/fluxus.git|
I've downloaded Racket (source code) from their site. I'veconfigured
Racket with:
|./configure --prefix=/usr/local/racket --enable-shared|
then tried a few things *ahem* to compile & install, the last attemps being:
|make both
sudo make install-both-common
|
To compile fluxus, I had to define *RacketPrefix*, else scons couldn't
fond racket3m:
|scons RacketPrefix=/usr/local/racket|
Everything goes fine until raco is called to generate base.c:
|scons: Reading SConscript files ...
sh: racket: not found
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
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 racket3m... yes
Checking for C library jack... yes
Checking for C library GL... yes
Checking for C library GLU... yes
Checking for C library glut... yes
Checking for C library asound... yes
Checking for C library openal... 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 "/home/fl0w/fluxus/SConstruct", line 302:
raco_status = subprocess.call(['raco', 'ctool', '--c-mods',
'src/base.c', '++lib', 'racket/base'])
File "/usr/lib/python2.6/subprocess.py", line 480:
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/subprocess.py", line 633:
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1139:
raise child_exception|
I'm stuck there :/
Could any Ubuntu wizard give me some help?
Thank you!
--
fl0w
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20101119/2a8d7676/attachment-0001.htm>
More information about the Fluxus
mailing list