GNU bug report logs - #62486
"--without-x" is ignored when "--with-x-toolkit=no"

Previous Next

Package: emacs;

Reported by: Bug gnu emacs <bug-gnu-emacs <at> gnu.org>

Date: Mon, 27 Mar 2023 15:45:05 UTC

Severity: normal

Done: Gregory Heytings <gregory <at> heytings.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Gregory Heytings <gregory <at> heytings.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62486: closed ("--without-x" is ignored when "--with-x-toolkit=no")
Date: Mon, 27 Mar 2023 15:58:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Mar 2023 15:57:34 +0000
with message-id <728618716bfcd3bce20d <at> heytings.org>
and subject line Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
has caused the debbugs.gnu.org bug report #62486,
regarding "--without-x" is ignored when "--with-x-toolkit=no"
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62486
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: c.buhtz <at> posteo.jp
To: Bug gnu emacs <bug-gnu-emacs <at> gnu.org>
Subject: "--without-x" is ignored when "--with-x-toolkit=no"
Date: Mon, 27 Mar 2023 13:48:12 +0000
This is about building Emacs29.

I did someting like this

    make configure="--with-x-toolkit=no"

You see the "no"? No matter of that the configure output tells me it is 
build with X support.

I tried

    make configure="--with-x-toolkit=no --without-x"

Again X11 support enabled.

Then this is the only thing that works.

    make configure="--without-x"

No X11 support.

Not sure what happend here. Something interfered.

It is not well described in the docs how this switches work. I looked 
into INSTALL, INSTALL.REPO and ./configure --help


[Message part 3 (message/rfc822, inline)]
From: Gregory Heytings <gregory <at> heytings.org>
To: 62486-done <at> debbugs.gnu.org
Cc: c.buhtz <at> posteo.jp
Subject: Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
Date: Mon, 27 Mar 2023 15:57:34 +0000
>
> make configure="--with-x-toolkit=no"
>
> You see the "no"? No matter of that the configure output tells me it is 
> build with X support.
>

That's a bit counter-intuitive, indeed, but building Emacs with 
"--with-x-toolkit=no" means that you ask a "no toolkit" built, in which 
Emacs does not depend on an external toolkit (GTK or Lucid) to draw its 
menu, toolbar and scrollbars.  That's different from a toolkit "without 
X".

This is not a bug.  Closing.



This bug report was last modified 2 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.