On Thu, Jul 23, 2009 at 08:40:23AM +0200, Rapsey wrote:
> Yes thank you. I figured it out eventually and used the same command as you
> wrote to build, but kqueue was still not getting enabled.
> This is the make command I eventually figured out works without issues (uses
> the default Makefile):
> 
> make TARGET=osx CPU=i686 USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1

you're right, I wrote "osx" because you did, but it's TARGET=darwin which
automatically enables KQUEUE. Maybe we should simplify this makefile since
it only supports one OS.

Regards,
Willy


Reply via email to