> Did fixing the -I flag solve your problem?
>

It did fix my problem.


> FWIW, if you compile with -DKJ_USE_EPOLL=0, then Cap'n Proto will revert 
> to using a portable poll()-based event loop which does not use signalfd. 
> That should "just work" -- however, you'll need to compile all apps with 
> -DKJ_USE_EPOLL=0 as well (if they use RPC / kj-async).
>

With the flag rpc part compiled without a hitch. Thanks for the reply.

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/capnproto.

Reply via email to