emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration o


From: Alan Third
Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat'
Date: Thu, 21 Apr 2022 23:22:08 +0100

On Thu, Apr 21, 2022 at 01:51:03PM -0700, Keith David Bershatsky wrote:
> I kept the combined two most recent changes, and I made the new change, and 
> have the following build output:
> 
>   CC       nsterm.o
> nsterm.m: In function 'ns_query_color':
> nsterm.m:2125: error: 'genericRGBColorSpace' undeclared (first use in this 
> function)
> nsterm.m:2125: error: (Each undeclared identifier is reported only once
> nsterm.m:2125: error: for each function it appears in.)
> make[1]: *** [nsterm.o] Error 1
> make: *** [src] Error 2
> ~/Desktop/emacs $ 

*sigh* OK, I think it should have been:

  [[((NSColor *)col) colorUsingColorSpace:[NSColorSpace genericRGBColorSpace]]
    getRed: &r green: &g blue: &b alpha: &a];

-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]