Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen) |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Very interesting! Can you also test this binary: Sorry for the inconvenience! If this works too, I think the problem is in the CMakeList.txt of the base directory or the CMakeList.txt of the src directory. Then we should gradually reduce the differences between Hatari and Previous regarding these files. One thing I noticed is that compiling Hatari gives me lots of warnings (appended). But they seem to be only deprecation warnings. Anyway maybe disabling macOS GUI is worth a try. Another thing I noticed is that the Hatari application bundle does not contain the _CodeSignature folder even I did sign it the same way as Previous. |
andreasg:hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2 andi$ cmake . -- The C compiler identification is AppleClang 15.0.0.15000040 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Performing Test ASAN_AVAILABLE -- Performing Test ASAN_AVAILABLE - Failed -- Found Math: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/libm.tbd -- Found Readline: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/libreadline.tbd -- Looking for rl_filename_completion_function -- Looking for rl_filename_completion_function - found -- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.3.#define ZLIB_VERSION "1.3"") -- Found PNG: /Library/Frameworks/png.framework (found version "1.6.40") -- Could NOT find PortMidi (missing: PORTMIDI_LIBRARY PORTMIDI_INCLUDE_DIR) -- Could NOT find CapsImage (missing: CAPSIMAGE_LIBRARY CAPSIMAGE_INCLUDE_DIR) -- Could NOT find Udev (missing: UDEV_LIBRARY UDEV_INCLUDE_DIR) -- Could NOT find Capstone (missing: CAPSTONE_LIBRARY CAPSTONE_INCLUDE_DIR) -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off_t -- Check size of off_t - done -- Looking for include file byteswap.h -- Looking for include file byteswap.h - not found -- Looking for include file termios.h -- Looking for include file termios.h - found -- Looking for include file sys/ioctl.h -- Looking for include file sys/ioctl.h - found -- Looking for include file strings.h -- Looking for include file strings.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file sys/times.h -- Looking for include file sys/times.h - found -- Looking for include file utime.h -- Looking for include file utime.h - found -- Looking for include file sys/utime.h -- Looking for include file sys/utime.h - not found -- Looking for include files sys/socket.h, sys/un.h -- Looking for include files sys/socket.h, sys/un.h - found -- Looking for bswap_16 -- Looking for bswap_16 - not found -- Looking for bswap_32 -- Looking for bswap_32 - not found -- Looking for cfmakeraw -- Looking for cfmakeraw - found -- Looking for tcsetattr -- Looking for tcsetattr - found -- Looking for setenv -- Looking for setenv - found -- Looking for select -- Looking for select - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for nanosleep -- Looking for nanosleep - found -- Looking for alphasort -- Looking for alphasort - found -- Looking for scandir -- Looking for scandir - found -- Looking for statvfs -- Looking for statvfs - found -- Looking for fseeko -- Looking for fseeko - found -- Looking for ftello -- Looking for ftello - found -- Looking for flock -- Looking for flock - found -- Performing Test HAVE_DIRENT_D_TYPE -- Performing Test HAVE_DIRENT_D_TYPE - Success -- Performing Test WARN_FALLTRHOUGH_AVAILABLE -- Performing Test WARN_FALLTRHOUGH_AVAILABLE - Failed -- Performing Test WARN_SHADOW_LOCAL_AVAILABLE -- Performing Test WARN_SHADOW_LOCAL_AVAILABLE - Failed -- Performing Test HAS_WUNUSED_BUT_SET_VAR -- Performing Test HAS_WUNUSED_BUT_SET_VAR - Success -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Libraries summary : ------------------- - sdl : using SDL2 2.28.5 - readline : found, enables history/completion in the debugger - zlib : found, allows to use zip/gz files directly - png : found, allows to compress screenshot/avi files using png - portmidi : not found, install it for MIDI support on Windows / OSX - capsimage : v5 not found, install it to use .IPF, .RAW and .CTR disk images - python Gtk: not found, install it to enable the python-ui - capstone : not found, install it to use extend disassembly options - LFS : Large File Support is available (size of off_t = 8), AVI recording and HD image files can be bigger than 2 GB -- Configuring done -- Generating done -- Build files have been written to: /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2 andreasg:hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2 andi$ make [ 0%] Building C object src/CMakeFiles/Floppy.dir/createBlankImage.c.o [ 1%] Building C object src/CMakeFiles/Floppy.dir/dim.c.o [ 1%] Building C object src/CMakeFiles/Floppy.dir/msa.c.o [ 2%] Building C object src/CMakeFiles/Floppy.dir/st.c.o [ 2%] Building C object src/CMakeFiles/Floppy.dir/zip.c.o [ 3%] Linking C static library libFloppy.a [ 3%] Built target Floppy [ 3%] Building C object src/cpu/CMakeFiles/build68k.dir/build68k.c.o [ 3%] Building C object src/cpu/CMakeFiles/build68k.dir/writelog.c.o [ 4%] Linking C executable build68k [ 4%] Built target build68k [ 4%] Generating cpudefs.c [ 5%] Building C object src/cpu/CMakeFiles/gencpu.dir/gencpu.c.o /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/cpu/gencpu.c:2860:27: warning: variable 'ws' set but not used [-Wunused-but-set-variable] int h = 0, t = 0, c = 0, ws = 0; ^ 1 warning generated. [ 5%] Building C object src/cpu/CMakeFiles/gencpu.dir/readcpu.c.o [ 6%] Building C object src/cpu/CMakeFiles/gencpu.dir/cpudefs.c.o [ 6%] Linking C executable gencpu [ 6%] Built target gencpu [ 7%] Generating cpustbl.c, cpuemu_0.c, cpuemu_11.c, cpuemu_13.c, cpuemu_20.c, cpuemu_21.c, cpuemu_22.c, cpuemu_23.c, cpuemu_24.c, cpuemu_31.c, cpuemu_32.c, cpuemu_33.c, cpuemu_34.c, cpuemu_35.c, cpuemu_40.c, cpuemu_50.c [ 8%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpustbl.c.o [ 8%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_0.c.o [ 9%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_11.c.o [ 9%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_13.c.o [ 10%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_20.c.o [ 10%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_21.c.o [ 11%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_22.c.o [ 11%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_23.c.o [ 12%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_24.c.o [ 12%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_31.c.o [ 13%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_32.c.o [ 13%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_33.c.o [ 14%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_34.c.o [ 14%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_35.c.o [ 15%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_40.c.o [ 15%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpuemu_50.c.o [ 16%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpudefs.c.o [ 16%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpummu.c.o [ 17%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpummu030.c.o [ 17%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/debug.c.o [ 18%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/disasm.c.o [ 18%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/newcpu_common.c.o [ 19%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/newcpu.c.o [ 19%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/readcpu.c.o [ 20%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/writelog.c.o [ 20%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/fpp.c.o [ 21%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/fpp_native.c.o [ 21%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/fpp_softfloat.c.o [ 22%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/softfloat/softfloat.c.o [ 22%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/softfloat/softfloat_decimal.c.o [ 23%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/softfloat/softfloat_fpsp.c.o [ 23%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/machdep/m68k.c.o [ 24%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/custom.c.o [ 24%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/events.c.o [ 25%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/memory.c.o [ 25%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/hatari-glue.c.o [ 26%] Linking C static library libUaeCpu.a [ 26%] Built target UaeCpu [ 26%] Built target osx_bundle_dirs [ 26%] Building C object src/debug/CMakeFiles/Debug.dir/log.c.o [ 26%] Building C object src/debug/CMakeFiles/Debug.dir/debugui.c.o [ 27%] Building C object src/debug/CMakeFiles/Debug.dir/breakcond.c.o [ 27%] Building C object src/debug/CMakeFiles/Debug.dir/debugcpu.c.o [ 28%] Building C object src/debug/CMakeFiles/Debug.dir/debugInfo.c.o [ 28%] Building C object src/debug/CMakeFiles/Debug.dir/debugdsp.c.o [ 29%] Building C object src/debug/CMakeFiles/Debug.dir/evaluate.c.o [ 29%] Building C object src/debug/CMakeFiles/Debug.dir/history.c.o [ 30%] Building C object src/debug/CMakeFiles/Debug.dir/symbols.c.o [ 30%] Building C object src/debug/CMakeFiles/Debug.dir/vars.c.o [ 31%] Building C object src/debug/CMakeFiles/Debug.dir/profile.c.o [ 31%] Building C object src/debug/CMakeFiles/Debug.dir/profilecpu.c.o [ 32%] Building C object src/debug/CMakeFiles/Debug.dir/profiledsp.c.o [ 32%] Building C object src/debug/CMakeFiles/Debug.dir/natfeats.c.o [ 33%] Building C object src/debug/CMakeFiles/Debug.dir/console.c.o [ 33%] Building C object src/debug/CMakeFiles/Debug.dir/68kDisass.c.o [ 34%] Linking C static library libDebug.a [ 34%] Built target Debug [ 35%] Building C object src/falcon/CMakeFiles/Falcon.dir/crossbar.c.o [ 35%] Building C object src/falcon/CMakeFiles/Falcon.dir/microphone.c.o [ 36%] Building C object src/falcon/CMakeFiles/Falcon.dir/nvram.c.o [ 36%] Building C object src/falcon/CMakeFiles/Falcon.dir/videl.c.o [ 37%] Building C object src/falcon/CMakeFiles/Falcon.dir/dsp.c.o [ 37%] Building C object src/falcon/CMakeFiles/Falcon.dir/dsp_core.c.o [ 38%] Building C object src/falcon/CMakeFiles/Falcon.dir/dsp_cpu.c.o [ 38%] Building C object src/falcon/CMakeFiles/Falcon.dir/dsp_disasm.c.o [ 39%] Linking C static library libFalcon.a [ 39%] Built target Falcon [ 39%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgAbout.c.o [ 40%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgAlert.c.o [ 40%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgCpu.c.o [ 41%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgDevice.c.o [ 41%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgFileSelect.c.o [ 42%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgFloppy.c.o [ 42%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgHalt.c.o [ 43%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgHardDisk.c.o [ 43%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgJoystick.c.o [ 44%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgKeyboard.c.o [ 44%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgMain.c.o [ 45%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgMemory.c.o [ 45%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgNewDisk.c.o [ 46%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgRom.c.o [ 46%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgScreen.c.o [ 47%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgSound.c.o [ 47%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/dlgSystem.c.o [ 48%] Building C object src/gui-sdl/CMakeFiles/GuiSdl.dir/sdlgui.c.o [ 48%] Linking C static library libGuiSdl.a [ 48%] Built target GuiSdl [ 49%] Building C object src/CMakeFiles/hatari.dir/acia.c.o [ 49%] Building C object src/CMakeFiles/hatari.dir/audio.c.o [ 50%] Building C object src/CMakeFiles/hatari.dir/avi_record.c.o [ 50%] Building C object src/CMakeFiles/hatari.dir/bios.c.o [ 51%] Building C object src/CMakeFiles/hatari.dir/blitter.c.o [ 51%] Building C object src/CMakeFiles/hatari.dir/cart.c.o [ 52%] Building C object src/CMakeFiles/hatari.dir/cfgopts.c.o [ 52%] Building C object src/CMakeFiles/hatari.dir/clocks_timings.c.o [ 53%] Building C object src/CMakeFiles/hatari.dir/configuration.c.o [ 53%] Building C object src/CMakeFiles/hatari.dir/options.c.o [ 54%] Building C object src/CMakeFiles/hatari.dir/change.c.o [ 54%] Building C object src/CMakeFiles/hatari.dir/control.c.o [ 55%] Building C object src/CMakeFiles/hatari.dir/cycInt.c.o [ 55%] Building C object src/CMakeFiles/hatari.dir/cycles.c.o [ 56%] Building C object src/CMakeFiles/hatari.dir/dialog.c.o [ 56%] Building C object src/CMakeFiles/hatari.dir/dmaSnd.c.o [ 57%] Building C object src/CMakeFiles/hatari.dir/fdc.c.o [ 57%] Building C object src/CMakeFiles/hatari.dir/file.c.o [ 58%] Building C object src/CMakeFiles/hatari.dir/floppy.c.o [ 58%] Building C object src/CMakeFiles/hatari.dir/floppy_ipf.c.o [ 59%] Building C object src/CMakeFiles/hatari.dir/floppy_stx.c.o [ 59%] Building C object src/CMakeFiles/hatari.dir/gemdos.c.o [ 60%] Building C object src/CMakeFiles/hatari.dir/hdc.c.o [ 60%] Building C object src/CMakeFiles/hatari.dir/ide.c.o [ 61%] Building C object src/CMakeFiles/hatari.dir/ikbd.c.o [ 61%] Building C object src/CMakeFiles/hatari.dir/ioMem.c.o [ 62%] Building C object src/CMakeFiles/hatari.dir/ioMemTabST.c.o [ 62%] Building C object src/CMakeFiles/hatari.dir/ioMemTabSTE.c.o [ 63%] Building C object src/CMakeFiles/hatari.dir/ioMemTabTT.c.o [ 63%] Building C object src/CMakeFiles/hatari.dir/ioMemTabFalcon.c.o [ 64%] Building C object src/CMakeFiles/hatari.dir/joy.c.o [ 64%] Building C object src/CMakeFiles/hatari.dir/keymap.c.o [ 65%] Building C object src/CMakeFiles/hatari.dir/m68000.c.o [ 65%] Building C object src/CMakeFiles/hatari.dir/main.c.o [ 66%] Building C object src/CMakeFiles/hatari.dir/midi.c.o [ 66%] Building C object src/CMakeFiles/hatari.dir/memorySnapShot.c.o [ 67%] Building C object src/CMakeFiles/hatari.dir/mfp.c.o [ 67%] Building C object src/CMakeFiles/hatari.dir/nf_scsidrv.c.o [ 68%] Building C object src/CMakeFiles/hatari.dir/ncr5380.c.o [ 68%] Building C object src/CMakeFiles/hatari.dir/paths.c.o [ 69%] Building C object src/CMakeFiles/hatari.dir/psg.c.o [ 69%] Building C object src/CMakeFiles/hatari.dir/printer.c.o [ 70%] Building C object src/CMakeFiles/hatari.dir/resolution.c.o [ 70%] Building C object src/CMakeFiles/hatari.dir/rs232.c.o [ 71%] Building C object src/CMakeFiles/hatari.dir/reset.c.o [ 71%] Building C object src/CMakeFiles/hatari.dir/rtc.c.o [ 72%] Building C object src/CMakeFiles/hatari.dir/scandir.c.o [ 72%] Building C object src/CMakeFiles/hatari.dir/scc.c.o [ 73%] Building C object src/CMakeFiles/hatari.dir/stMemory.c.o [ 73%] Building C object src/CMakeFiles/hatari.dir/screen.c.o [ 74%] Building C object src/CMakeFiles/hatari.dir/screenConvert.c.o [ 74%] Building C object src/CMakeFiles/hatari.dir/screenSnapShot.c.o [ 75%] Building C object src/CMakeFiles/hatari.dir/shortcut.c.o [ 75%] Building C object src/CMakeFiles/hatari.dir/sound.c.o [ 76%] Building C object src/CMakeFiles/hatari.dir/spec512.c.o [ 76%] Building C object src/CMakeFiles/hatari.dir/statusbar.c.o [ 77%] Building C object src/CMakeFiles/hatari.dir/str.c.o [ 77%] Building C object src/CMakeFiles/hatari.dir/tos.c.o [ 78%] Building C object src/CMakeFiles/hatari.dir/utils.c.o [ 78%] Building C object src/CMakeFiles/hatari.dir/vdi.c.o [ 79%] Building C object src/CMakeFiles/hatari.dir/vme.c.o [ 79%] Building C object src/CMakeFiles/hatari.dir/inffile.c.o [ 80%] Building C object src/CMakeFiles/hatari.dir/video.c.o [ 80%] Building C object src/CMakeFiles/hatari.dir/wavFormat.c.o [ 81%] Building C object src/CMakeFiles/hatari.dir/xbios.c.o [ 81%] Building C object src/CMakeFiles/hatari.dir/ymFormat.c.o [ 82%] Building C object src/CMakeFiles/hatari.dir/lilo.c.o [ 82%] Building C object src/CMakeFiles/hatari.dir/unzip.c.o [ 83%] Building C object src/CMakeFiles/hatari.dir/gui-osx/AlertHooks.m.o /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/AlertHooks.m:34:27: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] return ([NSApp myAlerte:NSInformationalAlertStyle Txt:nil firstB:localize(@"Ok") alternateB:localize(@"Cancel") ^~~~~~~~~~~~~~~~~~~~~~~~~ NSAlertStyleInformational /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:191:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macos(10.3,10.12)) = NSAlertStyleInformational; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/AlertHooks.m:39:27: warning: 'NSCriticalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] return ([NSApp myAlerte:NSCriticalAlertStyle Txt:nil firstB:localize(@"Ok") alternateB:nil otherB:nil ^~~~~~~~~~~~~~~~~~~~ NSAlertStyleCritical /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:192:27: note: 'NSCriticalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSCriticalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleCritical", macos(10.3,10.12)) = NSAlertStyleCritical; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/AlertHooks.m:53:24: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] ret= [NSApp myAlerte:NSInformationalAlertStyle Txt:nil firstB:localize(@"Ok") alternateB:localize(@"Cancel") ^~~~~~~~~~~~~~~~~~~~~~~~~ NSAlertStyleInformational /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:191:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macos(10.3,10.12)) = NSAlertStyleInformational; ^ 3 warnings generated. [ 83%] Building C object src/CMakeFiles/hatari.dir/gui-osx/PrefsController.m.o /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:447:11: warning: 'allowedFileTypes' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] opnPanel.allowedFileTypes = @[@"cfg"] ; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:221:49: note: 'allowedFileTypes' has been explicitly marked deprecated here @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:488:11: warning: 'allowedFileTypes' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] savPanel.allowedFileTypes = @[@"cfg"] ; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:221:49: note: 'allowedFileTypes' has been explicitly marked deprecated here @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:722:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableDriveA, ConfigureParams.DiskImage.EnableDriveA); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:722:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableDriveA, ConfigureParams.DiskImage.EnableDriveA); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:724:34: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [driveA_NumberOfHeads setState:NSOffState]; ^~~~~~~~~~ NSControlStateValueOff /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:726:34: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [driveA_NumberOfHeads setState:NSOnState]; ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:730:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableDriveB,ConfigureParams.DiskImage.EnableDriveB); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:730:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableDriveB,ConfigureParams.DiskImage.EnableDriveB); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:732:34: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [driveB_NumberOfHeads setState:NSOffState]; ^~~~~~~~~~ NSControlStateValueOff /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:734:34: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [driveB_NumberOfHeads setState:NSOnState]; ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:746:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(autoInsertB, ConfigureParams.DiskImage.bAutoInsertDiskB); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:746:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(autoInsertB, ConfigureParams.DiskImage.bAutoInsertDiskB); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:747:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(blitter, ConfigureParams.System.bBlitter); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:747:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(blitter, ConfigureParams.System.bBlitter); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:748:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(bootFromHD, ConfigureParams.HardDisk.bBootFromHardDisk); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:748:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(bootFromHD, ConfigureParams.HardDisk.bBootFromHardDisk); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:750:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(bFilenameConversion, ConfigureParams.HardDisk.bFilenameConversion); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:750:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(bFilenameConversion, ConfigureParams.HardDisk.bFilenameConversion); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:752:26: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [nGemdosDrive setState:NSOnState]; ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:754:26: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [nGemdosDrive setState:NSOffState]; ^~~~~~~~~~ NSControlStateValueOff /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:756:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(nGemdosDrive, ConfigureParams.HardDisk.nGemdosDrive); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:756:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(nGemdosDrive, ConfigureParams.HardDisk.nGemdosDrive); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:757:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(captureOnChange, ConfigureParams.Screen.bCrop); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:757:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(captureOnChange, ConfigureParams.Screen.bCrop); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:759:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(compatibleCpu, ConfigureParams.System.bCompatibleCpu); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:759:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(compatibleCpu, ConfigureParams.System.bCompatibleCpu); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:762:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableMidi, ConfigureParams.Midi.bEnableMidi); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:762:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableMidi, ConfigureParams.Midi.bEnableMidi); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:763:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enablePrinter, ConfigureParams.Printer.bEnablePrinting); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:763:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enablePrinter, ConfigureParams.Printer.bEnablePrinting); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:764:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableRS232, ConfigureParams.RS232.bEnableRS232); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:764:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableRS232, ConfigureParams.RS232.bEnableRS232); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:765:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableSound, ConfigureParams.Sound.bEnableSound); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:765:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableSound, ConfigureParams.Sound.bEnableSound); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:770:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(patchTimerD, ConfigureParams.System.bPatchTimerD); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:770:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(patchTimerD, ConfigureParams.System.bPatchTimerD); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:772:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(fastFDC, ConfigureParams.DiskImage.FastFloppy); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:772:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(fastFDC, ConfigureParams.DiskImage.FastFloppy); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:773:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(useBorders, ConfigureParams.Screen.bAllowOverscan); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:773:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(useBorders, ConfigureParams.Screen.bAllowOverscan); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:774:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(useVDIResolution, ConfigureParams.Screen.bUseExtVdiResolutions); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:774:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(useVDIResolution, ConfigureParams.Screen.bUseExtVdiResolutions); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:778:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(showStatusBar, ConfigureParams.Screen.bShowStatusbar); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:778:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(showStatusBar, ConfigureParams.Screen.bShowStatusbar); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:782:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(falconTTRatio, ConfigureParams.Screen.bAspectCorrect); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:782:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(falconTTRatio, ConfigureParams.Screen.bAspectCorrect); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:783:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(fullScreen, ConfigureParams.Screen.bFullScreen); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:783:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(fullScreen, ConfigureParams.Screen.bFullScreen); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:784:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(ledDisks, ConfigureParams.Screen.bShowDriveLed); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:784:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(ledDisks, ConfigureParams.Screen.bShowDriveLed); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:785:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(keepDesktopResolution, ConfigureParams.Screen.bKeepResolution); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:785:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(keepDesktopResolution, ConfigureParams.Screen.bKeepResolution); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:788:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(FastBootPatch,ConfigureParams.System.bFastBoot); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:788:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(FastBootPatch,ConfigureParams.System.bFastBoot); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:791:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(SDL2UseGpuScaling, ConfigureParams.Screen.bUseSdlRenderer); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:791:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(SDL2UseGpuScaling, ConfigureParams.Screen.bUseSdlRenderer); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:792:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(SDL2Resizable, ConfigureParams.Screen.bResizable); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:792:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(SDL2Resizable, ConfigureParams.Screen.bResizable); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:793:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(SDL2UseVSync, ConfigureParams.Screen.bUseVsync); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:793:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(SDL2UseVSync, ConfigureParams.Screen.bUseVsync); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:817:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(cycleExactCPU, ConfigureParams.System.bCycleExactCpu); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:817:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(cycleExactCPU, ConfigureParams.System.bCycleExactCpu); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:818:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(MMU_Emulation, ConfigureParams.System.bMMU); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:818:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(MMU_Emulation, ConfigureParams.System.bMMU); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:819:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(adressSpace24, ConfigureParams.System.bAddressSpace24); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:819:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(adressSpace24, ConfigureParams.System.bAddressSpace24); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:921:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(useVDIResolution, bUsingVDI); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:927:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableSound, bSoundEnabled); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:964:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableAutoFire, ConfigureParams.Joysticks.Joy[nCurrentJoystick].bEnableAutoFire); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:74: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:964:2: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] IMPORT_SWITCH(enableAutoFire, ConfigureParams.Joysticks.Joy[nCurrentJoystick].bEnableAutoFire); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:50:86: note: expanded from macro 'IMPORT_SWITCH' #define IMPORT_SWITCH(nsbutton, source) [(nsbutton) setState:((source))? NSOnState : NSOffState] ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:980:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableAutoFire, ConfigureParams.Joysticks.Joy[nCurrentJoystick].bEnableAutoFire); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1002:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableDriveA, ConfigureParams.DiskImage.EnableDriveA); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1003:35: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] if([driveA_NumberOfHeads state]==NSOnState) ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1009:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableDriveB,ConfigureParams.DiskImage.EnableDriveB); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1010:35: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] if([driveB_NumberOfHeads state]==NSOnState) ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1015:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(autoInsertB, ConfigureParams.DiskImage.bAutoInsertDiskB); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1016:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(blitter, ConfigureParams.System.bBlitter); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1017:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(bootFromHD, ConfigureParams.HardDisk.bBootFromHardDisk); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1019:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(bFilenameConversion, ConfigureParams.HardDisk.bFilenameConversion); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1021:28: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] if ([nGemdosDrive state]==NSOnState) ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1026:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(captureOnChange, ConfigureParams.Screen.bCrop); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1028:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(compatibleCpu, ConfigureParams.System.bCompatibleCpu); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1031:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableMidi, ConfigureParams.Midi.bEnableMidi); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1032:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enablePrinter, ConfigureParams.Printer.bEnablePrinting); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1033:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableRS232, ConfigureParams.RS232.bEnableRS232); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1034:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(enableSound, ConfigureParams.Sound.bEnableSound); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1039:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(patchTimerD, ConfigureParams.System.bPatchTimerD); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1041:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(fastFDC, ConfigureParams.DiskImage.FastFloppy); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1042:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(useBorders, ConfigureParams.Screen.bAllowOverscan); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1043:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(useVDIResolution, ConfigureParams.Screen.bUseExtVdiResolutions); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1047:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(showStatusBar,ConfigureParams.Screen.bShowStatusbar); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1050:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(falconTTRatio, ConfigureParams.Screen.bAspectCorrect); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1051:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(fullScreen, ConfigureParams.Screen.bFullScreen); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1052:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(ledDisks, ConfigureParams.Screen.bShowDriveLed); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1053:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(keepDesktopResolution, ConfigureParams.Screen.bKeepResolution); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1056:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(FastBootPatch,ConfigureParams.System.bFastBoot); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1059:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(SDL2UseGpuScaling, ConfigureParams.Screen.bUseSdlRenderer); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1060:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(SDL2Resizable, ConfigureParams.Screen.bResizable); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1061:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(SDL2UseVSync, ConfigureParams.Screen.bUseVsync); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1080:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(cycleExactCPU, ConfigureParams.System.bCycleExactCpu); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1081:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(MMU_Emulation, ConfigureParams.System.bMMU); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:1082:2: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] EXPORT_SWITCH(adressSpace24, ConfigureParams.System.bAddressSpace24); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/PrefsController.m:42:73: note: expanded from macro 'EXPORT_SWITCH' #define EXPORT_SWITCH(nsbutton, target) target = ([(nsbutton) state] == NSOnState) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ 102 warnings generated. [ 84%] Building C object src/CMakeFiles/hatari.dir/gui-osx/Shared.m.o /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/Shared.m:147:14: warning: 'allowedFileTypes' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] { savPanel.allowedFileTypes = types ; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:221:49: note: 'allowedFileTypes' has been explicitly marked deprecated here @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ 1 warning generated. [ 84%] Building C object src/CMakeFiles/hatari.dir/gui-osx/CreateFloppyController.m.o /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/CreateFloppyController.m:47:28: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] { ret = [NSApp myAlerte:NSInformationalAlertStyle Txt:nil firstB:localize(@"Ignore") alternateB:@" A: " ^~~~~~~~~~~~~~~~~~~~~~~~~ NSAlertStyleInformational /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:191:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macos(10.3,10.12)) = NSAlertStyleInformational; ^ 1 warning generated. [ 85%] Building C object src/CMakeFiles/hatari.dir/gui-osx/SDLMain.m.o /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:169:22: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([NSApp myAlerte:NSInformationalAlertStyle Txt:localize(@"Warm reset!") firstB:localize(@"OK") alternateB:localize(@"Cancel") ^~~~~~~~~~~~~~~~~~~~~~~~~ NSAlertStyleInformational /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:191:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macos(10.3,10.12)) = NSAlertStyleInformational; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:176:22: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([NSApp myAlerte:NSInformationalAlertStyle Txt:localize(@"Cold reset") firstB:localize(@"OK") alternateB:localize(@"Cancel") ^~~~~~~~~~~~~~~~~~~~~~~~~ NSAlertStyleInformational /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:191:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macos(10.3,10.12)) = NSAlertStyleInformational; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:389:33: warning: 'openFile:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openURL:] instead. [-Wdeprecated-declarations] [[NSWorkspace sharedWorkspace] openFile:the_help]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:374:1: note: 'openFile:' has been explicitly marked deprecated here - (BOOL)openFile:(NSString *)fullPath API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0, 11.0)); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:398:33: warning: 'openFile:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openURL:] instead. [-Wdeprecated-declarations] [[NSWorkspace sharedWorkspace] openFile:the_help]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:374:1: note: 'openFile:' has been explicitly marked deprecated here - (BOOL)openFile:(NSString *)fullPath API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0, 11.0)); ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:406:27: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [pauseMenuItem setState:NSOnState]; ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:412:27: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [pauseMenuItem setState:NSOffState]; ^~~~~~~~~~ NSControlStateValueOff /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:441:36: warning: 'NSInformationalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] applyChanges = [NSApp myAlerte:NSInformationalAlertStyle Txt:localize(@"Reset the emulator") firstB:localize(@"Don't reset") ^~~~~~~~~~~~~~~~~~~~~~~~~ NSAlertStyleInformational /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:191:27: note: 'NSInformationalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSInformationalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleInformational", macos(10.3,10.12)) = NSAlertStyleInformational; ^ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:460:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static int IsRootCwd() ^ void /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:467:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static int IsTenPointNineOrLater() ^ void /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/SDLMain.m:515:41: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] NSApplicationMain (argc, (const char**)argv); ^ 10 warnings generated. [ 85%] Building C object src/CMakeFiles/hatari.dir/gui-osx/paths.m.o [ 86%] Linking C executable hatari.app/Contents/MacOS/hatari Compiling /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib /* com.apple.ibtool.document.notices */ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:414: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2937: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4731: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:695: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:723: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:5kN-DE-Lud: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4683: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:717: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2945: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:466: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:361: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:473: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4684: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4747: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:SUz-3M-0Mn: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:355: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:362: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2939: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:811: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:fWm-1J-m56: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:433: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4642: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4685: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:363: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4705: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:503: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:fed-jL-MEf: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:735: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:735: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:476: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2947: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:06l-DO-dqf: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2933: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:729: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:729: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4530: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4686: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:617: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:617: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4679: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:491: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:478: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4552: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:513: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:513: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2941: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:493: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:514: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4687: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:451: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:3473: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2949: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:1228: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:711: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2935: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4688: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:376: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:460: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4547: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4751: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:643: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:384: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:2943: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4583: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:644: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4r9-TN-AIq: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:C94-k0-1uS: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4632: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:4668: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:3735: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /* com.apple.ibtool.document.warnings */ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/en.lproj/SDLMain.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited. [9] Compiling /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib /* com.apple.ibtool.document.notices */ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2937: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4731: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:695: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:723: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:LF6-xO-w5h: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:O7u-lK-Lye: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4683: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:717: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2945: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4585: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:Nkr-a5-okj: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:Cqr-Xo-XBU: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:466: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:473: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:361: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4684: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4747: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:Hti-Yj-SZa: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:362: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:355: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2939: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:433: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4642: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4685: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:363: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4705: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:503: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:735: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:476: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2947: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2933: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4Sq-Pw-zwQ: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:617: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:617: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:491: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:729: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:729: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4686: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4530: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4679: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:478: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4552: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:513: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:513: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2941: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:493: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:514: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:332: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:451: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:FzF-kr-jQl: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4687: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:3473: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2949: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:1228: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:711: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:fv9-7a-2KO: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2935: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4688: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:376: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:460: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4547: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4751: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:643: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:447: note: View is clipping its content [13] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:384: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:2943: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:644: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:3735: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4632: note: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct [22] /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:4668: note: View is clipping its content [13] /* com.apple.ibtool.document.warnings */ /Users/andi/Desktop/hatari-bb0caf0eaf6b3994c4372e7610a9f62e189847a1 2/src/gui-osx/fr.lproj/SDLMain.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited. [9] Copying OS X content src/hatari.app/Contents/Resources/stdisk.png [ 86%] Built target hatari [ 87%] Generating hatari.1.gz [ 87%] Built target manpages [ 87%] Generating atari-convert-dir.1.gz [ 87%] Built target atari_convert_dir_man [ 87%] Generating hatari-prg-args.1.gz [ 87%] Built target hatari_prg_args_man [ 88%] Generating atari-hd-image.1.gz [ 88%] Built target atari_hd_image_man [ 89%] Generating zip2st.1.gz [ 89%] Built target zip2st_man [ 90%] Building C object tools/hmsa/CMakeFiles/hmsa.dir/hmsa.c.o [ 90%] Building C object tools/hmsa/CMakeFiles/hmsa.dir/floppy.c.o [ 91%] Building C object tools/hmsa/CMakeFiles/hmsa.dir/__/__/src/file.c.o [ 91%] Building C object tools/hmsa/CMakeFiles/hmsa.dir/__/__/src/unzip.c.o [ 92%] Linking C executable hmsa [ 92%] Built target hmsa [ 92%] Generating hmsa.1.gz [ 92%] Built target hmsa_manpage [ 92%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/test-dummies.c.o [ 93%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/str.c.o [ 93%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/debug/breakcond.c.o [ 94%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/debug/debugcpu.c.o [ 94%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/debug/history.c.o [ 95%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/debug/evaluate.c.o [ 95%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/debug/symbols.c.o [ 96%] Building C object tests/debugger/CMakeFiles/DebuggerTestLib.dir/__/__/src/debug/vars.c.o [ 96%] Linking C static library libDebuggerTestLib.a [ 96%] Built target DebuggerTestLib [ 96%] Building C object tests/debugger/CMakeFiles/test-breakcond.dir/test-breakcond.c.o [ 97%] Linking C executable test-breakcond [ 97%] Built target test-breakcond [ 97%] Building C object tests/debugger/CMakeFiles/test-evaluate.dir/test-evaluate.c.o [ 98%] Linking C executable test-evaluate [ 98%] Built target test-evaluate [ 99%] Building C object tests/debugger/CMakeFiles/test-symbols.dir/test-symbols.c.o [ 99%] Linking C executable test-symbols [ 99%] Built target test-symbols [ 99%] Building C object tests/unit/CMakeFiles/test-file.dir/test-file.c.o [100%] Building C object tests/unit/CMakeFiles/test-file.dir/__/__/src/file.c.o [100%] Linking C executable test-file [100%] Built target test-file
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |