jaz
2017-10-6 22:18:52

@mflatt getting sandman/main.rkt:79:13: rktio_start_sleep: unbound identifier when I try to make in cs


jaz
2017-10-6 22:19:02

recently updated code and rebuilt racket7


mflatt
2017-10-6 22:19:46

Does make rktl in the racket/src/cs directory help?


jaz
2017-10-6 22:20:07

nope


mflatt
2017-10-6 22:21:33

Not sure what went wrong, but go to ../io, delete compiled/rktio.rktl, make, and then try again in ../cs


jaz
2017-10-6 22:23:13

ok — but I also just noticed that my make install of racket7 itself failed — but only when building the web-server package, so that probably doesn’t matter


jaz
2017-10-6 22:25:33

I got the same error with make in io


jaz
2017-10-6 22:26:31

I’m trying again after deleting the entire compiled dir


mflatt
2017-10-6 22:27:11

Just to make sure, ../rktio/rktio.h has a declaration for rktio_start_sleep, right?


jaz
2017-10-6 22:27:59

yes: RKTIO_EXTERN rktio_ok_t rktio_start_sleep(rktio_t *rktio, float nsecs, rktio_poll_set_t *fds, rktio_ltps_t *lt, int woke_fd);


jaz
2017-10-6 22:28:29

looks like it’s working after deleting the whole io/compiled directory and rebuilding


samth
2017-10-7 01:35:44

On a semi related topic, I tried to build rktio.rktl recently, and I couldn’t do it without installing rktio globally