[racket-dev] Racket fails to build w/o places

From: Dmitry Dzhus (dima at sphinx.net.ru)
Date: Sun Jul 4 06:06:13 EDT 2010

I think this commit broke building without places support:
http://git.racket-lang.org/plt/commitdiff/d6bfd0688a471fc814e3c363a96cd67d4bdfb7c9
since `mz_proc_thread_self()` is declared in mzrt.c only when
MZ_UZE_MZRT is defined. Thus we cannot use it in sighand.c without
checking if it's available first.

The attached patch should fix the problem.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: racket-5.0-fix-noplaces-sighand.patch
Type: text/x-patch
Size: 584 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20100704/f826eb32/attachment.bin>
-------------- next part --------------
-- 
Happy Hacking.

http://sphinx.net.ru
?

Posted on the dev mailing list.