Re: make on os x

2009-07-25 Thread Willy Tarreau
On Thu, Jul 23, 2009 at 01:31:28PM +0200, Rapsey wrote: Even with darwin kqueue was not enabled, I tried it. Why is there even a separate osx makefile if the default one works? I don't remember, it was contributed. I believe it was due to a different make install procedure, though I'm not

Re: make on os x

2009-07-23 Thread Rapsey
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

Re: make on os x

2009-07-23 Thread Willy Tarreau
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):

Re: make on os x

2009-07-23 Thread Rapsey
Even with darwin kqueue was not enabled, I tried it. Why is there even a separate osx makefile if the default one works? Sergej On Thu, Jul 23, 2009 at 1:20 PM, Willy Tarreau w...@1wt.eu wrote: On Thu, Jul 23, 2009 at 08:40:23AM +0200, Rapsey wrote: Yes thank you. I figured it out

Re: make on os x

2009-07-22 Thread Willy Tarreau
Hi, On Thu, Jun 11, 2009 at 09:51:00AM +0200, Rapsey wrote: Sorry error in -vv output, TARGET = darwin Sergej On Thu, Jun 11, 2009 at 9:46 AM, Rapsey rap...@gmail.com wrote: I'm trying to build haproxy with kqueue on osx leopard, but I don't think it's working. There is no mention of

make on os x

2009-06-11 Thread Rapsey
I'm trying to build haproxy with kqueue on osx leopard, but I don't think it's working. There is no mention of DENABLE_KQUEUE anywhere when it's building it. This is the make I use: make Makefile.osx TARGET=darwin CPU=i686 USE_PCRE=1 all checking the executable after make: ./haproxy -vv