On Sat, Apr 23, 2022 at 05:08:28PM -0700, Keith David Bershatsky wrote: > Here is the build output using the latest patch "v5-0001..." > > CC nsterm.o > nsterm.m: In function 'ns_parent_window_rect': > nsterm.m:761: warning: 'NSWindow' may not respond to '-convertRectToScreen:' > nsterm.m:761: warning: (Messages without a matching method signature > nsterm.m:761: warning: will be assumed to return 'id' and accept > nsterm.m:761: warning: '...' as arguments.) > nsterm.m:761: error: conversion to non-scalar type requested > nsterm.m: In function 'ns_frame_scale_factor': > nsterm.m:805: warning: 'NSWindow' may not respond to '-backingScaleFactor' > nsterm.m:805: error: pointer value used where a floating point value was expected > nsterm.m: In function '-[EmacsWindow initWithEmacsFrame:fullscreen:screen:]': > nsterm.m:8472: warning: 'EmacsWindow' may not respond to '-setTabbingMode:' > nsterm.m: In function '-[EmacsWindow setParentChildRelationships]': > nsterm.m:8545: warning: 'EmacsWindow' may not respond to '-setAccessibilitySubrole:' > nsterm.m:8547: warning: 'EmacsWindow' may not respond to '-setAccessibilitySubrole:' > make[1]: *** [nsterm.o] Error 1 > make: *** [src] Error 2 > ~/Desktop/emacs $ *sigh* I thought that would work, but you live and learn. This one should work. I hope. :) -- Alan Third