I get this often. I have no idea why it happens or how to really fix it. I find deleting the .SC* files sometimes helps. Other times I just give up, come back the next day, and it all works fine.
Chris Targett On Thu, Apr 8, 2010 at 9:37 PM, evan.raskob [lists] <[email protected]> wrote: > Hi there, > > It looks like PLT now has a 64-bit version, so I wanted to give it a try on > Snow Leopard and see if I can't actually compile from scratch. > Unfortunately, my old build scripts don't work, I get "ERROR: 'mzscheme3m' > must be installed!" which, of course it is. Have any compilation options > changed in the past few months? Here's my script: > > > #!/bin/bash > > export PATH=$PATH:/Applications/PLT\ Scheme\ v4.2.5/bin > > sudo scons MULTISAMPLE=3 Prefix=/opt/local/ PLTPrefix=/Applications/PLT\ > Scheme\ v4.2.5 PLTLib=/Applications/PLT\ Scheme\ v4.2.5/lib > PLTInclude=/Applications/PLT\ Scheme\ v4.2.5/include > > > > Thanks > Evan > >
