GNU bug report logs - #30992
27.0.50; Crash when graphics card switches

Previous Next

Package: emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Web.DE>

Date: Thu, 29 Mar 2018 18:30:03 UTC

Severity: minor

Tags: moreinfo

Found in version 27.0.50

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


Message #55 received at 30992 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Richard Stallman <rms <at> gnu.org>
Cc: 30992 <at> debbugs.gnu.org, Peter_Dyballa <at> Web.DE
Subject: Re: bug#30992: Acknowledgement (27.0.50; Crash when graphics card
 switches)
Date: Fri, 13 Apr 2018 19:14:16 +0100
On Wed, Apr 11, 2018 at 11:09:01PM -0400, Richard Stallman wrote:
> 
>   > I don’t think Cocoa works with GCC,
> 
> Could you explain what that means?  What is "Cocoa"
> and what does it mean for it to work, or not work, with GCC?

It’s Apple’s direct equivalent of GNUstep.

When I try to build Emacs with GCC it fails with the message

    configure: WARNING: AppKit/AppKit.h: present but cannot be
    compiled

If I try to compile this:

    #import <Appkit/Appkit.h>
    
    int main() {
      return 1;
    }

I get a massive list of errors using GCC, but clang compiles it
silently. I think it’s because Apple have made a number of
incompatible changes to their implementation of Objective‐C that
haven’t been replicated in GCC.

-- 
Alan Third




This bug report was last modified 7 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.