unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@is.elta.co.il>
Cc: gnu-emacs-bug@moderators.isc.org
Subject: Re: Building Emacs 21.2 - using X-windows (newbie question)
Date: Mon, 25 Mar 2002 13:10:07 +0200 (IST)	[thread overview]
Message-ID: <Pine.SUN.3.91.1020325130612.14639B-100000@is> (raw)
In-Reply-To: <3C9ED58E.2000102@hotmail.com>


On Mon, 25 Mar 2002, Piet Suy wrote:

> I don't succeed in compiling emacs 21.2 so that X is used.
> When I run the configure-script, the X windows libraries and
> headers are not found.

Please send the full transcript of the failed configure run (the one 
without the --x-includes and --x-libraries options), and also the file 
config.log created when it runs.

> I tried to add them with the --x-includes
> and --x-libraries options (like this: ./configure 
> --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib),
> but compilation failed, ending with the error:
> 
> gcc -c -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src 
> -I/home/piet/emacs-21.2/lib-src -I/home/piet/emacs-21.2/lib-src/../src 
> -D_BSD_SOURCE   -g -O2 -Demacs  /home/piet/emacs-21.2/lib-src/movemail.c
> /home/piet/emacs-21.2/lib-src/movemail.c: In function `strerror':
> /home/piet/emacs-21.2/lib-src/movemail.c:947: conflicting types for 
> `sys_errlist'
> /usr/include/stdio.h:554: previous declaration of `sys_errlist'
> make[1]: *** [movemail.o] Fout 1

This indicates that the configure script thinks your library doesn't have 
the strerror function.  I'd be surprised if that were true for a 
GNU/Linux system.  The file config.log should show why the test for 
strerror failed.

(IIRC, you posted an identical report to gnu.emacs.help, and I replied 
with almost identical questions there.)

      reply	other threads:[~2002-03-25 11:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-25  7:45 Building Emacs 21.2 - using X-windows (newbie question) Piet Suy
2002-03-25 11:10 ` Eli Zaretskii [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=Pine.SUN.3.91.1020325130612.14639B-100000@is \
    --to=eliz@is.elta.co.il \
    --cc=gnu-emacs-bug@moderators.isc.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).