Re: Bug compiling 2.2.stable2 under sgi

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 29 Apr 1999 17:47:04 +0200

Rainer Klier wrote:
>
> Hi...
>
> tried to compile squid 2.2.stable2 under irix 6.5 with mips 7.2.1.2m
> an ran in the folling error:
>
> cc -g -I. -I../include -I../include -c delay_pools.c -o delay_pools.o
> "delay_pools.c", line 117: error(1138): expression must have
> pointer-to-object
> type
> return b - a;
> ^

Change the - to != and you should be fine.

return b != a;

--
Henrik Nordstrom
Spare time Squid hacker
Received on Thu Apr 29 1999 - 10:22:50 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:02 MST