AW: [HACKERS] Last call? (Siemens RM Port)

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Cc: "'ridderbusch(dot)pad(at)sni(dot)de'" <ridderbusch(dot)pad(at)sni(dot)de>
Subject: AW: [HACKERS] Last call? (Siemens RM Port)
Date: 1998-10-29 08:35:20
Message-ID: 01BE031F.D01E78C0@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> You might be tempted to run configure with the additional argument
> --with-CC='cc -W0' to activate the native C-compiler. However, when I
> did this, compilation stopped with this error message.
>
> cc -W0 -I../../../include -I../../../backend -I/home/tools/include
> -I../.. -c istrat.c -o istrat.o
> istrat.c 496: [error]: 2324 Undefined: 'F_OIDEQ'
> 2086 c1: errors: 1, warnings: 15

This is the symptom, when $(CPP) fails to take it's input from stdin.
(F_OIDEQ should be defined in fmgr.h)
Looks like Tom Lane already has a fix, that will be in 6.4 final.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Zeugswetter 1998-10-29 10:09:05 Bug in current network.c
Previous Message Bruce Momjian 1998-10-29 07:31:20 Re: [HACKERS] Open 6.4 items