Hi Sergey,

> Is it the only source that it tries to build from the corresponding .y
> file? Do you have mh_fmtgram.c in the mh subdirectory? If you do, is
> it older than mh/mh_fmtgram.y? Try changing to the mh subdirectory
> and running make -k: what is its output?
>   

$ ls -al mh_fmtgram.*
-rw-r--r--   1 mthibaut cisco      61320 Apr 12 10:19 mh_fmtgram.c
-rw-r--r--   1 mthibaut cisco      12600 Jul  1 14:18 mh_fmtgram.y

So the C file is older.

The make in the mh subdir:

$ make -k
/bin/bash ../mu-aux/gylwrap "bison -y -vt"  \
          y.tab.c mh_fmtgram.c y.output fmtgram.y.output \
                  -- -yy fmt_yy
bison: cannot open file
`/home/mthibaut/install/mailutils-2.0.90-20090623/mh/y.tab.c': No such
file or directory
*** Error code 1
/bin/bash ../mu-aux/gylwrap "bison -y -vt -d"  \
          y.tab.c pick-gram.c y.tab.h pick-gram.h \
                  y.output pick.output \
                  -- -yy pick_yy
bison: cannot open file
`/home/mthibaut/install/mailutils-2.0.90-20090623/mh/y.tab.c': No such
file or directory
*** Error code 1
/bin/bash ../mu-aux/gylwrap "bison -y -vt -d"  \
          y.tab.c pick-gram.c y.tab.h pick-gram.h \
                  y.output pick.output \
                  -- -yy pick_yy
bison: cannot open file
`/home/mthibaut/install/mailutils-2.0.90-20090623/mh/y.tab.c': No such
file or directory
*** Error code 1
make: Warning: Target `all' not remade because of errors



_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to