Fantastic! A quick read of your patch looks reasonable to me. Do the tests pass? (Run 'make check'.)
What warnings do you get that cause you to remove -Werror? Hopefully we can fix those, or perhaps turn off just those particular warnings. Thanks for this work. On Fri, May 2, 2014 at 5:29 AM, Pierre Dehaen <[email protected]> wrote: > Okay, I made a try myself via guessing/searching/reading. > > Here attached is my SunOS.c (using Solaris 10/11 event ports). I have 2 > questions: > > Can anyone knowledgeable verify this code ? > How can I verify this actually works (next to installing and testing from > ruby) ? > > FYI I compiled the progam (using opencsw.org gcc-4.8.0 and gmake-4.0) like > this: > > in Makefile: > > remove "-Werror" from CFLAGS > set LDFLAGS to -lsocket -lnsl > > install the SunOS.c > CC=gcc gmake > > Thanks, > Pierre > > > > On Tuesday, April 29, 2014 2:38:06 PM UTC+2, Pierre Dehaen wrote: >> >> Hi, >> >> I tried to compile v1.9 on Solaris 11 but obviously a SunOS.c file is >> missing. The darwin.c and linux.c do not work as Solaris does not have >> kqueue() nor epoll(). >> >> Can anyone provide some information on the 4 functions for which a Solaris >> equivalent must be written ? I'm not an expert but I might maybe have a >> look... who knows, maybe with the linux/darwin.c files and some >> explanations, the man pages, some examples on the Internet, it might do... >> >> TIA > > -- > You received this message because you are subscribed to the Google Groups > "beanstalk-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/beanstalk-talk. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/d/optout.
