Okay, that makes sense. Can I suggest a friendly amendment to the following section of build.md? (the only change is in the first line):
Current: If you have a sufficiently recent Racket installation already with at least the `"compiler-lib"` package installed, you can supply `RACKET=...` with `make cs` to skip that part of the bootstrap. And if you have a Chez Scheme source directory already, you can supply that with `SCHEME_SRC=<dir>` instead of downloading a new copy: Proposed: If you have already compiled the current version of Racket with at least the `"compiler-lib"` package installed, you can supply `RACKET=...` with `make cs` to skip that part of the bootstrap. And if you have a Chez Scheme source directory already, you can supply that with `SCHEME_SRC=<dir>` instead of downloading a new copy: John > On May 25, 2020, at 7:03 PM, Matthew Flatt <[email protected]> wrote: > > At 25 May 2020 21:52:43 -0400, "'John Clements' via Racket Developers" wrote: >> This is immediately after a git pull and a git clean -xdf. I was compiling >> with RACKET=racket, using a built-in installation of racket v7.7.0.1. >> >> I rebuilt the racket I was using as the helper, and this error went >> away. I was suprised; it didn’t look like the kind of error that >> would be caused by an out-of-date helper. Ah well. > > Yes, this is as intended: RACKET=racket requires the same version for > both the helper and the Racket being built. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/20200525200357.154%40sirmail.smtp.cs.utah.edu. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/b57f9856-b800-44d1-9487-dd09ba2d0841%40mtasv.net.
