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
- Re: Bug compiling 2.2.stable2 under sgi Chris Tilbury
- Henrik Nordstrom
