This is the mail archive of the guile-emacs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make failed on FreeBSD 3.4R


Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> writes:

> - Executing ssh-askpass to query the password...

Oops...

> ! $EMACS -batch -l .tmp.el 2>&1 |tail -1 >  .tmp.out

Hmm...  Could you try this instead?

  $EMACS -q --no-site-file -batch -l .tmp.el 2> .tmp.out

> ! emacsver=`sed 's/^[[^0-9]]*\/\([[0-9\.]]*\)\/.*/\1/' .tmp.out`

This looks better.  But still it has a problem.  You can't install
emacs in /d0/share/emacs/20.6/..., for example.  How about this one?

  emacsver=`sed 's/^.*\/\([[0-9]][[0-9\.]]*\)\/.*/\1/' .tmp.out`


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]