Re: b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load
Дата
Msg-id CAA4eK1+T9ZFEL4KG8p0s+weWVi8Z=9RmXM8kste6v-cET4ZLMA@mail.gmail.com
обсуждение исходный текст
Ответ на b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
On Thu, Nov 21, 2013 at 4:22 PM, David Rowley <dgrowleyml@gmail.com> wrote:
> I'm not quite sure why nobody else seems to be complaining, but the changes
> to type.h in this commit seems to have broken things little.
>
> In the visual studios build I'm getting:
>
>   src\interfaces\ecpg\preproc\preproc.y(84): error C2065: 'ET_FATAL' :
> undeclared identifier [D:\Postgres\b\ecpg.vcxproj]
>   src\interfaces\ecpg\preproc\preproc.y(84): error C2051: case expression
> not constant [D:\Postgres\b\ecpg.vcxproj]
>   src\interfaces\ecpg\preproc\preproc.y(102): error C2065: 'ET_FATAL' :
> undeclared identifier [D:\Postgres\b\ecpg.vcxproj]
>   src\interfaces\ecpg\preproc\preproc.y(102): error C2051: case expression
> not constant [D:\Postgres\b\ecpg.vcxproj]
>   src\interfaces\ecpg\preproc\preproc.y(14664): error C2065: 'ET_FATAL' :
> undeclared identifier [D:\Postgres\b\ecpg.vcxproj]

Strange, I could not get this error on latest code.
I think you need to regenerate preproc.y by using command perl
mkvcbuild.pl before build.


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: b21de4e7b32f868a23bdc5507898d36cbe146164 seems to be two bricks shy of a load
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Proof of concept: standalone backend with full FE/BE protocol