[plt-scheme] v300 on OpenBSD
The install script is supposed to create it ..... You should also be
able to do this:
mzscheme -M setup -- -l parser-tools
instead of the call to setup-plt below (ie, replace "setup-plt" with
"mzscheme -M setup --". You can also pass "-h" at the end there to see
what command line options "setup-plt" would take.)
Also, this:
mzscheme -M setup -- -nl setup
should create the "setup-plt" executable.
Robby
At Wed, 28 Dec 2005 01:08:43 +0000, Patrick Collison wrote:
> Hmm, I don't seem to have any setup-plt file/binary. Do I have to
> build it manually, or is it related to the `install' script?
>
> Sorry for all the hand-holding this is taking, I'm trying to find any
> documentation covering the compile/install process in depth, but
> haven't really come across much. Any pointers here, too, would be
> appreciated.
>
> -Patrick
>
> On 28 Dec 2005, at 00:43, Eli Barzilay wrote:
>
> > On Dec 27, Patrick Collison wrote:
> >
> >> Removed foreign, and the build went okay, up 'till the usual hang. So
> >> looks like libffi and co. are out of the question.
> >>
> >> Do people have any pointers as to where I should go poking around,
> >> or how to even begin debugging this? In particular, knowing how to
> >> execute in isolation whatever's going on in:
> >>
> >> setup-plt: Compiling .zos used by Parser-tools
> >> setup-plt: in /root/tmp/plt/collects/parser-tools/
> >>
> >> would be useful, so that I don't have to run ./install each time. I
> >> took a quick glance through the setup .ss files, but it didn't seem
> >> obvious.
> >>
> >
> > find .../plt/collects/parser-tools -name compiled | xargs rm -rf
> > setup-plt -l parser-tools
> >
> > --
> > ((lambda (x) (x x)) (lambda (x) (x x))) Eli
> > Barzilay:
> > http://www.barzilay.org/ Maze is
> > Life!
> >
> >
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme