On Wed, 2012-01-11 at 17:12 +0100, Ramón García Fernández wrote:
Well, this is advancing. I have most of the code compiling.
I am using GCC/Mingw/autotools to minimize the changes.
The port is as clean as possible. A win32 directory exists under syslog-ng/lib to replace functionality specific for Win32.
Conditional compilation is avoided if possible. Otherwise it is used with the spirit of reflecting the conditional function. For instance, the signal code in syslog-ng/syslog-ng/main.c is not conditioned with #if !WIN32, rather we use #if HAVE_SIGNALS, so it works under any system without signals.
At present I cannot show something worthwhile of sharing, but I hope to have something as soon as posible.
This is good news. How did you fare with ivykis? Would love to see anything done in this area. -- Bazsi