That works, thanks. I don't mind the dependency (it's very small), but
maybe a clearer error message would be useful (and less of a burden to you
eventually).

On Sun, Aug 2, 2020 at 5:11 PM Matthew Flatt <mfl...@cs.utah.edu> wrote:

> At Sun, 2 Aug 2020 16:54:33 +0100, Laurent wrote:
> > 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
>
> This is a new dependency for Racket CS. Try installing "uuid-dev" or
> "libuuid-dev" with your OS's package manager.
>
> I'll add a note about the dependency, but I'm not sure there's anything
> else we could do. Unlike something like libffi, say, which we have
> traditionally pulled it into the Racket repo, the uuid library varies
> across platforms. And even if uuid was always the same implementation,
> pulling that kind of library into the Racket repo hasn't clearly been a
> good idea.
>
> Matthew
>
>

-- 
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 racket-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CABNTSaEEROSxO4NetAfqPnuGGuwmr3hMkq2v%2BxnPiV6jvtQrQA%40mail.gmail.com.

Reply via email to