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