emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62486: closed ("--without-x" is ignored when "--with-x-toolkit=no")


From: GNU bug Tracking System
Subject: bug#62486: closed ("--without-x" is ignored when "--with-x-toolkit=no")
Date: Mon, 27 Mar 2023 15:58:04 +0000

Your message dated Mon, 27 Mar 2023 15:57:34 +0000
with message-id <728618716bfcd3bce20d@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@gnu.org.)


-- 
62486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62486
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- 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.



--- End Message ---

reply via email to

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