[Libevent-users] Solaris 10 Sun Studio 11 & libevent 1.3b

Scott Lamb slamb at slamb.org
Mon Jun 18 18:33:17 EDT 2007


William Pool wrote:
> "event_tagging.c", line 153: syntax error before or at: decode_int_internal
> "event_tagging.c", line 154: warning: old-style declaration or incorrect 
> type for: decode_int_internal

I'd guess it's tripping on the "inline":

event_tagging.c
152: static int inline
153: decode_int_internal(u_int32_t *pnumber, struct evbuffer *evbuf, int 
dodrain)
154: {

Take a look through the list archives - Jan Kneschke posted a bunch of 
patches on the 14th for compiling on Solaris, subject line "compile 
patches for non-gcc".


More information about the Libevent-users mailing list