public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
From: Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
To: guile-emacs@sourceware.cygnus.com
Subject: make failed on FreeBSD 3.4R
Date: Sun, 28 May 2000 06:06:00 -0000	[thread overview]
Message-ID: <20000528220616X.satoru-t@is.aist-nara.ac.jp> (raw)

Hi, I tried to compile guile-emacs-0.4 on FreeBSD 3.4R but
it failed.  I attached a quick patch for fixing the problem.

  % ./configure
  (snip) 
  creating ./config.status
  creating Makefile
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating lib-src/Makefile.c
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating oldXMenu/Makefile
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating lwlib/Makefile
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating src/Makefile.c
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating lisp/Makefile
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating doc/Makefile
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating tools/Makefile
  sed: 54: conftest.s1: unescaped newline inside substitute pattern
  creating src/config.h
  creating src/epaths.h
  make: don't know how to make epaths-force. Stop
  creating lib-src/Makefile
  creating src/Makefile

-- Satoru Takabayashi
\f
*** configure.in.orig	Sun May 28 21:46:00 2000
--- configure.in	Sun May 28 21:47:31 2000
***************
*** 1,4 ****
- Executing ssh-askpass to query the password...
  dnl  Autoconf script for Guile Emacs
  dnl To rebuild the `configure' script from this, execute the command
  dnl 	autoconf
--- 1,3 ----
***************
*** 40,48 ****
  $EMACS --version > /dev/null || \
    AC_MSG_ERROR([You have to install GNU Emacs 20.6 first.])
  echo '(message data-directory)' > .tmp.el
! $EMACS -batch -l .tmp.el 2> .tmp.out
  emacsdir=`sed 's/\/[[0-9]].*//' .tmp.out`
! emacsver=`sed 's/^[[^0-9]]*\([[0-9]]\+\.[[0-9]]\+\).*/\1/' .tmp.out`
  if test `echo $emacsver | sed 's/\..*//'` != "20"; then
    AC_MSG_ERROR([You have to install GNU Emacs 20.6.])
  fi
--- 39,47 ----
  $EMACS --version > /dev/null || \
    AC_MSG_ERROR([You have to install GNU Emacs 20.6 first.])
  echo '(message data-directory)' > .tmp.el
! $EMACS -batch -l .tmp.el 2>&1 |tail -1 >  .tmp.out
  emacsdir=`sed 's/\/[[0-9]].*//' .tmp.out`
! emacsver=`sed 's/^[[^0-9]]*\/\([[0-9\.]]*\)\/.*/\1/' .tmp.out`
  if test `echo $emacsver | sed 's/\..*//'` != "20"; then
    AC_MSG_ERROR([You have to install GNU Emacs 20.6.])
  fi

             reply	other threads:[~2000-05-28  6:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-28  6:06 Satoru Takabayashi [this message]
2000-05-28 12:12 ` Keisuke Nishida
2000-06-01  6:02   ` Satoru Takabayashi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000528220616X.satoru-t@is.aist-nara.ac.jp \
    --to=satoru-t@is.aist-nara.ac.jp \
    --cc=guile-emacs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).