Problems compiling latest CVS sources. - Mailing list pgsql-hackers

From Billy G. Allie
Subject Problems compiling latest CVS sources.
Date
Msg-id 200002130552.AAA07279@bajor.mug.org
Whole thread Raw
Responses Re: [HACKERS] Problems compiling latest CVS sources.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
============================================================================                       POSTGRESQL BUG
REPORTTEMPLATE
 
============================================================================


Your name        :    Billy G. Allie
Your email address    :    Bill.Allie@mug.org


System Configuration
--------------------- Architecture (example: Intel Pentium)      : Intel Pentium
 Operating System (example: Linux 2.0.26 ELF)     : UnixWare 7.0.1
 PostgreSQL version (example: PostgreSQL-6.5.1):   PostgreSQL-6.6
 Compiler used (example:  gcc 2.8.0)        : SCO UDK


Please enter a FULL description of your problem:
------------------------------------------------
1.  ecpg fails to link.  The error message is:
       Undefined                       first referenced        symbol                             in file
nocachegetattr                     pgc.o
 

2.  trigger.c fails to compile due to a syntax error.  It contains   a switch statement that has an empty default
label. A label of a   switch statement must be followed by a statement (or a label which   is followed by a statement
(ora label which ...)).
 

3.  Files include stringinfo.h failed to compile.  The macro,   'appendStringInfoCharMacro' is implemented with a '?:'
operation  that returns a void expression for the true part and a char expresion   for the false part.  Both the true
andfalse parts of the '?:' oper-   ator must return the same type.
 

Please describe a way to repeat the problem.   Please try to provide a
concise reproducible example, if at all possible: 
----------------------------------------------------------------------
1.  Compile ecpg.

2.  Compile with a ANSI C compiler that enforces the standard :->

3.  Compile with an ANSI C compiler that enforces the standard :->

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
1.  Don't know.

2.  Apply the attached patch.

3.  Apply the attached patch.


____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] Re: ECPG documentation
Next
From: Chris Bitmead
Date:
Subject: Re: [HACKERS] Solution for LIMIT cost estimation