|
From: | Andrej Lojdl |
Subject: | Re: Google Summer of Code - LaTeX processing |
Date: | Thu, 20 Jun 2013 14:53:07 +0200 |
Right. So the bison detection in the configure script is as follows. It creates a simple file conftest.yy like:
<<DEF>>%start input%%input:;%%It replaces the <<DEF>> line with the 4 following possibilities (one at a time):%define api.push-pull both%define api.push-pull "both"%define api.push_pull both%define api.push_pull "both"Then it runs bison on it. In your case, given the preceding bison detection, it would be:/usr/local/bin/bison -y conftest.yyCould you verify if any of the 4 possibilities would work with your bison. Also, your bison seems to be installed in an uncommon location (/usr/local). What system are you using and did you install your own version if bison?
[Prev in Thread] | Current Thread | [Next in Thread] |