[fluxus] 64bit

dave dave at pawfal.org
Sat May 5 05:50:45 PDT 2007


fluxus-version is set in the SConstruct, and passed into the build via
-D, picked up in main.cpp, line 34, and should be set just before
loading the startup script.

phew!

On Fri, 2007-05-04 at 11:36 -0700, Alex Norman wrote:
> So I have verified that it is the same executable..
> and I have "fixed" the problem
> the "startup.scm" file has this:
> (load (string-append fluxus-collects-location "/fluxus-"  
>    fluxus-version "/scratchpad-boot.scm"))
> 
> maybe fluxus-version isn't valid yet at that point because if I replace those
> lines with:
> 
> (load (string-append fluxus-collects-location "/fluxus-0.12"
>    "/scratchpad-boot.scm"))
> 
> I can start fluxus, any ideas what I should do to not have to hard code the
> version number?
> 
> -Alex
> 
> 
> On  0, Dave Griffiths <dave at pawfal.org> wrote:
> > 
> > > So the mred example does work in the 64bit version, just not the
> > > standalone
> > > executable.
> > >
> > > Okay, so 0.11 works, and I just noticed, 0.12 works if I execute it within
> > > the source directory, so there must just be some init scripts or something
> > > that aren't being found??
> > 
> > sounds mysterious... could you double check it's running the same
> > executable when you do that?
> > 
> > the new init script is located in $HOME/.fluxus/startup.scm and should be
> > installed there automatically - if it doesn't find it, fluxus should exit
> > with a meaningful error of some kind.
> > 
> > > btw, if I do scons FLAGS=blah and && scons install the flags aren't
> > > retained during the install, so fluxus is rebuilt without those flags.. it
> > > is annoying.
> > 
> > I think you should be able to do "scons FLAGS=blah install"
> > doing:
> > 
> > scons FLAGS=blah
> > sudo scons FLAGS=blah install
> > 
> > won't rebuild (I think) and is preferable, as it means doing less as root.
> > 
> > cheers,
> > 
> > dave
> > 




More information about the Fluxus mailing list