all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Caldwell <david@porkrind.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: 15388@debbugs.gnu.org
Subject: bug#15388: 24.3.50; OSX fullscreen mode and tool-bar-mode
Date: Mon, 07 Oct 2013 11:12:41 -0700	[thread overview]
Message-ID: <5252F999.3000602@porkrind.org> (raw)
In-Reply-To: <m1six6o6kl.fsf@bernds-mac-mini.fritz.box>

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

> Hello.
> 
> There is indeed something strange with 10.7.  I've checked in some changes, please try them.
> 
> Thanks.
> 
> 	Jan D.

These changes cause problems for OS X versions less than 10.7:

gcc -mmacosx-version-min=10.5  -std=gnu99 -c  -Demacs  -I.
-I/Users/david/src/emacs-dev/emacs-bzr/build-2013-10-07/src -I../lib
-I/Users/david/src/emacs-dev/emacs-bzr/build-2013-10-07/src/../lib
  -I/usr/include/libxml2          -MMD -MF deps/nsterm.d -MP     -g3 -O2
  nsterm.m
nsterm.m: In function '-[EmacsView windowDidEnterFullScreen:]':
nsterm.m:6141: error: 'NSApplicationPresentationFullScreen' undeclared
(first use in this function)
nsterm.m:6141: error: (Each undeclared identifier is reported only once
nsterm.m:6141: error: for each function it appears in.)
nsterm.m:6142: error: 'NSApplicationPresentationAutoHideToolbar'
undeclared (first use in this function)
nsterm.m: In function '-[EmacsView windowDidExitFullScreen:]':
nsterm.m:6162: warning: 'EmacsView' may not respond to
'-updateCollectionBehaviour'
nsterm.m:6162: warning: (Messages without a matching method signature
nsterm.m:6162: warning: will be assumed to return 'id' and accept
nsterm.m:6162: warning: '...' as arguments.)
nsterm.m: In function '-[EmacsView toggleFullScreen:]':
nsterm.m:6223: warning: 'NSWindow' may not respond to '-toggleFullScreen:'
make[1]: *** [nsterm.o] Error 1
make: *** [src] Error 2


It should probably be wrapped with something like this (untested):

  #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7

-David



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4219 bytes --]

  parent reply	other threads:[~2013-10-07 18:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-15  8:03 bug#15388: 24.3.50; OSX fullscreen mode and tool-bar-mode Bernd Rellermeyer
2013-09-16  8:08 ` Jan Djärv
     [not found]   ` <3855EF96-4069-4EE1-B469-F41EE8D84FB3@arcor.de>
2013-09-24  5:32     ` Jan Djärv
2013-10-06 15:54       ` Jan Djärv
2013-10-08 11:36         ` Bernd Rellermeyer
2013-10-08 17:35           ` Jan Djärv
2013-10-07 18:12 ` David Caldwell [this message]
2013-10-07 20:01   ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5252F999.3000602@porkrind.org \
    --to=david@porkrind.org \
    --cc=15388@debbugs.gnu.org \
    --cc=jan.h.d@swipnet.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.