Hi, Currently I stumble over a problem when trying to compile syslog-ng: OS: Solaris 5.10 Generic_118822-25 sun4u sparc (also tried on Solaris 5.9Generic_117171-12 sun4u sparc) Syslog-NG: 2.0 rc1 eventlog: eventlog-0.2.5 1) configure & make of enventlog works fine 2) configure of syslog-ng works fine 3) make of syslog-ng fails with following error: messages.c:105: error: `EVT_PRI_ERR' undeclared (first use in this function) messages.c:107: error: `EVT_FAC_SYSLOG' undeclared (first use in this function) messages.c: In function `msg_init': messages.c:123: warning: implicit declaration of function `evt_ctx_init' messages.c:123: error: `EVT_FAC_SYSLOG' undeclared (first use in this function) messages.c:123: warning: assignment makes pointer from integer without a cast messages.c: In function `msg_deinit': messages.c:134: warning: implicit declaration of function `evt_ctx_free' messages.c: In function `msg_event_create': messages.c:72: error: `va_start' used in function with fixed args *** Error code 1 make: Fatal error: Command failed for target `messages.o' Current working directory /opt/dcx/build/syslog-ng/wrk/syslog-ng-2.0rc1/src *** Error code 1 does anyone have a clue how to fix this va_start call to get a succesfully compile run ? thx Jochen