emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GTK version checked in.


From: Masatake YAMATO
Subject: Re: GTK version checked in.
Date: Mon, 20 Jan 2003 07:56:48 +0900 (JST)

> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]