all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 14414@debbugs.gnu.org
Subject: bug#14414: 24.3.50; configure fails to detect xaw3d on Cygwin
Date: Fri, 17 May 2013 20:43:38 +0900	[thread overview]
Message-ID: <b4mmwrtrfv9.fsf@jpl.org> (raw)
In-Reply-To: <b4mbo8atkq2.fsf@jpl.org>

Katsumi Yamaoka wrote:
>> When trying to build Emacs on Cygwin the configure script says:

>> [...]
>> checking sys/inotify.h presence... no
>> checking for sys/inotify.h... no
>> checking for xaw3d... no
>> checking for libXaw... configure: error: Lucid toolkit requires
>> X11/Xaw include files

> This should be due to Cygwin update or something, since it happens
> with the released version of Emacs 24.3, oops.  I'm closing this.
> Sorry for the noise.

I think the cause of this problem is that LIB_CLOCK_GETTIME in
some files[1] aren't substituted by configure, due to Gcc 4.5.3
that Cygwin updated recently.  Here is a part in question in
config.log:

configure:11868: gcc -std=gnu99 -o conftest.exe  -g3 -O2 -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng15 -I/usr/include/pixman-1 -I/usr/include/freetype2   -I/usr/include/p11-kit-1         conftest.c @LIB_CLOCK_GETTIME@ -lgnutls -lnettle -lhogweed -lgmp -lintl -liconv -ltasn1 -lp11-kit -lz   -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgmodule-2.0 -lgobject-2.0 -lffi -lpixman-1 -lfontconfig -lexpat -lfreetype -lbz2 -lpng15 -lm -lz -lxcb-shm -lxcb-render -lXrender -lXext -lglib-2.0 -lintl -liconv -lpcre -lX11 -lxcb -lXau -lXdmcp   -lX11 -lpthread   >&5 
gcc: @LIB_CLOCK_GETTIME@: No such file or directory

[1]
autogen/Makefile.in:LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
lib-src/Makefile.in:LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
lib/Makefile.in:LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
src/Makefile.in:LIB_CLOCK_GETTIME=@LIB_CLOCK_GETTIME@

However, manually replacing those @LIB_CLOCK_GETTIME@ with -lrt
(after running autogen.sh) didn't help.  I'm going to tackle it
again next week.





  reply	other threads:[~2013-05-17 11:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-17  2:15 bug#14414: 24.3.50; configure fails to detect xaw3d on Cygwin Katsumi Yamaoka
2013-05-17  5:49 ` Katsumi Yamaoka
2013-05-17 11:43   ` Katsumi Yamaoka [this message]
2013-05-18 13:02 ` Angelo Graziosi
2013-05-19 23:23   ` Katsumi Yamaoka

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=b4mmwrtrfv9.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=14414@debbugs.gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.