[fluxus] errors at runtime

Dave Griffiths dave at pawfal.org
Wed Jun 21 04:27:11 PDT 2006


>> > this is first-hand, i think i figured it out (i am no dev):
>> > fluxus tries to include some init scripts (init.scm), which in turn
>> > includes
>> > macros.scm (see fluxus-0.10r2/scm). these get copied
>> > into /usr/local/share/guile/1.8/fluxus. my guile copy expects them
>> > in /usr/share
>>
>> the prefix should be configurable without hacking the SConstruct
>> shouldn't
>> it... I keep meaning to do this.
>>
>> the way forward is packaged binaries I think
>>
>> or live cd's - pure:dyne are really quick to add fluxus releases into
>> their distro, 0.10 is in there now I think: https://puredyne.goto10.org/
>>
>> cheers,
>>
>> dave
>
> i didn't hack the SConstruct. i simply copied the folder once i figured
> what
> was going wrong.
> but then it doesn't really work for me: (every-frame (somefunc)) somehow
> doesn't work. i couldn't find anything about it in the docs. hints?

does it fail to call the function or does it error?
there isn't much to document really,

if you do:

(define (render)
    (draw-cube))
(every-frame (render))

you get no cube?






More information about the Fluxus mailing list