On Sun, Mar 26, 2017 at 4:02 PM, William Immendorf
wrote:
> On Sun, Mar 26, 2017 at 3:36 PM, Bruce Dubbs wrote:
>> Sorry, I don't know. We automate our builds from the instructions in the
>> book and do not run into this problem. Since we don't install bison in
>> chapter 6 before bc, the probl
On Sun, Mar 26, 2017 at 3:36 PM, Bruce Dubbs wrote:
> Sorry, I don't know. We automate our builds from the instructions in the
> book and do not run into this problem. Since we don't install bison in
> chapter 6 before bc, the problem points to a bison problem in chapter 5.
>
> You might try bui
William Immendorf wrote:
On Sun, Mar 26, 2017 at 2:51 PM, Bruce Dubbs wrote:
I do not know why bison is throwing those errors. In my log I only ahve
'bison -y -d bc.y' followed by a gcc line. The only thing I can think of
is that there is something wrong with bison as built in Chapter 5.
P
On Sun, Mar 26, 2017 at 2:51 PM, Bruce Dubbs wrote:
> I do not know why bison is throwing those errors. In my log I only ahve
> 'bison -y -d bc.y' followed by a gcc line. The only thing I can think of
> is that there is something wrong with bison as built in Chapter 5.
Perhaps. Would moving M4
William Immendorf wrote:
Compiling Bc-1.06.95 where it is currently in the development book,
I'm hitting a snag. No matter what I attempt to do, the compilation
always fails at this point:
bison -y -d bc.y
bc.y: warning: 3 shift/reduce conflicts [-Wconflicts-sr]
bison: m4 subprocess failed: No
Compiling Bc-1.06.95 where it is currently in the development book,
I'm hitting a snag. No matter what I attempt to do, the compilation
always fails at this point:
bison -y -d bc.y
bc.y: warning: 3 shift/reduce conflicts [-Wconflicts-sr]
bison: m4 subprocess failed: No such file or directory
make