Re: compile problems - Mailing list pgadmin-hackers

From ivan.pavlov@gmail.com
Subject Re: compile problems
Date
Msg-id 1178534203.912730.80640@u30g2000hsc.googlegroups.com
Whole thread Raw
In response to Re: compile problems  ("Florian G. Pflug" <fgp@phlo.org>)
List 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 by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6265 - trunk/pgadmin3/pgadmin/debugger
Next
From: Dave Page
Date:
Subject: Re: Character miscount