patch to compile on OS X
Brought to you by:
btakahashi
wow, there is pa patch tracker. Perhaps a link form the
homepage would be helpful :)
I tried compiling rote on OS X.
Since it does not use libtool it is easily portable to
a system that does not use GNU ld.
I hacked the makefile to produce a Mach-O dynamic
library and frobbed a few headers.
The boxshell demo needed a little tweak. There is some
child process created by one of the function calls so
the SIGCHLD handler setup has to be called later. For
some reason the demo is running in a tight loop. I am
not sure if this is expected. But the boxed shell is
usable.
Attaching the patch. Rather than hardcoding the OS X
values I tried to make rote semiportable :)
Thanks
Michal
a patch to compile ROTE on OS X