[Fluxus] problems trying running fluxus, help please!

gabor papp gabor.lists at mndl.hu
Tue Dec 2 00:51:26 PST 2008


> root at xexxx:/home/drejz/desk/fluxusxxx/fluxus-0.14rc1# fluxus
> set-searchpaths: expects argument of type <list>; given ("./"
> "/usr/local/share/fluxus-0.14/material/textures/"
> "/usr/local/share/fluxus-0.14/material/shaders/"
> "/usr/local/share/fluxus-0.14/material/meshes/")
> 
try checking the fluxus directory in the plt scheme collects path (it's
something like /usr/local/lib/plt/collects/fluxus if i am not mistaken).
find scratchpad-boot.scm and check if set-searchpaths looks like this:

(set-searchpaths (list
    "./"
    (string-append fluxus-data-location "/material/textures/")
    (string-append fluxus-data-location "/material/shaders/")
    (string-append fluxus-data-location "/material/meshes/")))

gabor




More information about the Fluxus mailing list