hi all,<br><br>I am trying again to get fluxus compiled and installed. The problems I had before (trying to test on ubuntu) I could solve, it came down to using only mzscheme instead of full plt from svn, as something in their build system went bust .bla...blaa..bla.. 
<br>So now I think I have successfully built full plt from svn trying to prepare a module for puredyne, but having difficulties with fluxus scons script finding headers (also a boring old story... I know ;)).<br>Bascially, I changed SConstruct the following way:
<br><br>Prefix = "/opt/plt"<br>PLTPrefix = /opt/plt"<br>PLTInclude = PLTPrefix+"/include/plt"<br>PLTLib = PLTPrefix+"/lib"<br><br>LibPaths     = ["/usr/local/lib", <br>                                "/usr/lib", 
<br>                                PLTLib,<br>                                "/opt/audio/lib",<br>                                "/opt/video/lib",<br>                                "/usr/X11R6/lib",
<br>                                "/opt/pure/lib",<br>                                "../../libfluxus"]<br>                                <br>IncludePaths = ["/usr/local/include", <br>                                "/usr/include", 
<br>                                PLTInclude, <br>                                "/usr/X11R6/include",<br>                                "/opt/audio/include",<br>                                "/opt/video/include",
<br>                                "/opt/pure/include",<br>                                "../../libfluxus/src"]<br><br>I have been playing around with this line a lot, i.e moving around, changing it to "plt/scheme" etc..
<br>                ["mzscheme3m", "scheme.h"],<br>but to no positive effect. I think its something about puredyne and its non-standard paths that scons can't deal with, but I kind of ran out of clues... does scons rely on env-variables to be set..? 
<br><br>Anyway, any help would be appreciated, hopefully once this is together we won't have to try in a while :)<br><br>greets,<br>Karsten<br><div style="margin-left: 40px;"><br></div>