unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* configure: error: Non-toolkit scroll bars are not implemented for Nextstep.
@ 2021-03-27  5:35 Jeffrey Walton
  2021-03-27 11:03 ` Alan Third
  0 siblings, 1 reply; 3+ messages in thread
From: Jeffrey Walton @ 2021-03-27  5:35 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]

Hi Everyone,

I'm testing Emacs 27.2 on OS X 11.2.3. It's the Apple Silicon aarch64
hardware. It is available at GCC304 on the Compile Farm.

Configure is dying:

checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for Mac OS X 10.6 or newer... yes
configure: error: Non-toolkit scroll bars are not implemented for Nextstep.

I believe I have all the UI stuff disabled, so I should not need
toolbars. I think I am building the equivalent of emacs-nox. Options
include --without-toolkit-scroll-bars:

--without-x --without-sound --without-xpm --without-jpeg
--without-tiff --without-gif --without-png --without-rsvg
--without-imagemagick --without-xft --without-libotf
--without-m17n-flt --without-xaw3d --without-toolkit-scroll-bars
--without-gpm --without-dbus --without-gconf --without-gsettings

Jeff

[-- Attachment #2: emacs-config.log.zip --]
[-- Type: application/zip, Size: 15074 bytes --]

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

* Re: configure: error: Non-toolkit scroll bars are not implemented for Nextstep.
  2021-03-27  5:35 configure: error: Non-toolkit scroll bars are not implemented for Nextstep Jeffrey Walton
@ 2021-03-27 11:03 ` Alan Third
  2021-03-27 17:52   ` Jeffrey Walton
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Third @ 2021-03-27 11:03 UTC (permalink / raw)
  To: Jeffrey Walton; +Cc: Emacs developers

On Sat, Mar 27, 2021 at 01:35:32AM -0400, Jeffrey Walton wrote:
> Hi Everyone,
> 
> I'm testing Emacs 27.2 on OS X 11.2.3. It's the Apple Silicon aarch64
> hardware. It is available at GCC304 on the Compile Farm.
> 
> Configure is dying:
> 
> checking AppKit/AppKit.h usability... yes
> checking AppKit/AppKit.h presence... yes
> checking for AppKit/AppKit.h... yes
> checking for Mac OS X 10.6 or newer... yes
> configure: error: Non-toolkit scroll bars are not implemented for Nextstep.
> 
> I believe I have all the UI stuff disabled, so I should not need
> toolbars. I think I am building the equivalent of emacs-nox. Options
> include --without-toolkit-scroll-bars:
> 
> --without-x --without-sound --without-xpm --without-jpeg
> --without-tiff --without-gif --without-png --without-rsvg
> --without-imagemagick --without-xft --without-libotf
> --without-m17n-flt --without-xaw3d --without-toolkit-scroll-bars
> --without-gpm --without-dbus --without-gconf --without-gsettings

You want --without-ns, not --without-x.

-- 
Alan Third



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

* Re: configure: error: Non-toolkit scroll bars are not implemented for Nextstep.
  2021-03-27 11:03 ` Alan Third
@ 2021-03-27 17:52   ` Jeffrey Walton
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey Walton @ 2021-03-27 17:52 UTC (permalink / raw)
  To: Alan Third, Jeffrey Walton, Emacs developers

On Sat, Mar 27, 2021 at 7:03 AM Alan Third <alan@idiocy.org> wrote:
> ...
> > Configure is dying:
> >
> > checking AppKit/AppKit.h usability... yes
> > checking AppKit/AppKit.h presence... yes
> > checking for AppKit/AppKit.h... yes
> > checking for Mac OS X 10.6 or newer... yes
> > configure: error: Non-toolkit scroll bars are not implemented for Nextstep.
> >
> > I believe I have all the UI stuff disabled, so I should not need
> > toolbars. I think I am building the equivalent of emacs-nox. Options
> > include --without-toolkit-scroll-bars:
> >
> > --without-x --without-sound --without-xpm --without-jpeg
> > --without-tiff --without-gif --without-png --without-rsvg
> > --without-imagemagick --without-xft --without-libotf
> > --without-m17n-flt --without-xaw3d --without-toolkit-scroll-bars
> > --without-gpm --without-dbus --without-gconf --without-gsettings
>
> You want --without-ns, not --without-x.

Thanks Alan.

--without-ns sidestepped the problem.

I also tried --without-all. Setting --without-ns when --without-all is
present might be a good idea.

Jeff



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

end of thread, other threads:[~2021-03-27 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  5:35 configure: error: Non-toolkit scroll bars are not implemented for Nextstep Jeffrey Walton
2021-03-27 11:03 ` Alan Third
2021-03-27 17:52   ` Jeffrey Walton

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).