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
