Re: src/tools/msvc usage instructions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeremy Drake <pgsql(at)jdrake(dot)com>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: src/tools/msvc usage instructions
Date: 2006-10-02 05:34:27
Message-ID: 27851.1159767267@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeremy Drake <pgsql(at)jdrake(dot)com> writes:
>> I grabbed flex and bison from GNUwin32
>> (http://gnuwin32.sourceforge.net/packages/bison.htm)

> This appears to not work out well. If I copy the generated files from
> bison from a linux box, then they are ok, but if I try to use ones
> generated using that version of bison, it does not compile.

Hm, have you tried diff'ing the output files from the two cases? This
is really probably a question for the flex and bison maintainers, not
us, but it seems like it should work for moderately up-to-date versions
of those tools. What compile failures do you get exactly?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-10-02 06:04:22 Re: src/tools/msvc usage instructions
Previous Message Tom Lane 2006-10-02 05:30:16 Re: Another idea for dealing with cmin/cmax