Re: BUG #5923: Build problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "charles johnson" <cjohnson(at)valverdecomputing(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5923: Build problem
Date: 2011-03-10 04:22:13
Message-ID: 14518.1299730933@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"charles johnson" <cjohnson(at)valverdecomputing(dot)com> writes:
> Build started: Project: postgres, Configuration: Release|Win32
> Running bison on src\backend\replication\repl_gram.y
> 1 file(s) copied.
> Running flex on src\backend\replication\repl_scanner.l
> flex: fatal internal error, exec failed

You seem to have a rather broken version of flex :-(

However, if you were building from a distribution tarball you really
shouldn't have needed flex at all. [ pokes around... ] Oh, it looks
like the replication bison/flex output files aren't actually in the
tarballs after all. Grumble. I can fix that part at least. But
you still ought to try to find a non-broken flex.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Page 2011-03-10 05:58:28 Re: BUG #5922: Add-on installation error.
Previous Message charles johnson 2011-03-10 04:08:41 BUG #5923: Build problem