Graham Leggett wrote: > > In file included from apr_atomic.c:57: > ../../include/apr_atomic.h:260: parse error before `apr_atomic_init' > ../../include/apr_atomic.h:260: parse error before `*' > ../../include/apr_atomic.h:260: warning: data definition has no type or > storage class > make[4]: *** [apr_atomic.lo] Error 1 >
Maybe editing apr_atomic.h to this (line 254): #define apr_atomic_read(p) (*p) Can you check? -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson
