bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Compiling mailutils 2.0 on solaris


From: Maarten Thibaut
Subject: Re: [bug-mailutils] Compiling mailutils 2.0 on solaris
Date: Mon, 06 Jul 2009 22:46:18 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2

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





reply via email to

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