> > FWIW if you want to build fluxus from source on ubuntu, and avoid the > > long racket build times, I recommend: > > > > sudo add-apt-repository ppa:plt/racket >
sudo apt-get update > > sudo apt-get install racket > > scons RacketPrefix=/usr RacketCollects=/usr/share/racket/collects > > That's a great news by the way. > I'll test that.... after tomorrow ;) > > > I tested your new racket ppa and I had a strange behaviour from scons. The first time I used only scons and of course didn't find racket3m Then I added the prefixes and all gone well. I was thinking : What a gain of time ! Then I typed the classic sudo scons install, and bahm! ERROR: 'racket3m' must be installed! So, I added the prefixes again but still the same error. I tried to restart from the beginning with scons -c and now the first part don't want to, with still this same error: ERROR: 'racket3m' must be installed! Very strange, It worked one time and doesn't anymore. If anyone have clue on this. Thanks Ted ps:I'm on a testing partition with Linux Mint 11 based on Ubuntu Natty 11.04
