Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXXStubs.c:182:2: warning:
  2. 'Gestalt' is deprecated: first deprecated in macOS 10.8
  3. [-Wdeprecated-declarations]
  4. Gestalt(gestaltSystemVersionMajor, (SInt32*)&major);
  5. ^
  6. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note:
  7. 'Gestalt' has been explicitly marked deprecated here
  8. Gestalt(
  9. ^
  10. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXXStubs.c:182:10: warning:
  11. 'gestaltSystemVersionMajor' is deprecated: first deprecated in macOS /usr/bin/clang -c -mmacosx-version-min=10.9 -Wall -fno-common -DBUILD_tk -I/Users/nico/daylight/lib/framework/tk8.6.9/unix/../unix -I/Users/nico/daylight/lib/framework/tk8.6.9/unix/../generic -I/Users/nico/daylight/lib/framework/tk8.6.9/unix/../bitmaps -I/Users/nico/daylight/lib/framework/tcl8.6.9/generic -I/Users/nico/daylight/lib/framework/tcl8.6.9/unix -I/Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx -I/Users/nico/daylight/lib/framework/tk8.6.9/unix/../xlib -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tk\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".dylib\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_WEAK_IMPORT=1 -D_DARWIN_C_SOURCE=1 -DMAC_OSX_TK=1 -DTK_FRAMEWORK=1 -std=gnu99 -x objective-c -DTK_FRAMEWORK_VERSION=\"8.6\" -DUSE_TCL_STUBS /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/ttkMacOSXTheme.c
  12. 10.8
  13. - Use NSProcessInfo's operatingSystemVersion property instead.
  14. [-Wdeprecated-declarations]
  15. Gestalt(gestaltSystemVersionMajor, (SInt32*)&major);
  16. ^
  17. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:1: note:
  18. '' has been explicitly marked deprecated here
  19. enum {
  20. ^
  21. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXXStubs.c:183:2: warning:
  22. 'Gestalt' is deprecated: first deprecated in macOS 10.8
  23. [-Wdeprecated-declarations]
  24. Gestalt(gestaltSystemVersionMinor, (SInt32*)&minor);
  25. ^
  26. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note:
  27. 'Gestalt' has been explicitly marked deprecated here
  28. Gestalt(
  29. ^
  30. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXXStubs.c:183:10: warning:
  31. 'gestaltSystemVersionMinor' is deprecated: first deprecated in macOS 10.8
  32. - Use NSProcessInfo's operatingSystemVersion property instead.
  33. [-Wdeprecated-declarations]
  34. Gestalt(gestaltSystemVersionMinor, (SInt32*)&minor);
  35. ^
  36. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:1: note:
  37. '' has been explicitly marked deprecated here
  38. enum {
  39. ^
  40. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXXStubs.c:184:2: warning:
  41. 'Gestalt' is deprecated: first deprecated in macOS 10.8
  42. [-Wdeprecated-declarations]
  43. Gestalt(gestaltSystemVersionBugFix, (SInt32*)&patch);
  44. ^
  45. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note:
  46. 'Gestalt' has been explicitly marked deprecated here
  47. Gestalt(
  48. ^
  49. /Users/nico/daylight/lib/framework/tk8.6.9/unix/../macosx/tkMacOSXXStubs.c:184:10: warning:
  50. 'gestaltSystemVersionBugFix' is deprecated: first deprecated in macOS 10.8
  51. - Use NSProcessInfo's operatingSystemVersion property instead.
  52. [-Wdeprecated-declarations]
  53. Gestalt(gestaltSystemVersionBugFix, (SInt32*)&patch);
  54. ^
  55. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:1: note:
  56. '' has been explicitly marked deprecated here
  57. enum {
  58. ^
  59. 6 warnings generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement