unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Failure building master [macOS]
@ 2021-11-29 17:12 Angelo Graziosi
  2021-11-29 22:13 ` Alan Third
  0 siblings, 1 reply; 3+ messages in thread
From: Angelo Graziosi @ 2021-11-29 17:12 UTC (permalink / raw)
  To: emacs-devel@gnu.org

Current master (c2c9e7e3cbb485d4240f9c9c44694f310711e4e9) fails to build on macOS:

[...]
CC       nsselect.o
  CC       nsimage.o
nsselect.m:236:36: error: use of undeclared identifier 'NSPNGPboardType'; did you mean 'NSPDFPboardType'?
             @"image/png",         NSPasteboardTypePNG,
                                   ^~~~~~~~~~~~~~~~~~~
                                   NSPDFPboardType
./nsterm.h:1357:29: note: expanded from macro 'NSPasteboardTypePNG'
#define NSPasteboardTypePNG NSPNGPboardType
                            ^
/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:305:32: note: 'NSPDFPboardType' declared here
APPKIT_EXTERN NSPasteboardType NSPDFPboardType;        // Use NSPasteboardTypePDF
                               ^
1 error generated.
make[1]: *** [nsselect.o] Error 1
make[1]: *** Waiting for unfinished jobs....
1 warning generated.
make: *** [src] Error 2
Error: Failure running MAKE

Ciao,
 Angelo.



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

* Re: Failure building master [macOS]
  2021-11-29 17:12 Failure building master [macOS] Angelo Graziosi
@ 2021-11-29 22:13 ` Alan Third
  2021-11-29 22:59   ` Angelo Graziosi
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Third @ 2021-11-29 22:13 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel@gnu.org

On Mon, Nov 29, 2021 at 06:12:08PM +0100, Angelo Graziosi wrote:
> Current master (c2c9e7e3cbb485d4240f9c9c44694f310711e4e9) fails to build on macOS:
> 
> [...]
> CC       nsselect.o
>   CC       nsimage.o
> nsselect.m:236:36: error: use of undeclared identifier 'NSPNGPboardType'; did you mean 'NSPDFPboardType'?
>              @"image/png",         NSPasteboardTypePNG,
>                                    ^~~~~~~~~~~~~~~~~~~
>                                    NSPDFPboardType
> ./nsterm.h:1357:29: note: expanded from macro 'NSPasteboardTypePNG'
> #define NSPasteboardTypePNG NSPNGPboardType
>                             ^
> /System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:305:32: note: 'NSPDFPboardType' declared here
> APPKIT_EXTERN NSPasteboardType NSPDFPboardType;        // Use NSPasteboardTypePDF
>                                ^
> 1 error generated.
> make[1]: *** [nsselect.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> 1 warning generated.
> make: *** [src] Error 2
> Error: Failure running MAKE

Thanks, I think I've fixed this now.
-- 
Alan Third



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

* Re: Failure building master [macOS]
  2021-11-29 22:13 ` Alan Third
@ 2021-11-29 22:59   ` Angelo Graziosi
  0 siblings, 0 replies; 3+ messages in thread
From: Angelo Graziosi @ 2021-11-29 22:59 UTC (permalink / raw)
  To: Alan Third; +Cc: emacs-devel@gnu.org


> Il 29/11/2021 23:13 Alan Third ha scritto:
> 
>  
> On Mon, Nov 29, 2021 at 06:12:08PM +0100, Angelo Graziosi wrote:
> > Current master (c2c9e7e3cbb485d4240f9c9c44694f310711e4e9) fails to build on macOS:
> > 
> > [...]
> > CC       nsselect.o
> >   CC       nsimage.o
> > nsselect.m:236:36: error: use of undeclared identifier 'NSPNGPboardType'; did you mean 'NSPDFPboardType'?
> >              @"image/png",         NSPasteboardTypePNG,
> >                                    ^~~~~~~~~~~~~~~~~~~
> >                                    NSPDFPboardType
> > ./nsterm.h:1357:29: note: expanded from macro 'NSPasteboardTypePNG'
> > #define NSPasteboardTypePNG NSPNGPboardType
> >                             ^
> > /System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:305:32: note: 'NSPDFPboardType' declared here
> > APPKIT_EXTERN NSPasteboardType NSPDFPboardType;        // Use NSPasteboardTypePDF
> >                                ^
> > 1 error generated.
> > make[1]: *** [nsselect.o] Error 1
> > make[1]: *** Waiting for unfinished jobs....
> > 1 warning generated.
> > make: *** [src] Error 2
> > Error: Failure running MAKE
> 
> Thanks, I think I've fixed this now.

Yes, it is. Thanks.



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

end of thread, other threads:[~2021-11-29 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 17:12 Failure building master [macOS] Angelo Graziosi
2021-11-29 22:13 ` Alan Third
2021-11-29 22:59   ` Angelo Graziosi

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