unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Masatake YAMATO <jet@gyve.org>
Cc: emacs-devel@gnu.org
Subject: Re: GTK version checked in.
Date: Mon, 20 Jan 2003 07:56:48 +0900 (JST)	[thread overview]
Message-ID: <20030120.075648.112295700.jet@gyve.org> (raw)
In-Reply-To: <200301192253.h0JMrmDU011470@stubby.bodenonline.com>

> I've checked in the GTK version.
Great work!

./configure --with-x-toolkit=gtk
works fine but

./configure --with-gtk
reports:
[...]
checking for XScreenNumberOfScreen... yes
checking for XSetWMProtocols... yes
checking X11 version 6... 6 or newer
checking X11 version 5... 5 or newer
configure: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=

With using bashdb, I found that the value of USE_X_TOOLKIT is "maybe".
It seems that you expect the value of it is "none".

HAVE_GTK=no
if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
  if test "$USE_X_TOOLKIT" != "none"; then
    { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5
echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
   { (exit 1); exit 1; }; };
  fi
....

Masatake YAMATO

  reply	other threads:[~2003-01-19 22:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-19 21:58 GTK version checked in Jan D.
2003-01-19 22:56 ` Masatake YAMATO [this message]
2003-01-20  5:37   ` Jan D.
2003-01-20  6:06 ` Eli Zaretskii
2003-01-20 19:23   ` Jan D.

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=20030120.075648.112295700.jet@gyve.org \
    --to=jet@gyve.org \
    --cc=emacs-devel@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 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).