Re: compile problems

From: ivan(dot)pavlov(at)gmail(dot)com
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: compile problems
Date: 2007-05-07 10:36:43
Message-ID: 1178534203.912730.80640@u30g2000hsc.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On May 1, 6:45 pm, f(dot)(dot)(dot)(at)phlo(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-05-08 08:21:03 Re: Character miscount
Previous Message svn 2007-05-07 07:37:50 SVN Commit by dpage: r6265 - trunk/pgadmin3/pgadmin/debugger