At 08:16 07-08-2007, SirWING wrote:
>Hi. I'm trying to compile Squid 2.6-STABLE14 on Linux running: 
>Kernel 2.4.26 Gcc version 2.96 Glibc 2.2.5-44 (I know, really old 
>versions) When the compiler gets to the HttpHeaderTools.c file, the 
>following errors occur:     HttpHeaderTools.c: In function 
>`strIsSubstr':     HttpHeaderTools.c:198: parse error before `const'
>of the list, >1 if more than once */     int     strIsSubstr(const 
>String * list, const char *s)     {         assert(list && 
>s);         const char *p = strStr(*list, s);            <--- This 
>is line 198         if (!p)             return 0;         if
   const char *p;
   assert(list && s);
   p = strStr(*list, s);
Regards,
-sm 
Received on Tue Aug 07 2007 - 12:44:22 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Sep 01 2007 - 12:00:03 MDT