plotters / otpd

Automatically exported from code.google.com/p/otpd
GNU General Public License v2.0
0 stars 0 forks source link

make fails in config.y, line 108 #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout latest source from svn
2. un-tar on Mandriva Enterprise Server 5.1
3. autoconf
4. ./configure
5. make

What is the expected output? What do you see instead?
]$ make
byacc -d config.y
byacc: e - line 108 of "config.y", syntax error
%expect 15
^
make: *** [y.tab.h] Error 1

What version of the product are you using? On what operating system?

checkout from SVN on 14 Dec, 2010.  Building on Mandriva Enterprise Server 5.1

Please provide any additional information below.

Original issue reported on code.google.com by travisse...@gmail.com on 14 Dec 2010 at 10:43

GoogleCodeExporter commented 9 years ago
I have no way to debug this as I don't have byacc available.  Grab y.tab.[ch] 
from the dist tar.

Original comment by fr...@gmail.com on 15 Dec 2010 at 7:42