Hi Holger, On Sat, Feb 27, 2010 at 01:28:12PM +0100, Holger Just wrote: > Hi all, > > On 2010-02-26 16:02, Willy Tarreau wrote: > > I'm obviously interested in any problem report :-) > > I'm trying to compile Haproxy 1.4 on Opensolaris Build 133 (i386 on a > Core i7). This however fails.
thanks for your report. Could you please try to add the two following lines at the top of the 3 faulty files (types/session.h, types/proxy.h, types/protocols.h) : #include <sys/types.h> #include <sys/socket.h> I think it should fix the build. Thanks! Willy

