On 12/3/06, Marc Brünink <[EMAIL PROTECTED]> wrote:
Hi all, today I tried to install etoile on a OpenBSD 4.0 system. I got an error: Compiling file Coro.c ... Coro.c:333:2: #error "Coro.c Error: Coro_setup() function needs to be defined for this platform." gmake[4]: *** [shared_obj/Coro.o] Error 1 Any hints?
Make sure your system has getcontext(3) and setcontext(3) installed and IO's configure picks it up (HAS_UCONTEXT should be defined). -- Chris _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
