Re: Build-Problem with pgc.c on OSX 10.4

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgresql-General <pgsql-hackers(at)postgresql(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Subject: Re: Build-Problem with pgc.c on OSX 10.4
Date: 2007-04-16 01:48:57
Message-ID: 4622D609.9050207@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> "Florian G. Pflug" <fgp(at)phlo(dot)org> writes:
>> When I try to build CVS HEAD on OSX 10.4, compiling
>> src/interfaces/ecpg/preproc/preproc.c fails with:
>> ...
>> If I delete pgc.c, it is rebuilt automatically, and then
>> preproc.c compiles just fine.
>> ...
>> I'm using gcc 4.0.1, flex 2.5.4 and bison 2.3
>
> Perhaps you changed bison versions and didn't force a rebuild?
> Those line numbers don't seem to sync up with my copies of the
> derived files.

I just realized that this file isn't even in the postgresql CVS
repo. But it _is_ part of the SVN mirror at
https://projects.commandprompt.com/public/pgsql/repo.

The version that shows up in the trunk of the SVN repo is
the revision 1.5 from CVS
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Attic/pgc.c?rev=1.5;content-type=text%2Fplain;hideattic=0)

This is the same as
https://projects.commandprompt.com/public/pgsql/repo/trunk/pgsql/src/interfaces/ecpg/preproc/pgc.c
modulo the expansion of the $Header macro.

Seems to be a bug in the CVS->SVN conversion process...

greetings, Florian Pflug

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2007-04-16 04:47:40 Re: Build-Problem with pgc.c on OSX 10.4
Previous Message Mark Kirkwood 2007-04-16 00:07:54 Re: RESET command seems pretty disjointed now