Re: compile problems

Поиск
Список
Период
Сортировка
От ivan.pavlov@gmail.com
Тема Re: compile problems
Дата
Msg-id 1178534203.912730.80640@u30g2000hsc.googlegroups.com
обсуждение исходный текст
Ответ на Re: compile problems  ("Florian G. Pflug" <fgp@phlo.org>)
Список pgadmin-hackers
On May 1, 6:45 pm, f...@phlo.org ("Florian G. Pflug") wrote:
> I think that for some reason, the former does what it's supposed to on your
> system, but that latter doesn't. Could you try replacing
> #define YYTOKENTYPE
> #define YYSTYPE int
> in postgres.h with
> #define YYSTYPE_IS_DECLARED
>    typedef int YYSTYPE;
> and see if that helps? If no, please also try adding the
> #define YYTOKENTYPE back to postgres.h (but keep the other changes)

It doesn't help. Still can't compile with the same error.

ivan


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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6265 - trunk/pgadmin3/pgadmin/debugger
Следующее
От: Dave Page
Дата:
Сообщение: Re: Character miscount