On 25/02/15 22:27, Tomás Ciccola wrote: > I've tried both the ppa method and trying to compile it but in the latter, > I get this when trying to build fluxus: > Checking for C++ function lo_arg_size_check()... (cached) no > OSError: [Errno 2] No such file or directory: > File "/home/tomas/Downloads/fluxus/SConstruct", line 319: > raco_status = subprocess.call(['raco', 'ctool', '--c-mods', > 'src/base.c', '++lib', 'racket/base']) > File "/usr/lib/python2.7/subprocess.py", line 522: > return Popen(*popenargs, **kwargs).wait() > File "/usr/lib/python2.7/subprocess.py", line 710: > errread, errwrite) > File "/usr/lib/python2.7/subprocess.py", line 1335: > raise child_exception > > despite succesfully building racket with the corresponding options > (according to instructions posted here: > http://qiita.com/blmstrm/items/72b6276df1a1b80cb2ec , I'm not quite the > expert builder...). If someone can't build with success, please post your > solution.
Looking at the mailing list logs it could be that raco isn't on the path - try running it from command line and see if it's found? > Despite the frustration, I'm thrilled to hear this new effort and can't > wait to try it! > Focusing on Pi as a platform is the way to go (in my opinion...) Great - I'm mainly concentrating on the synth (fluxa) at the moment, which is working well, better than I'd expected. cheers, dave
