* 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
* bug#62486: Acknowledgement ("--without-x" is ignored when "--with-x-toolkit=no")
2023-03-27 13:48 bug#62486: "--without-x" is ignored when "--with-x-toolkit=no" c.buhtz
@ 2023-03-27 15:45 ` 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 15:58 ` bug#62486: closed (Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no") GNU bug Tracking System
2 siblings, 1 reply; 7+ messages in thread
From: GNU bug Tracking System @ 2023-03-27 15:45 UTC (permalink / raw)
To: Bug gnu emacs
Thank you for filing a new bug report with debbugs.gnu.org.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
bug-gnu-emacs@gnu.org
If you wish to submit further information on this problem, please
send it to 62486@debbugs.gnu.org.
Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.
--
62486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62486
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
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-27 15:57 ` Gregory Heytings
2023-03-27 16:00 ` Gregory Heytings
2023-03-27 15:58 ` bug#62486: closed (Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no") GNU bug Tracking System
2 siblings, 1 reply; 7+ messages in thread
From: Gregory Heytings @ 2023-03-27 15:57 UTC (permalink / raw)
To: 62486-done; +Cc: c.buhtz
>
> 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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#62486: closed (Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no")
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-27 15:57 ` bug#62486: "--without-x" is ignored when "--with-x-toolkit=no" Gregory Heytings
@ 2023-03-27 15:58 ` GNU bug Tracking System
2 siblings, 0 replies; 7+ messages in thread
From: GNU bug Tracking System @ 2023-03-27 15:58 UTC (permalink / raw)
To: Bug gnu emacs
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
Your bug report
#62486: "--without-x" is ignored when "--with-x-toolkit=no"
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62486@debbugs.gnu.org.
--
62486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62486
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
[-- Attachment #2: Type: message/rfc822, Size: 2871 bytes --]
From: Gregory Heytings <gregory@heytings.org>
To: 62486-done@debbugs.gnu.org
Cc: c.buhtz@posteo.jp
Subject: Re: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
Date: Mon, 27 Mar 2023 15:57:34 +0000
Message-ID: <728618716bfcd3bce20d@heytings.org>
>
> 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.
[-- Attachment #3: Type: message/rfc822, Size: 4259 bytes --]
From: c.buhtz@posteo.jp
To: Bug gnu emacs <bug-gnu-emacs@gnu.org>
Subject: "--without-x" is ignored when "--with-x-toolkit=no"
Date: Mon, 27 Mar 2023 13:48:12 +0000
Message-ID: <75f2e3e989603a18dbf5a1473549643a@posteo.de>
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
* bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
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
0 siblings, 1 reply; 7+ messages in thread
From: Gregory Heytings @ 2023-03-27 16:00 UTC (permalink / raw)
To: 62486-done; +Cc: c.buhtz
>> 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.
>
By the way, please consider asking questions on help-gnu-emacs@gnu.org
before filing bug reports.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
2023-03-27 16:00 ` Gregory Heytings
@ 2023-03-27 18:23 ` c.buhtz
0 siblings, 0 replies; 7+ messages in thread
From: c.buhtz @ 2023-03-27 18:23 UTC (permalink / raw)
To: 62486
Am 27.03.2023 18:00 schrieb Gregory Heytings:
> By the way, please consider asking questions on help-gnu-emacs@gnu.org
> before filing bug reports.
It wasn't a question but a bug report about potential to improve
documentation.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#62486: Acknowledgement ("--without-x" is ignored when "--with-x-toolkit=no")
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
0 siblings, 0 replies; 7+ messages in thread
From: Jean Louis @ 2023-03-30 6:22 UTC (permalink / raw)
To: 62486
* GNU bug Tracking System <help-debbugs@gnu.org> [2023-03-27 19:06]:
> Thank you for filing a new bug report with debbugs.gnu.org.
> 62486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62486
All of these bugs:
https://debbugs.gnu.org/cgi/pkgreport.cgi?submitter=bug-gnu-emacs%40gnu.org
I have received like it was me who filed them.
That is strange. Maybe there is some mail filter rule, or maybe
somebody used my e-mail address in some way so that I get those
reports like I filed them.
Something is anyway wrong, as on the page it says:
bugs submitted by bug-gnu-emacs <at> gnu.org
But I do not believe that e-mail address belongs to submitter.
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
^ 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 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).