all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
@ 2023-03-27 13:48 c.buhtz
  2023-03-27 15:45 ` bug#62486: Acknowledgement ("--without-x" is ignored when "--with-x-toolkit=no") GNU bug Tracking System
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: c.buhtz @ 2023-03-27 13:48 UTC (permalink / raw)
  To: 62486

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-30  6:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 13:48 bug#62486: "--without-x" is ignored when "--with-x-toolkit=no" c.buhtz
2023-03-27 15:45 ` bug#62486: Acknowledgement ("--without-x" is ignored when "--with-x-toolkit=no") GNU bug Tracking System
2023-03-30  6:22   ` Jean Louis
2023-03-27 15:57 ` bug#62486: "--without-x" is ignored when "--with-x-toolkit=no" Gregory Heytings
2023-03-27 16:00   ` Gregory Heytings
2023-03-27 18:23     ` c.buhtz
2023-03-27 15:58 ` bug#62486: closed (Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no") GNU bug Tracking System

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.