> > A more conservative approach to clean up your checkout is to manually > > * discard "racket/src/build", > > * remove any subdirectories of a "compiled" subdirectory, such as > "compiled/ta6le", and > > * remove "racket/bin/*.cs" and/or "racket/*CS.app" and/or > "racket\*CS.exe". > > I followed this first (though I actually removed every `compiled` subdirectory too), then `git pull`, then `make`, but it failed with: checking for unistd.h... yes checking uuid/uuid.h usability... no checking uuid/uuid.h presence... no checking for uuid/uuid.h... no Could not find uuid/uuid.h, needed for Chez Scheme make[6]: *** [Makefile:289: racket/src/build/cs/c/Makefile] Error 1
So then I did `git clean -d -x -f .` but it fails with the same error. What's missing? -- 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/CABNTSaHyMj-G-HLot3kbGuqyhSmgmSqen%3D_LDohMb1hVvxMMsQ%40mail.gmail.com.
