bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need assistance


From: Charles Duke
Subject: Re: Need assistance
Date: Tue, 12 Nov 2002 09:31:33 -0500

This is the error out put:  attached is the results file:
rtp-rds-01d:root
/tmp >cat foo.y
%%
exp: 'a';

rtp-rds-01d:root
/tmp >bison --trace=tools foo.y > res
running: /usr/bin/m4 -I /usr/local/share/bison m4sugar/m4sugar.m4 
/tmp/bsnZmk3Ua /usr/local/share/bison/yacc.c
m4: A file or directory in the path name does not exist.

/usr/bin/m4:/usr/local/share/bison/yacc.c:1282 1252-201 A quote is not complete.
        Check that the end quote character exists.






Charles Duke
231 Maple Ave.
Burlington, NC 27215
336-436-4139 (Office)
336-436-1047 (Fax)
336-212-2015 (Mobile)
877-344-3729 (Pager)



>>> Akim Demaille <address@hidden> 11/12/02 09:22AM >>>

| Here is the version of M4 on the system along with all the other GNU packages
| :
| bison-1.75            libpcap-0.7.1         snort-1.9.0.tar
| bison-1.75.tar        libpcap-0.7.1.tar     tcpdump-3.7.1.tar.gz
| flex-2.5.4            libpcap.tar           texinfo-4.2
| flex-2.5.4a.tar       m4-1.4                texinfo-4.2.tar
| iozone                m4-1.4.tar
| libpcap-0.4           snort-1.9.0
| 
| rtp-rds-01d:root
| /home/dukec/sniff >ls -l /usr/local/bin/m4
| -rwxr-xr-x   1 root     system    491044 Nov 08 10:18 /usr/local/bin/m4
| 
| rtp-rds-01d:root
| /home/dukec/sniff >ls -l m4-1.4/src/m4
| -rwxr-xr-x   1 root     system    491044 Nov 08 10:18 m4-1.4/src/m4


Try this:

/tmp % cat foo.y
%%
exp: 'a';
/tmp % bison --trace=tools foo.y
running: /usr/bin/m4 -I /usr/local/share/bison m4sugar/m4sugar.m4 - 
/usr/local/share/bison/yacc.c

and see what bison ran.

Attachment: res.gz
Description: GNU Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]