Hi,
I made the changes below so build completes on MacOS X. I have not checked if it works however; performance/logging generates a Segmentation fault!
Hope this is proper place for this.
Kon
----- diff autogen.sh autogen.sh.darwin 4c4,9 < libtoolize --force --automake --- > case `uname` in > (Darwin) LIBTOOLIZE=glibtoolize ;; > (*) LIBTOOLIZE=libtoolize ;; > esac > > $LIBTOOLIZE --force --automake ----- diff src/serversocket.cpp src/serversocket.cpp.darwin 22a23,25 > #ifdef HAVE_SYS_TYPES_H > # include <sys/types.h> > #endif