Re: preproc.c compilation error

From: Rugal Bernstein <ryujinwrath(at)gmail(dot)com>
To: Rugal Bernstein <ryujinwrath(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: preproc.c compilation error
Date: 2014-01-09 14:12:53
Message-ID: CAHoyg30aVffUP69bSKyW0m6k__uEp8WWZOXNMaXgPc46bZKOnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks, seems it is because the first time pgc.c and others are generated,
but [make distclean] did not clean them, which lead to this problem!
after [rm pgc.c preproc.h preproc.c preproc.y]
it is now successfully compiled without any warning! thank you!

Java Developer; Mysql/Oracle DBA; C/Java/Python/Bash; Vim; Linux; Pianist;
Hadoop/Spark/Storm
blog <http://rugal.ml>
github <https://github.com/Rugal>
twitter <https://twitter.com/ryujinwrath>

On Thu, Jan 9, 2014 at 9:45 PM, Michael Meskes <meskes(at)postgresql(dot)org>wrote:

> You have to rebuild the auto-generated pgc.c, preproc.c and preproc.y or
> simply
> remove them to force a rebuild.
>
> Michael
> --
> Michael Meskes
> Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
> Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
> Jabber: michael.meskes at gmail dot com
> VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-01-09 14:15:49 Re: preproc.c compilation error
Previous Message Andrew Dunstan 2014-01-09 14:12:38 Re: nested hstore patch