On Sun, 2006-04-23 at 13:55 +0200, Guido Serassio wrote: > Hi Robert, > > At 12.39 23/04/2006, Robert Collins wrote:
> make: *** [check-recursive] Error 1 > > > >Tell me, do you inlines enabled or disabled? > > Should be enabled: > > /* Keyword used by squid for inlining methods */ > #define _SQUID_INLINE_ inline > > /* Include inline methods into header file */ > #define _USE_INLINE_ Ok, thats good to know. The patch you have makes it compile but isn't a good fix because anyone including those headers will need to add it. The main cause of the failure is the inlines: they need defines from squid.h What about #include "squid.h" #ifndef SQUID_HTTPHEADERRANGE_H #define SQUID_HTTPHEADERRANGE_H ... Rob
signature.asc
Description: This is a digitally signed message part
