<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    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<br>
    <br>
    I've downloaded the source code using git:<br>
    <code>git clone git://git.savannah.nongnu.org/fluxus.git</code><br>
    <br>
    I've downloaded Racket (source code) from their site. I'veconfigured
    Racket with:<br>
    <code>./configure --prefix=/usr/local/racket --enable-shared</code><br>
    <br>
    then tried a few things *ahem* to compile & install, the last
    attemps being:<br>
    <code>make both<br>
      sudo make install-both-common<br>
    </code><br>
    To compile fluxus, I had to define <b>RacketPrefix</b>, else scons
    couldn't fond racket3m:<br>
    <code>scons RacketPrefix=/usr/local/racket</code><br>
    <br>
    Everything goes fine until raco is called to generate base.c:<br>
    <code>scons: Reading SConscript files ...<br>
      sh: racket: not found<br>
      --------------------------------------------------------<br>
      Fluxus: Configuring Build Environment<br>
      --------------------------------------------------------<br>
      Checking for C library m... yes<br>
      Checking for C library pthread... yes<br>
      Checking for C library dl... yes<br>
      Checking for C library jpeg... yes<br>
      Checking for C library tiff... yes<br>
      Checking for C library freetype... yes<br>
      Checking for C library z... yes<br>
      Checking for C library png... yes<br>
      Checking for C library ode... yes<br>
      Checking for C library sndfile... yes<br>
      Checking for C library fftw3... yes<br>
      Checking for C library lo... yes<br>
      Checking for C library GLEW... yes<br>
      Checking for C library racket3m... yes<br>
      Checking for C library jack... yes<br>
      Checking for C library GL... yes<br>
      Checking for C library GLU... yes<br>
      Checking for C library glut... yes<br>
      Checking for C library asound... yes<br>
      Checking for C library openal... yes<br>
      Checking for C function dInitODE2()... yes<br>
      Checking for C++ function lo_arg_size_check()... yes<br>
      OSError: [Errno 2] No such file or directory:<br>
        File "/home/fl0w/fluxus/SConstruct", line 302:<br>
          raco_status = subprocess.call(['raco', 'ctool', '--c-mods',
      'src/base.c', '++lib', 'racket/base'])<br>
        File "/usr/lib/python2.6/subprocess.py", line 480:<br>
          return Popen(*popenargs, **kwargs).wait()<br>
        File "/usr/lib/python2.6/subprocess.py", line 633:<br>
          errread, errwrite)<br>
        File "/usr/lib/python2.6/subprocess.py", line 1139:<br>
          raise child_exception</code><br>
    <br>
    I'm stuck there :/<br>
    Could any Ubuntu wizard give me some help?<br>
    Thank you!<br>
    <br>
    -- <br>
        fl0w<br>
    <br>
    <br>
    <br>
  </body>
</html>