On Sun, Sep 11, 2016, Cailin La Prairie wrote: > Hi, > > I'm getting three errors when I try to make the latest version of Bison. > > I can't figure out what the errors are for or find documentation on the > error codes. > > Thanks! > > Cailin > > > <snip/> > make[3]: *** [Makefile:6844: check-local] Error 77 > make[3]: Leaving directory > '/cygdrive/c/Users/Cailin_2/csci-e-95-project/src/bison-3.0.4' > make[2]: *** [Makefile:4975: check-am] Error 2 > make[2]: Leaving directory > '/cygdrive/c/Users/Cailin_2/csci-e-95-project/src/bison-3.0.4' > make[1]: *** [Makefile:4522: check-recursive] Error 1 > make[1]: Leaving directory > '/cygdrive/c/Users/Cailin_2/csci-e-95-project/src/bison-3.0.4' > make: *** [Makefile:4977: check] Error 2 >
You seem to have the line numbers where the errors occur. If you look in the Makefile does it help? Also, try running $ make V=1 `Make' will show the commands that it executes at each step, assuming that it is not already doing so. Regards, Test User. _______________________________________________ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison