Re: ecpg+AIX 5L compile failure with current - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ecpg+AIX 5L compile failure with current
Date
Msg-id 12422.1006317520@sss.pgh.pa.us
Whole thread Raw
In response to ecpg+AIX 5L compile failure with current  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: ecpg+AIX 5L compile failure with current
Re: ecpg+AIX 5L compile failure with current
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Just a quick news.
> gmake[4]: Entering directory `/mnt/t-ishii/pgsql/src/interfaces/ecpg/preproc'
> /usr/vac/bin/xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I./../include -I../../../../src/include  -DMAJOR_VERSION=2
-DMINOR_VERSION=9-DPATCHLEVEL=0 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"   -c -o variable.o variable.c
 
>       325 | //              mmerror(ET_FATAL, "No multilevel (more than 2) pointer supported %d",pointer_len);
>             a....................................................................................b..........
> a - 1506-046 (S) Syntax error.
> b - 1506-099 (S) Unexpected argument.


Does this compiler not like // comments?  I thought we'd made a pass of
cleaning those out recently, but obviously one's snuck into ecpg ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: beta3
Next
From: Bruce Momjian
Date:
Subject: Re: ecpg+AIX 5L compile failure with current