At 20:13 25.03.1999 +0200, you wrote:
>Hi all ,
>I am trying to compile squid2p2  on hp-ux 9.04 , and I get the following
>message
>below. Any clues/ideas ? MUch appreciated,
>
>Jay
>
>
>
>
># make all
>Making all in lib...
>Making all in scripts...
>Making all in src...
>        gcc -g -O2 -Wall -I. -I../include -I../include  -c cache_cf.c
>        gcc -c globals.c -g -O2 -Wall -I. -I../include -I../include  -I.
>-DDEFAULT_CONFIG_FILE=\"/users/bandaj/squid/etc/squid.conf\"
>        gcc -g -O2 -Wall -I. -I../include -I../include  -c tools.c
>tools.c:189: parse error
>*** Error code 1
>
>Stop.
>*** Error code 1

Hi Jay

Look into tool.c at line 189.

#elif HAVE_GETPAGESIZE
        change it to
#elif defined (HAVE_GETPAGESIZE)

don't know why the same gcc works it out on other OS...


Gru�

kra1

Reply via email to