[racket-dev] Pre-Release Checklist for v5.2.1, second call
Hello!
Ryan Culpepper <ryan at cs.utah.edu> writes:
> Checklist items for the v5.2.1 release
> (using the v5.2.0.900 release candidate build)
5.2.0.901 doesn't build on NetBSD:
gcc -I./.. -I./../include -O2 -pthread -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pthread -DNO_MBTOWC_FUNCTIONS -c ./port.c -o port.o
./port.c: In function 'scheme_alloc_global_fdset':
./port.c:792:77: error: invalid application of 'sizeof' to incomplete type 'struct mz_fd_set'
./port.c: In function 'scheme_merge_fd_sets':
./port.c:1257:5: warning: implicit declaration of function 'FDSET_LIMIT'
./port.c:1259:7: error: lvalue required as left operand of assignment
I'm looking into it.
--
HE CE3OH...