unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
@ 2016-06-12 12:23 Peter Dyballa
  2016-06-12 12:43 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Peter Dyballa @ 2016-06-12 12:23 UTC (permalink / raw)
  To: 23753

Hello!

Configuring à la

	./configure --enable-checking --enable-link-time-optimization --disable-dependency-tracking --disable-ns-self-contained --without-pop --without-sound --without-gpm --without-dbus --without-selinux --without-imagemagick --with-x-toolkit=athena --with-cairo --with-modules  --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include --enable-locallisppath=/Library/Application\ Support/Emacs/calendar25:/Library/Application\ Support/Emacs CFLAGS="-g3 -H -pipe -fPIC -fno-common -Os -march=core2 -mtune=core2 -fomit-frame-pointer -msse4.2 -fobjc-exceptions" LDFLAGS="-Wl,-dead_strip_dylibs -Wl,-bind_at_load -Wl,-t -L/opt/local/lib" CPPFLAGS=-I/opt/local/include CPP=cpp CC=gcc CXX=g++ PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig:/opt/local/lib/pkgconfig:/opt/local/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/local/lib/nspr/pkgconfig:/usr/local/clamXav/lib/pkgconfig:/opt/local/libexec/qt4/lib/pkgconfig

does not detect the usual graphics libraries:

	Configured for 'x86_64-apple-darwin10.8.0'.
	
	  Where should the build process find the source code?    .
	  What compiler should emacs be built with?               gcc -g3 -H -pipe -fPIC -fno-common -Os -march=core2 -mtune=core2 -fomit-frame-pointer -msse4.2 -fobjc-exceptions -flto=8 -ffat-lto-objects
	  Should Emacs use the GNU version of malloc?             no
	    (The GNU allocators don't work with this system configuration.)
	  Should Emacs use a relocating allocator for buffers?    no
	  Should Emacs use mmap(2) for buffer allocation?         no
	  What window system should Emacs use?                    nextstep
	  What toolkit should Emacs use?                          none
	  Where do we find X Windows header files?                /usr/X11/include
	  Where do we find X Windows libraries?                   /usr/X11/lib
	  Does Emacs use -lXaw3d?                                 no
	  Does Emacs use -lXpm?                                   no
	  Does Emacs use -ljpeg?                                  no
	  Does Emacs use -ltiff?                                  no
	  Does Emacs use a gif library?                           no 
	  Does Emacs use a png library?                           no 
	  Does Emacs use -lrsvg-2?                                yes
	  Does Emacs use cairo?                                   no
	  Does Emacs use imagemagick?                             no
	  Does Emacs support sound?                               no
	  Does Emacs use -lgpm?                                   no
	  Does Emacs use -ldbus?                                  no
	  Does Emacs use -lgconf?                                 no
	  Does Emacs use GSettings?                               no
	  Does Emacs use a file notification library?             yes (kqueue)
	  Does Emacs use access control lists?                    yes 
	  Does Emacs use -lselinux?                               no
	  Does Emacs use -lgnutls?                                yes
	  Does Emacs use -lxml2?                                  yes
	  Does Emacs use -lfreetype?                              no
	  Does Emacs use -lm17n-flt?                              no
	  Does Emacs use -lotf?                                   no
	  Does Emacs use -lxft?                                   no
	  Does Emacs directly use zlib?                           yes
	  Does Emacs have dynamic modules support?                yes
	  Does Emacs use toolkit scroll bars?                     yes
	  Does Emacs support Xwidgets (requires gtk3)?            no

And indeed this seems to be configured for the NS variant, what this error expresses:

	  CC       macfont.o
	. ./config.h
	.. ./conf_post.h
	... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stdbool.h
	... ../lib/alloca.h
	... ../lib/string.h
	.... /usr/include/string.h
	..... /usr/include/_types.h
	...... /usr/include/sys/_types.h
	....... /usr/include/sys/cdefs.h
	....... /usr/include/machine/_types.h
	........ /usr/include/i386/_types.h
	.... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	... ../lib/stdlib.h
	.... /usr/include/stdlib.h
	..... /usr/include/Availability.h
	...... /usr/include/AvailabilityInternal.h
	..... /usr/include/sys/wait.h
	...... /usr/include/sys/signal.h
	....... /usr/include/sys/appleapiopts.h
	....... /usr/include/machine/signal.h
	........ /usr/include/i386/signal.h
	......... /usr/include/i386/_structs.h
	....... /usr/include/sys/_structs.h
	........ /usr/include/machine/_structs.h
	......... /usr/include/i386/_structs.h
	.......... /usr/include/mach/i386/_structs.h
	...... /usr/include/sys/resource.h
	....... /usr/include/sys/_structs.h
	...... /usr/include/machine/endian.h
	....... /usr/include/i386/endian.h
	........ /usr/include/sys/_endian.h
	......... /usr/include/libkern/_OSByteOrder.h
	.......... /usr/include/libkern/i386/_OSByteOrder.h
	..... /usr/include/machine/types.h
	...... /usr/include/i386/types.h
	.... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	. lisp.h
	.. /usr/include/setjmp.h
	... /usr/include/machine/setjmp.h
	.... /usr/include/i386/setjmp.h
	.. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stdalign.h
	.. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stdarg.h
	.. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	.. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/float.h
	.. ../lib/inttypes.h
	... /usr/include/inttypes.h
	.... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stdint.h
	..... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/stdint.h
	... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/limits.h
	.... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/syslimits.h
	..... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/limits.h
	...... /usr/include/limits.h
	....... /usr/include/machine/limits.h
	........ /usr/include/i386/limits.h
	......... /usr/include/i386/_limits.h
	....... /usr/include/sys/syslimits.h
	.. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/limits.h
	.. ../lib/intprops.h
	... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/limits.h
	.. ../lib/verify.h
	... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	.. globals.h
	. dispextern.h
	.. character.h
	.. ../lib/c-strcase.h
	... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	.. nsgui.h
	... /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h
	.... /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
	..... /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h
	...... ../lib/sys/types.h
	....... /usr/include/sys/types.h
	........ /usr/include/sys/_structs.h
	...... /usr/include/assert.h
	...... /usr/include/ctype.h
	....... /usr/include/runetype.h
	...... ../lib/errno.h
	....... /usr/include/errno.h
	........ /usr/include/sys/errno.h
	...... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/limits.h
	...... /usr/include/locale.h
	....... /usr/include/_locale.h
	...... /usr/include/math.h
	....... /usr/include/architecture/i386/math.h
	........ /usr/include/AvailabilityMacros.h
	...... ../lib/signal.h
	....... ../lib/sys/types.h
	....... /usr/include/signal.h
	....... /usr/include/pthread.h
	........ /usr/include/pthread_impl.h
	........ /usr/include/sched.h
	........ ../lib/time.h
	......... /usr/include/time.h
	.......... /usr/include/_structs.h
	........... /usr/include/sys/_structs.h
	......... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	...... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	...... ../lib/stdio.h
	....... /usr/include/stdio.h
	....... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	....... ../lib/sys/types.h
	...... ../lib/stdlib.h
	...... ../lib/string.h
	...... ../lib/time.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h
	....... /usr/include/TargetConditionals.h
	....... /System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/MacTypes.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/ConditionalMacros.h
	........ ../lib/sys/types.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBag.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBinaryHeap.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h
	........ /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h
	......... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h
	......... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h
	......... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFByteOrder.h
	....... /usr/include/libkern/OSByteOrder.h
	........ /usr/include/libkern/i386/OSByteOrder.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDateFormatter.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h
	........ /usr/include/mach/port.h
	......... /usr/include/mach/boolean.h
	.......... /usr/include/mach/machine/boolean.h
	........... /usr/include/mach/i386/boolean.h
	......... /usr/include/mach/machine/vm_types.h
	.......... /usr/include/mach/i386/vm_types.h
	........... /usr/include/mach/i386/vm_param.h
	....... /usr/include/dispatch/dispatch.h
	........ /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	........ /usr/include/dispatch/base.h
	........ /usr/include/dispatch/object.h
	........ /usr/include/dispatch/time.h
	........ /usr/include/dispatch/queue.h
	........ /usr/include/dispatch/source.h
	......... /usr/include/mach/message.h
	.......... /usr/include/mach/kern_return.h
	........... /usr/include/mach/machine/kern_return.h
	............ /usr/include/mach/i386/kern_return.h
	........ /usr/include/dispatch/group.h
	........ /usr/include/dispatch/semaphore.h
	........ /usr/include/dispatch/once.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumber.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumberFormatter.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPlugIn.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUUID.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h
	....... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h
	........ /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSet.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringEncodingExt.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFTree.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFAttributedString.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLEnumerator.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileDescriptor.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLParser.h
	...... /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStringTokenizer.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h
	...... /usr/include/objc/objc.h
	....... ../lib/sys/types.h
	....... /usr/include/objc/objc-api.h
	...... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/limits.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h
	....... /System/Library/Frameworks/Foundation.framework/Headers/NSZone.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSRange.h
	....... /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSAutoreleasePool.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSByteOrder.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSString.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSData.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSError.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSException.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSIndexPath.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSInvocation.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Headers/../Frameworks/CoreGraphics.framework/Headers/CGBase.h
	........ /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Headers/../Frameworks/CoreGraphics.framework/Headers/CGGeometry.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSNull.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/FoundationErrors.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h
	...... /System/Library/Frameworks/Security.framework/Headers/Security.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmconfig.h
	........ /System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/ConditionalMacros.h
	........ ../lib/sys/types.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmapple.h
	........ /System/Library/Frameworks/Security.framework/Headers/cssmerr.h
	........ /System/Library/Frameworks/Security.framework/Headers/cssmtype.h
	........ /System/Library/Frameworks/Security.framework/Headers/x509defs.h
	........ /System/Library/Frameworks/Security.framework/Headers/certextensions.h
	........ ../lib/sys/types.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssm.h
	........ /System/Library/Frameworks/Security.framework/Headers/emmtype.h
	........ /System/Library/Frameworks/Security.framework/Headers/cssmapi.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmaci.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmcli.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmcspi.h
	........ /System/Library/Frameworks/Security.framework/Headers/cssmspi.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmdli.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmkrapi.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmkrspi.h
	....... /System/Library/Frameworks/Security.framework/Headers/cssmtpi.h
	....... /System/Library/Frameworks/Security.framework/Headers/emmspi.h
	....... /System/Library/Frameworks/Security.framework/Headers/mds.h
	....... /System/Library/Frameworks/Security.framework/Headers/mds_schema.h
	....... /System/Library/Frameworks/Security.framework/Headers/oidsalg.h
	....... /System/Library/Frameworks/Security.framework/Headers/oidsattr.h
	........ /System/Library/Frameworks/Security.framework/Headers/oidsbase.h
	....... /System/Library/Frameworks/Security.framework/Headers/oidscert.h
	....... /System/Library/Frameworks/Security.framework/Headers/oidscrl.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecBase.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecAccess.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecACL.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecCertificate.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecIdentity.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecIdentitySearch.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecKey.h
	........ ../lib/sys/types.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecKeychainItem.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecKeychainSearch.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecPolicy.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecPolicySearch.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecTrust.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecTrustedApplication.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecTrustSettings.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecImportExport.h
	....... /System/Library/Frameworks/Security.framework/Headers/Authorization.h
	........ ../lib/stdio.h
	....... /System/Library/Frameworks/Security.framework/Headers/AuthorizationTags.h
	....... /System/Library/Frameworks/Security.framework/Headers/AuthorizationDB.h
	....... /System/Library/Frameworks/Security.framework/Headers/CipherSuite.h
	....... /System/Library/Frameworks/Security.framework/Headers/SecureTransport.h
	........ ../lib/sys/types.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h
	...... /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Finder.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/FixMath.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/IntlResources.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UTCUtils.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacErrors.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextCommon.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Collections.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MixedMode.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h
	.......... ../lib/string.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/BackupCore.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h
	........... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/OSUtils.h
	............ /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DateTimeUtils.h
	........... ../lib/sys/types.h
	........... /usr/include/sys/fcntl.h
	........... /usr/include/sys/acl.h
	............ /usr/include/sys/kauth.h
	........... /System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h
	............ /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h
	............. ../lib/sys/types.h
	............. /usr/include/mach/mach_types.h
	.............. /usr/include/mach/host_info.h
	............... /usr/include/mach/vm_statistics.h
	............... /usr/include/mach/machine.h
	............... /usr/include/mach/time_value.h
	.............. /usr/include/mach/host_notify.h
	.............. /usr/include/mach/host_special_ports.h
	.............. /usr/include/mach/memory_object_types.h
	............... /usr/include/mach/vm_prot.h
	............... /usr/include/mach/vm_sync.h
	............... /usr/include/mach/vm_types.h
	.............. /usr/include/mach/exception_types.h
	............... /usr/include/mach/machine/exception.h
	................ /usr/include/mach/i386/exception.h
	............... /usr/include/mach/thread_status.h
	................ /usr/include/mach/machine/thread_status.h
	................. /usr/include/mach/i386/thread_status.h
	.................. /usr/include/mach/i386/fp_reg.h
	.................. /usr/include/mach/i386/thread_state.h
	.................. /usr/include/i386/eflags.h
	................ /usr/include/mach/machine/thread_state.h
	.............. /usr/include/mach/processor_info.h
	............... /usr/include/mach/machine/processor_info.h
	................ /usr/include/mach/i386/processor_info.h
	.............. /usr/include/mach/task_info.h
	............... /usr/include/mach/policy.h
	.............. /usr/include/mach/task_policy.h
	............... /usr/include/mach/mach_types.h
	.............. /usr/include/mach/task_special_ports.h
	.............. /usr/include/mach/thread_info.h
	.............. /usr/include/mach/thread_policy.h
	.............. /usr/include/mach/thread_special_ports.h
	.............. /usr/include/mach/clock_types.h
	.............. /usr/include/mach/vm_attributes.h
	.............. /usr/include/mach/vm_inherit.h
	.............. /usr/include/mach/vm_purgable.h
	.............. /usr/include/mach/vm_behavior.h
	.............. /usr/include/mach/vm_region.h
	............... /usr/include/mach/machine/vm_param.h
	.............. /usr/include/mach/kmod.h
	.............. /usr/include/mach/std_types.h
	............. /usr/include/mach/mach_init.h
	.............. /usr/include/mach/mach_traps.h
	............. /System/Library/Frameworks/IOKit.framework/Headers/IOTypes.h
	.............. /System/Library/Frameworks/IOKit.framework/Headers/IOReturn.h
	............... /usr/include/mach/error.h
	.............. /usr/include/device/device_types.h
	............. /System/Library/Frameworks/IOKit.framework/Headers/IOKitKeys.h
	............. /System/Library/Frameworks/IOKit.framework/Headers/OSMessageNotification.h
	............ /System/Library/Frameworks/DiskArbitration.framework/Headers/DASession.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CodeFragments.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Multiprocessing.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Aliases.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacLocales.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Debugging.h
	.......... /usr/include/AssertMacros.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/PLStringFuncs.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h
	........... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/xmmintrin.h
	............ /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/mmintrin.h
	............ /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/mm_malloc.h
	............. ../lib/stdlib.h
	............ /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/emmintrin.h
	............. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/xmmintrin.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/NumberFormatting.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/StringCompare.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextUtils.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/ToolUtils.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeUtilities.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/fp.h
	......... /usr/include/fenv.h
	.......... /usr/include/architecture/i386/fenv.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextEncodingConverter.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/UnicodeConverter.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Threads.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Timer.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MultiprocessingInfo.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/LowMem.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/AVLTree.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/PEFBinaryFormat.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/HFSVolumes.h
	.......... /usr/include/hfs/hfs_format.h
	........... ../lib/sys/types.h
	........... /usr/include/uuid/uuid.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/AIFF.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextEncodingPlugin.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/FSEvents.h
	.......... /usr/include/Block.h
	.......... ../lib/sys/types.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEDataModel.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AppleEvents.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEPackObject.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEObjects.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEUserTermTypes.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEHelpers.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AEMach.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h
	......... ../lib/sys/types.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/IconStorage.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/SystemSound.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/WSTypes.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/WSProtocolHandler.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/NSLCore.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/SecurityCore.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/KeychainCore.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetwork.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFSocketStream.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHost.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetServices.h
	.......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHTTPMessage.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHTTPStream.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHTTPAuthentication.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetDiagnostics.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkDefs.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpen.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSQuarantine.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSSharedFileList.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/UTCoreTypes.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/UTType.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/Metadata.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDItem.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDQuery.h
	......... ../lib/sys/types.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDItem.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDSchema.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDItem.h
	........ /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDImporter.h
	......... /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Headers/MDItem.h
	....... /System/Library/Frameworks/CoreServices.framework/Frameworks/DictionaryServices.framework/Headers/DictionaryServices.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSProtocolChecker.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h
	....... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNodeOptions.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSAffineTransform.h
	...... /System/Library/Frameworks/ApplicationServices.framework/Headers/../Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h
	...... /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ATS.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ATSLayoutTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/SFNTLayoutTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ATSTypes.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ATSFont.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/SFNTTypes.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ScalerStreamTypes.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QD.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColor.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
	............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h
	.............. /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	.............. ../lib/unistd.h
	............... /usr/include/unistd.h
	................ /usr/include/sys/unistd.h
	................ ../lib/sys/select.h
	................. ../lib/sys/types.h
	................. ../lib/sys/time.h
	.................. /usr/include/sys/time.h
	................... /usr/include/sys/_structs.h
	................... ../lib/time.h
	................... /usr/include/sys/_select.h
	................. /usr/include/sys/select.h
	.................. /usr/include/sys/_structs.h
	................. ../lib/signal.h
	............... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	............... ../lib/stdlib.h
	............... ../lib/sys/types.h
	............... ../lib/getopt.h
	................ /usr/include/getopt.h
	................. ../lib/unistd.h
	............... /usr/include/crt_externs.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPattern.h
	............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFont.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGGradient.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGImage.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPath.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPattern.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h
	............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h
	.............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h
	............... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h
	............... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFObject.h
	............... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h
	................ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h
	................ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h
	............... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFString.h
	.............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFObject.h
	.............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h
	.............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFString.h
	............. /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGShading.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFunction.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColor.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataConsumer.h
	.......... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGError.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFont.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFunction.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGGradient.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGImage.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGLayer.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFContentStream.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFContext.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataConsumer.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFObject.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFOperatorTable.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFScanner.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFContentStream.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFOperatorTable.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFScanner.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFStream.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPDFString.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPath.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPattern.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGShading.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGError.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectPalette.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDisplayConfiguration.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDisplayFade.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDisplayConfiguration.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGEvent.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGEventTypes.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGRemoteOperation.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h
	............ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGError.h
	........... /System/Library/Frameworks/IOKit.framework/Headers/hidsystem/IOLLEvent.h
	............ /usr/include/libkern/OSTypes.h
	............ /System/Library/Frameworks/IOKit.framework/Headers/hidsystem/IOHIDTypes.h
	............. /System/Library/Frameworks/IOKit.framework/Headers/IOSharedLock.h
	............. /System/Library/Frameworks/IOKit.framework/Headers/graphics/IOGraphicsTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGEventSource.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGRemoteOperation.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGEventTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGEventTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGGLContext.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPSConverter.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataConsumer.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGRemoteOperation.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGSession.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGWindow.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGImage.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGWindowLevel.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h
	......... /opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include/stddef.h
	......... ../lib/sys/types.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawText.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QDOffscreen.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QDPictToCGContext.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Fonts.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Palettes.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/PictUtils.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Video.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Displays.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/FontSync.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicode.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeObjects.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeDrawing.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeFonts.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeGlyphs.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeFlattening.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ATSUnicodeDirectAccess.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Icons.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/InternetConfig.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h
	......... ../lib/sys/types.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Pasteboard.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/TranslationServices.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Accessibility.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXError.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXConstants.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXRoleConstants.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXAttributeConstants.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXActionConstants.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXNotificationConstants.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXValueConstants.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXUIElement.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXValue.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/AXTextAttributedString.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/UniversalAccess.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PrintCore.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSync.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncCMM.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDevice.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMDefinitions.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMCore.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMDefinitionsDeprecated.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMCoreDeprecated.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMPrintAETypes.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMPrintSettingsKeys.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMErrors.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/PrintCore.framework/Headers/PMDefinitions.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/LangAnalysis.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/LanguageAnalysis.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LangAnalysis.framework/Headers/Dictionary.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CoreText.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFont.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontTraits.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ATSTypes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFont.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGPath.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontCollection.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontManager.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontDescriptor.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontManagerErrors.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFontTraits.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFrame.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFramesetter.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFrame.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTTypesetter.h
	.......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTLine.h
	........... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTGlyphInfo.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTFont.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTLine.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTParagraphStyle.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTRun.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTStringAttributes.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGColor.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTTextTab.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTParagraphStyle.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Headers/CTTypesetter.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSync.h
	....... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/Headers/ImageIO.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/Headers/CGImageSource.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/Headers/CGImageDestination.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h
	......... /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/Headers/CGImageSource.h
	........ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/Headers/CGImageProperties.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSGarbageCollector.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSHFSFileTypes.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCoercionHandler.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h
	...... /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h
	..... /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/AppKitDefines.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/AppKitErrors.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSErrors.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSCell.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSText.h
	....... /System/Library/Frameworks/AppKit.framework/Headers/NSView.h
	........ /System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h
	........ /System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h
	....... /System/Library/Frameworks/AppKit.framework/Headers/NSSpellProtocol.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h
	....... /System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceValidation.h
	....... /System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h
	........ /System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSAppleScriptExtensions.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSBox.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSButton.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSControl.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSClipView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDockTile.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSForm.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSFormCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColor.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h
	..... /System/Library/Frameworks/QuartzCore.framework/Headers/CIColor.h
	...... /System/Library/Frameworks/QuartzCore.framework/Headers/CIVector.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSNibDeclarations.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSCachedImageRep.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h
	..... /System/Library/Frameworks/QuartzCore.framework/Headers/CIImage.h
	...... /System/Library/Frameworks/QuartzCore.framework/Headers/CVImageBuffer.h
	....... /System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h
	........ /System/Library/Frameworks/CoreVideo.framework/Headers/CVBuffer.h
	......... /System/Library/Frameworks/CoreVideo.framework/Headers/CVBase.h
	......... /System/Library/Frameworks/CoreVideo.framework/Headers/CVReturn.h
	...... /System/Library/Frameworks/IOSurface.framework/Headers/IOSurface.h
	....... /System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h
	....... /System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceAPI.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColorPicking.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColorPicker.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSColorWell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSEPSImageRep.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSTouch.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSFileWrapper.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSImage.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSImageCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSImageView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSNib.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSTextFieldCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSComboBoxCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTableHeaderCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTableHeaderView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h
	....... /System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h
	...... /System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSGlyphGenerator.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSRulerMarker.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSecureTextField.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSInterfaceStyle.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSProgressIndicator.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSMenuView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSAffineTransform.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPICTImageRep.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSStatusBar.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSound.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSMovie.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSMovieView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPDFImageRep.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSQuickDrawView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h
	..... /System/Library/Frameworks/OpenGL.framework/Headers/gl.h
	...... /System/Library/Frameworks/OpenGL.framework/Headers/glext.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h
	..... /System/Library/Frameworks/QuartzCore.framework/Headers/CAOpenGLLayer.h
	...... /System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h
	....... /System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h
	........ /System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h
	....... /System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h
	...... /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h
	....... /System/Library/Frameworks/OpenGL.framework/Headers/CGLCurrent.h
	........ /System/Library/Frameworks/OpenGL.framework/Headers/CGLTypes.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDocumentScripting.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSWindowScripting.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSStepper.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSStepperCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSGlyphInfo.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSShadow.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSController.h
	..... /System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTextList.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTextTable.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDatePickerCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSDatePicker.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicatorCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicator.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditor.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h
	..... /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h
	...... /System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h
	.... /System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h
	... ../lib/verify.h
	.. ../lib/time.h
	. frame.h
	.. termhooks.h
	... systime.h
	.... ../lib/timespec.h
	..... ../lib/time.h
	.. window.h
	. blockinput.h
	. charset.h
	. composite.h
	.. font.h
	. fontset.h
	. termchar.h
	.. ../lib/stdio.h
	. nsterm.h
	.. sysselect.h
	... ../lib/sys/select.h
	. macfont.h
	. macuvs.h
	macfont.m: In function 'macfont_get_glyph_for_character':
	macfont.m:1489:51: error: expected expression before '^' token
	               dispatch_group_async (group, queue, ^{
	                                                   ^
	macfont.m: In function 'mac_font_get_glyphs_for_variants':
	macfont.m:3285:43: error: expected expression before '^' token
	       dispatch_group_async (group, queue, ^{
	                                           ^
	Multiple include guards may be useful for:
	./conf_post.h
	/opt/local/lib/gcc5/gcc/x86_64-apple-darwin10/5.4.0/include-fixed/syslimits.h
	/usr/include/_structs.h
	/usr/include/assert.h
	/usr/include/crt_externs.h
	/usr/include/errno.h
	/usr/include/inttypes.h
	/usr/include/machine/_structs.h
	/usr/include/machine/limits.h
	globals.h
	macfont.h
	macuvs.h
	nsterm.h
	make[1]: *** [macfont.o] Error 1
	make: *** [src] Error 2


How can I configure for the X client?

--
Greetings

  Pete

Rain is saved up in cloud banks.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2016-06-12 12:23 bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8 Peter Dyballa
@ 2016-06-12 12:43 ` Peter Dyballa
  2017-12-09 19:16   ` Charles A. Roelli
  2016-06-13 17:28 ` Glenn Morris
  2017-12-08 18:37 ` Glenn Morris
  2 siblings, 1 reply; 26+ messages in thread
From: Peter Dyballa @ 2016-06-12 12:43 UTC (permalink / raw)
  To: 23753

Forgot to mention the OS version: Mac OS X 10.6.8, Snow Leopard.
The GCC5 version is: MacPorts gcc5 5.4.0.

--
Greetings

  Pete

My sister opened a computer store in Hawaii.  She sells C shells down by the seashore.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2016-06-12 12:23 bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8 Peter Dyballa
  2016-06-12 12:43 ` Peter Dyballa
@ 2016-06-13 17:28 ` Glenn Morris
  2017-12-08 18:37 ` Glenn Morris
  2 siblings, 0 replies; 26+ messages in thread
From: Glenn Morris @ 2016-06-13 17:28 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 23753

Peter Dyballa wrote:

> How can I configure for the X client?

etc/NEWS:

  ** On OS X, configure creates a Cocoa ("Nextstep") build by default.
  Pass '--without-ns' to configure to create an X11 build, the old default.





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2016-06-12 12:23 bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8 Peter Dyballa
  2016-06-12 12:43 ` Peter Dyballa
  2016-06-13 17:28 ` Glenn Morris
@ 2017-12-08 18:37 ` Glenn Morris
  2 siblings, 0 replies; 26+ messages in thread
From: Glenn Morris @ 2017-12-08 18:37 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 23753

Peter Dyballa wrote:

> 	./configure --enable-checking --enable-link-time-optimization --disable-dependency-tracking --disable-ns-self-contained --without-pop --without-sound --without-gpm --without-dbus --without-selinux --without-imagemagick --with-x-toolkit=athena --with-cairo --with-modules  --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include --enable-locallisppath=/Library/Application\ Support/Emacs/calendar25:/Library/Application\ Support/Emacs CFLAGS="-g3 -H -pipe -fPIC -fno-common -Os -march=core2 -mtune=core2 -fomit-frame-pointer -msse4.2 -fobjc-exceptions" LDFLAGS="-Wl,-dead_strip_dylibs -Wl,-bind_at_load -Wl,-t -L/opt/local/lib" CPPFLAGS=-I/opt/local/include CPP=cpp CC=gcc CXX=g++ PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig:/opt/local/lib/pkgconfig:/opt/local/share/pkgconfig:
 /usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/local/lib/nspr/pkgconfig:/usr/local/clamXav/lib/pkgconfig:/opt/local/libexec/qt4/lib/pkgconfig
[...]
> 	macfont.m: In function 'macfont_get_glyph_for_character':
> 	macfont.m:1489:51: error: expected expression before '^' token
> 	               dispatch_group_async (group, queue, ^{
> 	                                                   ^
> 	macfont.m: In function 'mac_font_get_glyphs_for_variants':
> 	macfont.m:3285:43: error: expected expression before '^' token
> 	       dispatch_group_async (group, queue, ^{
> 	                                           ^

If it still happens with current Emacs, non-ancient OS X, plain
./configure without all those options, please send complete configure
and build logs as compressed attachments. Thanks.





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2016-06-12 12:43 ` Peter Dyballa
@ 2017-12-09 19:16   ` Charles A. Roelli
  2017-12-09 20:49     ` Glenn Morris
  2017-12-10 21:44     ` Richard Stallman
  0 siblings, 2 replies; 26+ messages in thread
From: Charles A. Roelli @ 2017-12-09 19:16 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 23753

> From: Peter Dyballa <peter_dyballa@freenet.de>
> Date: Sun, 12 Jun 2016 14:23:56 +0200
> 
> 	macfont.m: In function 'macfont_get_glyph_for_character':
> 	macfont.m:1489:51: error: expected expression before '^' token
> 	               dispatch_group_async (group, queue, ^{
> 	                                                   ^
> 	macfont.m: In function 'mac_font_get_glyphs_for_variants':
> 	macfont.m:3285:43: error: expected expression before '^' token
> 	       dispatch_group_async (group, queue, ^{
> 	                                           ^

> From: Peter Dyballa <peter_dyballa@freenet.de>
> Date: Sun, 12 Jun 2016 14:43:13 +0200
>
> The GCC5 version is: MacPorts gcc5 5.4.0.

The FSF GCC does not support Objective-C "blocks" (that is, the
statements inside "^{...}" [1]).  On an old macOS, you need to use the
compiler that Apple used to ship (an extended version of FSF GCC that
does support blocks), or, if you're brave, try to compile "clang" and
use that.

Maybe it would be possible to remove the blocks from macfont.m and to
use an equivalent.



[1] https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/WorkingwithBlocks/WorkingwithBlocks.html





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-09 19:16   ` Charles A. Roelli
@ 2017-12-09 20:49     ` Glenn Morris
  2017-12-10 10:20       ` Alan Third
  2017-12-10 21:44       ` Richard Stallman
  2017-12-10 21:44     ` Richard Stallman
  1 sibling, 2 replies; 26+ messages in thread
From: Glenn Morris @ 2017-12-09 20:49 UTC (permalink / raw)
  To: Charles A. Roelli; +Cc: Peter Dyballa, 23753

Charles A. Roelli wrote:

> The FSF GCC does not support Objective-C "blocks" (that is, the
> statements inside "^{...}" [1]).  On an old macOS, you need to use the
> compiler that Apple used to ship (an extended version of FSF GCC that
> does support blocks), or, if you're brave, try to compile "clang" and
> use that.
>
> Maybe it would be possible to remove the blocks from macfont.m and to
> use an equivalent.

Interesting.

https://en.wikipedia.org/wiki/Blocks_(C_language_extension)

  Blocks are a non-standard extension added by Apple Inc. to Clang's
  implementations of the C, C++, and Objective-C programming languages 

I would think removing this feature from the Emacs sources so that
they compile with standard gcc would be a high priority for Emacs.
It's surpising this has not come up before.





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-09 20:49     ` Glenn Morris
@ 2017-12-10 10:20       ` Alan Third
  2017-12-10 14:58         ` Peter Dyballa
  2017-12-10 21:44       ` Richard Stallman
  1 sibling, 1 reply; 26+ messages in thread
From: Alan Third @ 2017-12-10 10:20 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Peter Dyballa, 23753, Charles A. Roelli

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

On Sat, Dec 09, 2017 at 03:49:08PM -0500, Glenn Morris wrote:
> Charles A. Roelli wrote:
> 
> > The FSF GCC does not support Objective-C "blocks" (that is, the
> > statements inside "^{...}" [1]).  On an old macOS, you need to use the
> > compiler that Apple used to ship (an extended version of FSF GCC that
> > does support blocks), or, if you're brave, try to compile "clang" and
> > use that.
> >
> > Maybe it would be possible to remove the blocks from macfont.m and to
> > use an equivalent.
> 
> Interesting.
> 
> https://en.wikipedia.org/wiki/Blocks_(C_language_extension)
> 
>   Blocks are a non-standard extension added by Apple Inc. to Clang's
>   implementations of the C, C++, and Objective-C programming languages 
> 
> I would think removing this feature from the Emacs sources so that
> they compile with standard gcc would be a high priority for Emacs.
> It's surpising this has not come up before.

I suspect that very few people on macOS have bothered trying to build
with GCC.

It looks as though the blocks are there to improve performance. I’ve
tried removing them and don’t immediately see any problems, but maybe
I’m not looking in the right places.

-- 
Alan Third

[-- Attachment #2: 0001-Remove-ObjC-blocks-Bug-23753.patch --]
[-- Type: text/plain, Size: 2918 bytes --]

From 1f86de840ce0c808f2ee4bf6ce3703c54f8009da Mon Sep 17 00:00:00 2001
From: Alan Third <alan@idiocy.org>
Date: Sun, 10 Dec 2017 10:16:25 +0000
Subject: [PATCH] Remove ObjC blocks (Bug#23753)

---
 src/macfont.m | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/src/macfont.m b/src/macfont.m
index 97879506ba..936e17052b 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -1479,10 +1479,7 @@ static CGGlyph macfont_get_glyph_for_cid (struct font *font,
                   return glyph;
                 }
 
-              queue =
-                dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
-              group = dispatch_group_create ();
-              dispatch_group_async (group, queue, ^{
+              {
                   int nkeys;
                   uintptr_t key;
                   nkeys = nkeys_or_perm;
@@ -1495,7 +1492,7 @@ static CGGlyph macfont_get_glyph_for_cid (struct font *font,
                         if (--nkeys == 0)
                           break;
                       }
-                });
+              }
             }
 
           len = 0;
@@ -1535,12 +1532,6 @@ static CGGlyph macfont_get_glyph_for_cid (struct font *font,
                                           sizeof (CGGlyph *) * nrows);
           cache->glyph.matrix[nrows - 1] = glyphs;
           cache->glyph.nrows = nrows;
-
-          if (group)
-            {
-              dispatch_group_wait (group, DISPATCH_TIME_FOREVER);
-              dispatch_release (group);
-            }
         }
 
       return cache->glyph.matrix[nkeys_or_perm - ROW_PERM_OFFSET][c % 256];
@@ -3267,9 +3258,6 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
   struct variation_selector_record *records = uvs->variation_selector_records;
   CFIndex i;
   UInt32 ir, nrecords;
-  dispatch_queue_t queue =
-    dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
-  dispatch_group_t group = dispatch_group_create ();
 
   nrecords = BUINT32_VALUE (uvs->num_var_selector_records);
   i = 0;
@@ -3293,7 +3281,7 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
       default_uvs_offset = BUINT32_VALUE (records[ir].default_uvs_offset);
       non_default_uvs_offset =
         BUINT32_VALUE (records[ir].non_default_uvs_offset);
-      dispatch_group_async (group, queue, ^{
+      {
           glyphs[i] = kCGFontIndexInvalid;
 
           if (default_uvs_offset)
@@ -3345,14 +3333,12 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
                   BUINT24_VALUE (mappings[hi - 1].unicode_value) == c)
                 glyphs[i] = BUINT16_VALUE (mappings[hi - 1].glyph_id);
             }
-        });
+        }
       i++;
       ir++;
     }
   while (i < count)
     glyphs[i++] = kCGFontIndexInvalid;
-  dispatch_group_wait (group, DISPATCH_TIME_FOREVER);
-  dispatch_release (group);
 }
 
 static int
-- 
2.14.3


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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 10:20       ` Alan Third
@ 2017-12-10 14:58         ` Peter Dyballa
  2017-12-10 22:44           ` Alan Third
  0 siblings, 1 reply; 26+ messages in thread
From: Peter Dyballa @ 2017-12-10 14:58 UTC (permalink / raw)
  To: Alan Third; +Cc: 23753, Charles A. Roelli

Hello!

I tried your patch on Snow Leopard, Mac OS X 10.6.8, and GCC 6.4 managed to compile the Objective-C++ files. (But the built temacs crashes.)

Clang 3.7 and later can build GNU Emacs 25.0.95 *with* these patches, but Apple's/Xcode's Clang 3.0 fails here:

	fns.c:1903:16: error: read-only variable is not assignable
	          *dest++ = *a++;
	                     ~^

See bug#18743.

> 
> -- 
> Alan Third
> <0001-Remove-ObjC-blocks-Bug-23753.patch>

For a dual-compiler version of the Objective-C++ files one could use any of the #defines as guards:

	#define __llvm__ 1
	#define __clang__ 1
	#define __clang_major__ 4
	#define __clang_minor__ 0
	#define __clang_patchlevel__ 1


--
Greetings

  Pete

A child of five could understand this!  Fetch me a child of five.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-09 19:16   ` Charles A. Roelli
  2017-12-09 20:49     ` Glenn Morris
@ 2017-12-10 21:44     ` Richard Stallman
  1 sibling, 0 replies; 26+ messages in thread
From: Richard Stallman @ 2017-12-10 21:44 UTC (permalink / raw)
  To: Charles A. Roelli; +Cc: peter_dyballa, 23753

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

How much are users interested in support for these blocks?

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-09 20:49     ` Glenn Morris
  2017-12-10 10:20       ` Alan Third
@ 2017-12-10 21:44       ` Richard Stallman
  2017-12-10 22:42         ` Alan Third
  2017-12-10 23:49         ` Glenn Morris
  1 sibling, 2 replies; 26+ messages in thread
From: Richard Stallman @ 2017-12-10 21:44 UTC (permalink / raw)
  To: Glenn Morris; +Cc: peter_dyballa, 23753, charles

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > I would think removing this feature from the Emacs sources so that
  > they compile with standard gcc would be a high priority for Emacs.
  > It's surpising this has not come up before.

Yes, we must insist on removing them.
Are there any in the Emacs 26 pretest?

The feature seems to be an extended variant of GCC's nested function
definitions.  It is a variant because these are nameless and have a
different syntax.  The extension appears to be that they can copy
the context for use outside the scope where they were defined.

We should look at whether to add them to GCC,
but that is a long-term question.

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 21:44       ` Richard Stallman
@ 2017-12-10 22:42         ` Alan Third
  2017-12-11 19:16           ` Charles A. Roelli
                             ` (2 more replies)
  2017-12-10 23:49         ` Glenn Morris
  1 sibling, 3 replies; 26+ messages in thread
From: Alan Third @ 2017-12-10 22:42 UTC (permalink / raw)
  To: Richard Stallman; +Cc: peter_dyballa, 23753, charles

On Sun, Dec 10, 2017 at 04:44:13PM -0500, Richard Stallman wrote:
> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> 
>   > I would think removing this feature from the Emacs sources so that
>   > they compile with standard gcc would be a high priority for Emacs.
>   > It's surpising this has not come up before.
> 
> Yes, we must insist on removing them.

Is it acceptable to leave them in when building with Clang? Something like:

#ifdef __clang__
 <block>
#endif

> Are there any in the Emacs 26 pretest?

Yes, the two in macfont.m.

As for whether there’s any demand for them, I can’t answer that. It
might be better to ask the GNUstep people.

Charles, do you know of a better solution than just making them
in‐line?
-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 14:58         ` Peter Dyballa
@ 2017-12-10 22:44           ` Alan Third
  2017-12-11  0:24             ` Peter Dyballa
  0 siblings, 1 reply; 26+ messages in thread
From: Alan Third @ 2017-12-10 22:44 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 23753, Charles A. Roelli

On Sun, Dec 10, 2017 at 03:58:47PM +0100, Peter Dyballa wrote:
> I tried your patch on Snow Leopard, Mac OS X 10.6.8, and GCC 6.4
> managed to compile the Objective-C++ files. (But the built temacs
> crashes.)

Thanks for trying it. Is it possible for you to get a backtrace from
temacs?
-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 21:44       ` Richard Stallman
  2017-12-10 22:42         ` Alan Third
@ 2017-12-10 23:49         ` Glenn Morris
  1 sibling, 0 replies; 26+ messages in thread
From: Glenn Morris @ 2017-12-10 23:49 UTC (permalink / raw)
  To: rms; +Cc: peter_dyballa, 23753, charles

Richard Stallman wrote:

> We should look at whether to add them to GCC,
> but that is a long-term question.

There's an open GCC bug report for this:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 22:44           ` Alan Third
@ 2017-12-11  0:24             ` Peter Dyballa
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Dyballa @ 2017-12-11  0:24 UTC (permalink / raw)
  To: Alan Third; +Cc: 23753, Charles A. Roelli


Am 10.12.2017 um 23:44 schrieb Alan Third:

> On Sun, Dec 10, 2017 at 03:58:47PM +0100, Peter Dyballa wrote:
>> I tried your patch on Snow Leopard, Mac OS X 10.6.8, and GCC 6.4
>> managed to compile the Objective-C++ files. (But the built temacs
>> crashes.)
> 
> Thanks for trying it. Is it possible for you to get a backtrace from
> temacs?

Not yet…

I had made a mistake this morning, configure'd with both X and NS. By editing the configure invocation for debugging I saw this. With -O0 and -Os (my usual setting) GNU Emacs 25.0.95 builds OK. With X. With NS (nextstep) (and no X11) I have to add -fobjc-exceptions or the build process stops early at some Objective-C++ file (worth to add a remark to etc/DEBUG?). Debugging with GDB seems to fail (an excerpt from my session from the src directory):

	~"GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Mon Aug 15 16:03:10 UTC 2011)\n"
	~"Copyright 2004 Free Software Foundation, Inc.\n"
	~"GDB is free software, covered by the GNU General Public License, and you are\nwelcome to change it and/or distribute copies of it under certain conditions.\nType \"show copying\" to see the conditions.\nThere is absolutely no warranty for GDB.  Type \"show warranty\" for details.\n"
	~"This GDB was configured as \"x86_64-apple-darwin\"..."
	~"\n"
	~"DISPLAY = :0\n"
	~"TERM = dumb\n"
	(gdb) 
	1^done,time={wallclock="0.00000",user="0.00000",system="0.00000",start="1512951459.583629",end="1512951459.583633"}
	(gdb) 
	2^done,time={wallclock="0.00003",user="0.00003",system="0.00000",start="1512951459.583665",end="1512951459.583696"}
	(gdb) 
	3^error,msg="No symbol \"non\" in current context."
	(gdb) set args  --batch --load loadup bootstrap
	
	^done,time={wallclock="0.00006",user="0.00005",system="0.00001",start="1512951466.123876",end="1512951466.123932"}
	(gdb) run
	
	Starting program: /Users/pete/Quellen/Emacs_CVS/emacs-25.0.95/src/temacs --batch --load loadup bootstrap 
	=rerun
	^done,time={wallclock="0.00015",user="0.00006",system="0.00010",start="1512951468.650949",end="1512951468.651103"}
	(gdb) 

Any hints? (In around twelve hours I'll start again.)


Apple's System Reporter reports at crash time, that probably troublesome Cairo should be removed (but --without-cairo has no effect):

Process:         temacs [73829]
Path:            .../emacs-25.0.95/src/temacs
Identifier:      temacs
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  gnumake [72989]

Date/Time:       2017-12-11 00:57:00.660 +0100
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          7552454 sec
Crashes Since Last Report:           315
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      B98EE308-F5B2-4632-9B82-ECEF2D42D0B9

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8703cfbc _read_images + 312
1   libobjc.A.dylib               	0x00007fff87053721 map_images_nolock + 1266
2   libobjc.A.dylib               	0x00007fff8703c761 map_images + 115
3   dyld                          	0x00007fff5fc0396b dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 763
4   dyld                          	0x00007fff5fc04475 dyld::registerImageStateBatchChangeHandler(dyld_image_states, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 442
5   libSystem.B.dylib             	0x00007fff81383b8c dyld_register_image_state_change_handler + 88
6   libobjc.A.dylib               	0x00007fff8703c6da _objc_init + 58
7   dyld                          	0x00007fff5fc0d510 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 228
8   dyld                          	0x00007fff5fc0bcfc ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 236
9   dyld                          	0x00007fff5fc0bcad ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
10  dyld                          	0x00007fff5fc0bcad ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
11  dyld                          	0x00007fff5fc0bcad ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
12  dyld                          	0x00007fff5fc0bcad ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
13  dyld                          	0x00007fff5fc0bcad ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
14  dyld                          	0x00007fff5fc0bcad ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
15  dyld                          	0x00007fff5fc0bdb6 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 58
16  dyld                          	0x00007fff5fc0211a dyld::initializeMainExecutable() + 133
17  dyld                          	0x00007fff5fc06996 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) + 2993
18  dyld                          	0x00007fff5fc016de dyldbootstrap::start(macho_header const*, int, char const**, long) + 811
19  dyld                          	0x00007fff5fc01052 _dyld_start + 42

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000100000000  rbx: 0x0000000000000001  rcx: 0x0000000000000000  rdx: 0x0000000102800ac0
  rdi: 0x0000000000000000  rsi: 0xffffffffffffffff  rbp: 0x00007fff5fbf9d90  rsp: 0x00007fff5fbf9ce0
   r8: 0x0000000000000000   r9: 0x0000000103000000  r10: 0x0000000000008000  r11: 0x0000000000000000
  r12: 0x000000010037f168  r13: 0x00007fff707ea400  r14: 0x0000000100331ed8  r15: 0x0000000000000009
  rip: 0x00007fff8703cfbc  rfl: 0x0000000000010283  cr2: 0x0000000000000020

Binary Images:
       0x100000000 -        0x10037dff7 +temacs ??? (???) <A19FBE62-4262-303B-AEC0-00D785529625> /Users/pete/Quellen/Emacs_CVS/emacs-25.0.95/src/temacs
       0x10091c000 -        0x10094bff7 +librsvg-2.2.dylib 43.19.0 (compatibility 43.0.0) <54FDE6F2-5106-3B0D-B6F9-2D5EB72AE7B6> /opt/local/lib/librsvg-2.2.dylib
       0x100959000 -        0x100a8cfff +libgio-2.0.0.dylib 5401.2.0 (compatibility 5401.0.0) <D3BF35BA-479C-321F-9733-05BC8C4C0834> /opt/local/lib/libgio-2.0.0.dylib
       0x100afc000 -        0x100b16ff7 +libgdk_pixbuf-2.0.0.dylib 3612.0.0 (compatibility 3612.0.0) <5D6CCE23-D79E-3CFA-88E2-2EAD78F8B83A> /opt/local/lib/libgdk_pixbuf-2.0.0.dylib
       0x100b20000 -        0x100b5afff +libgobject-2.0.0.dylib 5401.2.0 (compatibility 5401.0.0) <94F5137D-B020-3BBE-A49F-E8B2A611F0F2> /opt/local/lib/libgobject-2.0.0.dylib
       0x100b6d000 -        0x100c4eff7 +libglib-2.0.0.dylib 5401.2.0 (compatibility 5401.0.0) <89C56017-DFBB-366D-945E-718DEAF8186B> /opt/local/lib/libglib-2.0.0.dylib
       0x100c73000 -        0x100c7cfff +libintl.8.dylib 10.5.0 (compatibility 10.0.0) <720CB973-1900-3B2D-8D3D-9B486FF4731C> /opt/local/lib/libintl.8.dylib
       0x100c81000 -        0x100d53fff +libcairo.2.dylib 11403.6.0 (compatibility 11403.0.0) <6769451B-5FD0-3140-81D0-1E2F8F16CF7A> /opt/X11/lib/libcairo.2.dylib
       0x100d85000 -        0x100e8bfff +libxml2.2.dylib 12.7.0 (compatibility 12.0.0) <AB4A9116-FEF7-3113-A94C-3EEDE7D0F609> /opt/local/lib/libxml2.2.dylib
       0x100ebe000 -        0x100f04ff7 +libncurses.6.dylib 6.0.0 (compatibility 6.0.0) <077AD94F-5811-3FDA-AA22-855283762825> /opt/local/lib/libncurses.6.dylib
       0x100f16000 -        0x101037fdf +libgnutls.30.dylib 45.8.0 (compatibility 45.0.0) <5A7040CB-4665-338A-839E-755C47A6737D> /opt/local/lib/libgnutls.30.dylib
       0x101073000 -        0x101085fef +libz.1.dylib 1.2.11 (compatibility 1.0.0) <63C14EEF-65E3-E025-255C-9740665CF667> /opt/local/lib/libz.1.dylib
       0x101089000 -        0x101098fe7 +libgcc_s.1.dylib ??? (???) <1EA0D557-E1C3-36C0-B94D-AD5A313C07AF> /opt/local/lib/libgcc/libgcc_s.1.dylib
       0x10109c000 -        0x1010acfff +libpangocairo-1.0.0.dylib 4001.14.0 (compatibility 4001.0.0) <6DE2B302-A7E9-34A1-A3DF-DCF57CE7722A> /opt/local/lib/libpangocairo-1.0.0.dylib
       0x1010b8000 -        0x1010c7ff7 +libpangoft2-1.0.0.dylib 4001.14.0 (compatibility 4001.0.0) <35972CAF-0C90-3224-9345-4E17F4D81389> /opt/local/lib/libpangoft2-1.0.0.dylib
       0x1010d2000 -        0x10110cff7 +libpango-1.0.0.dylib 4001.14.0 (compatibility 4001.0.0) <E87A8D8E-EE8F-3B55-A178-0B27E07BC454> /opt/local/lib/libpango-1.0.0.dylib
       0x10111e000 -        0x101152ff7 +libfontconfig.1.dylib 12.1.0 (compatibility 12.0.0) <23029216-9680-39E5-B7BC-CCD88F85E84A> /opt/local/lib/libfontconfig.1.dylib
       0x101162000 -        0x1011f0fff +libfreetype.6.dylib 21.0.0 (compatibility 21.0.0) <0DCAB152-7984-3CB1-8322-07676E3253A2> /opt/local/lib/libfreetype.6.dylib
       0x101209000 -        0x1012edfff +libcairo.2.dylib 11403.10.0 (compatibility 11403.0.0) <49895799-C5F1-3626-8C03-80F0B87CC2D2> /opt/local/lib/libcairo.2.dylib
       0x101320000 -        0x10134aff7 +libpng16.16.dylib 51.0.0 (compatibility 51.0.0) <E28FB18A-1B42-38AC-9D74-A52760065E7C> /opt/local/lib/libpng16.16.dylib
       0x101353000 -        0x10137cfff +libcroco-0.6.3.dylib 4.1.0 (compatibility 4.0.0) <219AF87E-3756-31DA-9333-2F5302FDC82E> /opt/local/lib/libcroco-0.6.3.dylib
       0x101389000 -        0x10138dfff +libgmodule-2.0.0.dylib 5401.2.0 (compatibility 5401.0.0) <3109EE1E-59C0-322F-BAF7-DBE1A75EB863> /opt/local/lib/libgmodule-2.0.0.dylib
       0x101390000 -        0x101488ff7 +libiconv.2.dylib 9.0.0 (compatibility 9.0.0) <9F413E06-0C26-3D2A-A024-FEAB919C0A46> /opt/local/lib/libiconv.2.dylib
       0x101496000 -        0x1014faff7 +libpcre.1.dylib 4.9.0 (compatibility 4.0.0) <6530046B-36D6-34A0-B0AD-C0E1B9F50E8C> /opt/local/lib/libpcre.1.dylib
       0x1014ff000 -        0x101504ff7 +libffi.6.dylib 7.4.0 (compatibility 7.0.0) <DD598F23-C71A-D211-401C-9631685FFD01> /opt/local/lib/libffi.6.dylib
       0x101507000 -        0x10150dfff +libthai.0.dylib 2.7.0 (compatibility 2.0.0) <456BD24E-6C83-3FBF-81D8-4719083F8D93> /opt/local/lib/libthai.0.dylib
       0x101511000 -        0x101514fff +libgthread-2.0.0.dylib 5401.2.0 (compatibility 5401.0.0) <EB0FE003-E8C6-389D-B4FD-0BC42D90C2EE> /opt/local/lib/libgthread-2.0.0.dylib
       0x101517000 -        0x10158eff7 +libharfbuzz.0.dylib 10702.0.0 (compatibility 10702.0.0) <74665598-3286-3156-BEE1-CE84648C6101> /opt/local/lib/libharfbuzz.0.dylib
       0x1015a4000 -        0x1015a8fff +libdatrie.1.dylib 3.0.0 (compatibility 3.0.0) <5EA234EA-8DF4-37EF-826A-4E1D61844132> /opt/local/lib/libdatrie.1.dylib
       0x1015ab000 -        0x101623ff7 +libpixman-1.0.dylib 35.0.0 (compatibility 35.0.0) <00E2E0F9-34DE-3C2D-95A0-8E8CE325F68F> /opt/local/lib/libpixman-1.0.dylib
       0x101636000 -        0x101636fff +libX11-xcb.1.dylib 2.0.0 (compatibility 2.0.0) <476CED82-60FE-31BA-ACA9-73407BC92E4E> /opt/local/lib/libX11-xcb.1.dylib
       0x101638000 -        0x101652ff7 +libxcb.1.dylib 3.0.0 (compatibility 3.0.0) <B036D624-308A-3910-BE8C-D8845BDFC432> /opt/local/lib/libxcb.1.dylib
       0x101663000 -        0x10166afff +libxcb-render.0.dylib ??? (???) <F3055699-F39E-378C-828D-55366FEC09CC> /opt/local/lib/libxcb-render.0.dylib
       0x101672000 -        0x101679fff +libXrender.1.dylib 5.0.0 (compatibility 5.0.0) <A8D023F7-0ABF-3428-BB18-0348CF06DCE1> /opt/local/lib/libXrender.1.dylib
       0x10167d000 -        0x101784ff7 +libX11.6.dylib 10.0.0 (compatibility 10.0.0) <9D8CB46A-52ED-353E-9BA3-38BB50DFB2F1> /opt/local/lib/libX11.6.dylib
       0x1017a8000 -        0x1017b4fff +libXext.6.dylib 11.0.0 (compatibility 11.0.0) <EBE67295-031C-3C7A-AC64-077362CF436D> /opt/local/lib/libXext.6.dylib
       0x1017ba000 -        0x101c29ff7 +libGL.1.dylib 4.0.0 (compatibility 4.0.0) <484082E5-4D91-3F18-9653-7AF1F533AD4C> /opt/local/lib/libGL.1.dylib
       0x101d24000 -        0x101d40ff7 +libexpat.1.dylib 8.7.0 (compatibility 8.0.0) <C2D01C84-F7D4-30F7-BC41-D2BA96ADFD56> /opt/local/lib/libexpat.1.dylib
       0x101d47000 -        0x101d55fff +libbz2.1.0.dylib 1.0.6 (compatibility 1.0.0) <A1BF9FEC-E66E-A784-70FE-1BB5C924B6F7> /opt/local/lib/libbz2.1.0.dylib
       0x101d5a000 -        0x101d5bfff +libXau.6.dylib 7.0.0 (compatibility 7.0.0) <FD355E11-823A-3E07-83F7-A495F0C84B59> /opt/local/lib/libXau.6.dylib
       0x101d5e000 -        0x101d61fff +libXdmcp.6.dylib 7.0.0 (compatibility 7.0.0) <9B2CCAD3-C25A-36EE-AB5C-4CF73B770E1A> /opt/local/lib/libXdmcp.6.dylib
       0x101d64000 -        0x101d71fe7  libXplugin.1.dylib ??? (???) <E73EB3E6-3AF3-BC3F-06E7-425F746F4565> /usr/lib/libXplugin.1.dylib
       0x101d7b000 -        0x101db5ff7 +libglapi.0.dylib ??? (???) <A7FBAA23-E63E-315D-A799-CAC4E1DDD3E1> /opt/local/lib/libglapi.0.dylib
       0x101dce000 -        0x101dd0fff +libXdamage.1.dylib 3.0.0 (compatibility 3.0.0) <589B03E5-121E-3714-9893-979BA0A7884D> /opt/local/lib/libXdamage.1.dylib
       0x101dd3000 -        0x101dd6fff +libXfixes.3.dylib 5.0.0 (compatibility 5.0.0) <053CEBF1-5DE5-3F87-81AD-D877DA2B9E70> /opt/local/lib/libXfixes.3.dylib
       0x101dd9000 -        0x101de6fff +libxcb-glx.0.dylib ??? (???) <3783C937-251C-39E7-AA1D-CDBF30BB5000> /opt/local/lib/libxcb-glx.0.dylib
       0x101df6000 -        0x101df9fff +libXxf86vm.1.dylib 2.0.0 (compatibility 2.0.0) <29138492-725F-3D57-B29E-07FEB4E39F22> /opt/local/lib/libXxf86vm.1.dylib
       0x101dfc000 -        0x101e6dfff  libc++.1.dylib 3.9.1 (compatibility 1.0.0) <E81B4CA4-0F89-374F-804C-3D1E9B8D91F3> /usr/lib/libc++.1.dylib
       0x101f22000 -        0x101f65ff7  libc++abi.dylib 3.9.1 (compatibility 1.0.0) <1AE3977E-50EB-3004-8ABC-1455C14A0F12> /usr/lib/libc++abi.dylib
       0x101f7b000 -        0x101f9bfff +libgraphite2.3.dylib 3.0.1 (compatibility 3.0.0) <3AC2EC9E-E1ED-303C-9B30-6335EA9D3891> /opt/local/lib/libgraphite2.3.dylib
       0x101fa5000 -        0x101fc5fef +liblzma.5.dylib 8.3.0 (compatibility 8.0.0) <50EF4F3B-0900-A717-95B2-1085CDE86D62> /opt/local/lib/liblzma.5.dylib
       0x101fcb000 -        0x102045fff +libpixman-1.0.dylib 35.0.0 (compatibility 35.0.0) <1A0A1869-8383-3157-8F2B-533DAD7CC18F> /opt/X11/lib/libpixman-1.0.dylib
       0x10205d000 -        0x102090fff +libfontconfig.1.dylib 11.2.0 (compatibility 11.0.0) <8742C51B-EB57-3D24-ABA1-DE3853A12966> /opt/X11/lib/libfontconfig.1.dylib
       0x1020a3000 -        0x10212bfff +libfreetype.6.dylib 19.6.0 (compatibility 19.0.0) <51ECD8C8-7B61-3A4A-8C22-0E207ACC2383> /opt/X11/lib/libfreetype.6.dylib
       0x102147000 -        0x102170fff +libpng16.16.dylib 43.0.0 (compatibility 43.0.0) <5A4D0BD4-F26B-3855-B459-F1B8EBC22D99> /opt/X11/lib/libpng16.16.dylib
       0x10217c000 -        0x10217dfff +libxcb-shm.0.dylib ??? (???) <6DB5532F-F353-313A-9E9F-BCFBC1AC42C5> /opt/X11/lib/libxcb-shm.0.dylib
       0x102183000 -        0x102183fff +libX11-xcb.1.dylib 2.0.0 (compatibility 2.0.0) <C6EA3D8F-5255-3A78-B7B3-9D7066E68FCE> /opt/X11/lib/libX11-xcb.1.dylib
       0x102187000 -        0x1021a0ff7 +libxcb.1.dylib 3.0.0 (compatibility 3.0.0) <FDEDEE32-91A5-3301-AFB5-50B8D4CCCBBD> /opt/X11/lib/libxcb.1.dylib
       0x1021b4000 -        0x1021bafff +libxcb-render.0.dylib ??? (???) <0B37BEDF-E5E7-3D58-9CA4-5E77675FDAEE> /opt/X11/lib/libxcb-render.0.dylib
       0x1021c4000 -        0x1021cafff +libXrender.1.dylib 5.0.0 (compatibility 5.0.0) <5D636930-CDBD-3098-876E-827CF3314F75> /opt/X11/lib/libXrender.1.dylib
       0x1021d0000 -        0x1022dbfff +libX11.6.dylib 10.0.0 (compatibility 10.0.0) <1BAB7ED3-D9A4-3AAD-9DBA-CCA9C5F54E49> /opt/X11/lib/libX11.6.dylib
       0x102305000 -        0x102311fff +libXext.6.dylib 11.0.0 (compatibility 11.0.0) <899041F6-4E8D-322E-9A21-03BDB005BD63> /opt/X11/lib/libXext.6.dylib
       0x10231a000 -        0x10231bfff +libXau.6.dylib 7.0.0 (compatibility 7.0.0) <45CD2F7C-EDBB-3575-B883-9C397685B211> /opt/X11/lib/libXau.6.dylib
       0x102320000 -        0x102323fff +libXdmcp.6.dylib 7.0.0 (compatibility 7.0.0) <B8414558-7AF1-357E-9361-79D317C6AB28> /opt/X11/lib/libXdmcp.6.dylib
       0x102329000 -        0x10232afff +libsnowleopardfixes.dylib ??? (???) <DF061602-44A6-39CC-89C0-7336FC9C7CA6> /opt/local/lib/libsnowleopardfixes.dylib
       0x10232d000 -        0x102406ff7 +libp11-kit.0.dylib 4.0.0 (compatibility 4.0.0) <B6812A76-EA67-37D9-8C0C-EC07C95AE55C> /opt/local/lib/libp11-kit.0.dylib
       0x1024be000 -        0x1024d9ff7 +libidn2.0.dylib 4.3.0 (compatibility 4.0.0) <DF900F2C-FAB6-331E-98FA-ED82E9492DD9> /opt/local/lib/libidn2.0.dylib
       0x1024dd000 -        0x10264cfff +libunistring.2.dylib 4.0.0 (compatibility 4.0.0) <CFBBBE85-449A-3FBE-A3A6-8FA5DC02D68D> /opt/local/lib/libunistring.2.dylib
       0x10265f000 -        0x10266cfff +libtasn1.6.dylib 12.4.0 (compatibility 12.0.0) <3F3043A4-D736-36A8-B003-B63FFF7F0A6F> /opt/local/lib/libtasn1.6.dylib
       0x102670000 -        0x10269cff7 +libnettle.6.dylib 6.4.0 (compatibility 6.0.0) <CC18EB99-BCA7-346C-A49B-7ADC9619DA73> /opt/local/lib/libnettle.6.dylib
       0x1026bd000 -        0x1026e8fff +libhogweed.4.dylib 4.4.0 (compatibility 4.0.0) <6C1F9223-99AD-3D5B-8B44-D79F399EA490> /opt/local/lib/libhogweed.4.dylib
       0x1026ff000 -        0x10277cfdf +libgmp.10.dylib 14.2.0 (compatibility 14.0.0) <A798F098-21EC-32AD-A3F6-409F44334679> /opt/local/lib/libgmp.10.dylib
    0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <DD3F7F3E-8612-A7BD-F508-9EF29132C419> /usr/lib/dyld
    0x7fff80003000 -     0x7fff80024fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
    0x7fff80025000 -     0x7fff800a2fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff800e0000 -     0x7fff8015eff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff803de000 -     0x7fff80403ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8084c000 -     0x7fff8084cff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8084d000 -     0x7fff80906fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
    0x7fff80919000 -     0x7fff80920fff  com.apple.OpenDirectory 10.6 (10.6) <460F77D1-3CB8-B9B6-B9D1-D6644D2C6756> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80921000 -     0x7fff8095cfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8095d000 -     0x7fff8095ffff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff80997000 -     0x7fff811a1fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff811ed000 -     0x7fff811eefff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
    0x7fff811ef000 -     0x7fff81203ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff81220000 -     0x7fff81220ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff81221000 -     0x7fff812feff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8137d000 -     0x7fff8153efef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff8153f000 -     0x7fff81600fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff81844000 -     0x7fff81901fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff82097000 -     0x7fff820e3fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
    0x7fff820e4000 -     0x7fff8210bff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8210c000 -     0x7fff8219cfff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff82310000 -     0x7fff82310ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff82560000 -     0x7fff82563ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8259f000 -     0x7fff8263ffff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff82640000 -     0x7fff82974fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff82975000 -     0x7fff82a49fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff82a4a000 -     0x7fff82b69ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0CE8D59B-D0C7-1DCE-3654-37F27F61BEFA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff82b7c000 -     0x7fff82b9dfe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff833df000 -     0x7fff83401ff7  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <7D173736-CBDF-F02F-2D07-B38F565D5ED4> /usr/lib/libexpat.1.dylib
    0x7fff83402000 -     0x7fff83402ff7  com.apple.Carbon 150 (152) <BD59781B-CDD9-9E53-7918-5566FB25D304> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83403000 -     0x7fff83423fff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff837f4000 -     0x7fff83879ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff83890000 -     0x7fff838e3ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff838e4000 -     0x7fff8393afe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8393b000 -     0x7fff84037ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff84040000 -     0x7fff84063fff  com.apple.opencl 12.3.6 (12.3.6) <C7C90299-2126-830A-7D00-73331AA044B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff84084000 -     0x7fff8409afe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8409b000 -     0x7fff840a7fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
    0x7fff840d8000 -     0x7fff84119fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8411a000 -     0x7fff8411cfff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84162000 -     0x7fff841a3ff7  com.apple.SystemConfiguration 1.10.9 (1.10.2) <642854D8-F4EF-4685-42A6-E48A1904D885> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff841a4000 -     0x7fff841a9ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff841aa000 -     0x7fff841b9fef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff841ba000 -     0x7fff84254fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8427d000 -     0x7fff8457bfff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8457c000 -     0x7fff845a4fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff845a5000 -     0x7fff845edff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff846e9000 -     0x7fff84753fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff84754000 -     0x7fff84754ff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff84755000 -     0x7fff847e1fef  SecurityFoundation ??? (???) <C538CFE6-A2C9-0678-3221-C0E8667D22C3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff847e2000 -     0x7fff84917fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff84928000 -     0x7fff84a42fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff84a43000 -     0x7fff84a8aff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff84a8b000 -     0x7fff84abcfff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff84ca2000 -     0x7fff84cf1ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <EDE08F8A-F933-0059-3E58-A31C45C82329> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff84d28000 -     0x7fff84da7fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff84da8000 -     0x7fff84dc1fff  com.apple.CFOpenDirectory 10.6 (10.6) <32DF31BC-F7EE-40A6-C629-5AE4B389C1A8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff84dc2000 -     0x7fff84ed8ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
    0x7fff84ed9000 -     0x7fff84edfff7  IOSurface ??? (???) <12FB0DFC-8A3E-B349-2A3C-28A4D3BA4DD8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff85fcd000 -     0x7fff85fe3fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
    0x7fff860c9000 -     0x7fff86240fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8646f000 -     0x7fff86470ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8647d000 -     0x7fff864c6fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff864c7000 -     0x7fff864e2ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff865bc000 -     0x7fff865d0fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff867aa000 -     0x7fff867b5ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff86817000 -     0x7fff869d5fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
    0x7fff86b79000 -     0x7fff86b79ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff86b7a000 -     0x7fff86fbdfef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8703b000 -     0x7fff870f1ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff8713d000 -     0x7fff871fffe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff87373000 -     0x7fff87384ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
    0x7fff87440000 -     0x7fff874f0fff  edu.mit.Kerberos 6.5.11 (6.5.11) <3437B39E-8B40-B7E5-2FC3-000A0F7262C3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff874ff000 -     0x7fff87511fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
    0x7fff8760f000 -     0x7fff87891fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87920000 -     0x7fff8831aff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff88750000 -     0x7fff8879aff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8881e000 -     0x7fff889ddfff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8916f000 -     0x7fff8919aff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
    0x7fff8919b000 -     0x7fff891b2fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff891b3000 -     0x7fff891b4ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff892f2000 -     0x7fff892f9fef  com.apple.CommerceCore 1.0 (9.2) <71BA8AF7-A99D-4862-CDE1-AA67D90B6067> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff892fa000 -     0x7fff892fdff7  com.apple.securityhi 4.0 (36638) <2C522D50-1BBF-F38B-F9DB-502FEF49F94D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff892fe000 -     0x7fff893b3fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8940e000 -     0x7fff897abfe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff897ba000 -     0x7fff897c8ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
    0x7fff897c9000 -     0x7fff897ccfff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff897cd000 -     0x7fff897e2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff89b08000 -     0x7fff89b5dff7  com.apple.framework.familycontrols 2.0.2 (2020) <8591B47D-BCE3-3EF7-DECB-8795FE3556BA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff89b5e000 -     0x7fff89c43fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff89c90000 -     0x7fff89c9ffff  com.apple.NetFS 3.2.2 (3.2.2) <0A19AF05-F331-2762-A03C-CA78E86C7810> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff89e5f000 -     0x7fff89e99fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
    0x7fff89e9a000 -     0x7fff8a123ff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8a124000 -     0x7fff8a129fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8a12a000 -     0x7fff8a130ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8a1b1000 -     0x7fff8a1b5ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8a436000 -     0x7fff8a574fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8a774000 -     0x7fff8a779fff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8a77a000 -     0x7fff8a7dafe7  com.apple.framework.IOKit 2.0 (???) <2D2A51AA-4021-0F64-BE58-B0ED5388D899> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBookPro8,3, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 1.70f5
Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS725050A9A362, 465,76 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 4



--
Greetings

  Pete

Bake pizza not war!






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 22:42         ` Alan Third
@ 2017-12-11 19:16           ` Charles A. Roelli
  2017-12-11 21:01             ` Alan Third
  2017-12-11 22:35           ` Richard Stallman
  2017-12-18 21:16           ` Richard Stallman
  2 siblings, 1 reply; 26+ messages in thread
From: Charles A. Roelli @ 2017-12-11 19:16 UTC (permalink / raw)
  To: Alan Third; +Cc: peter_dyballa, 23753, rms

> Date: Sun, 10 Dec 2017 22:42:25 +0000
> From: Alan Third <alan@idiocy.org>
> 
> On Sun, Dec 10, 2017 at 04:44:13PM -0500, Richard Stallman wrote:
> > [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> > [[[ whether defending the US Constitution against all enemies,     ]]]
> > [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> > 
> >   > I would think removing this feature from the Emacs sources so that
> >   > they compile with standard gcc would be a high priority for Emacs.
> >   > It's surpising this has not come up before.
> > 
> > Yes, we must insist on removing them.
> 
> Is it acceptable to leave them in when building with Clang? Something like:
> 
> #ifdef __clang__
>  <block>
> #endif
> 
> > Are there any in the Emacs 26 pretest?
> 
> Yes, the two in macfont.m.
> 
> As for whether there’s any demand for them, I can’t answer that. It
> might be better to ask the GNUstep people.
> 
> Charles, do you know of a better solution than just making them
> in‐line?

Nope.  It would also be interesting to find out the performance impact
on redisplay.  Since the glyph information seems to be cached (?), the
impact may be negligible.





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-11 19:16           ` Charles A. Roelli
@ 2017-12-11 21:01             ` Alan Third
  2017-12-12  1:31               ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 26+ messages in thread
From: Alan Third @ 2017-12-11 21:01 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: peter_dyballa, 23753, Charles A. Roelli, rms

On Mon, Dec 11, 2017 at 08:16:24PM +0100, Charles A. Roelli wrote:
> > Date: Sun, 10 Dec 2017 22:42:25 +0000
> > From: Alan Third <alan@idiocy.org>
> > 
> > On Sun, Dec 10, 2017 at 04:44:13PM -0500, Richard Stallman wrote:
> > > [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> > > [[[ whether defending the US Constitution against all enemies,     ]]]
> > > [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> > > 
> > >   > I would think removing this feature from the Emacs sources so that
> > >   > they compile with standard gcc would be a high priority for Emacs.
> > >   > It's surpising this has not come up before.
> > > 
> > > Yes, we must insist on removing them.
> > 
> > Is it acceptable to leave them in when building with Clang? Something like:
> > 
> > #ifdef __clang__
> >  <block>
> > #endif
> > 
> > > Are there any in the Emacs 26 pretest?
> > 
> > Yes, the two in macfont.m.
> > 
> > As for whether there’s any demand for them, I can’t answer that. It
> > might be better to ask the GNUstep people.
> > 
> > Charles, do you know of a better solution than just making them
> > in‐line?
> 
> Nope.  It would also be interesting to find out the performance impact
> on redisplay.  Since the glyph information seems to be cached (?), the
> impact may be negligible.

Yamamoto san, I hope it’s OK to copy you in on this.

In order to make the NS port of Emacs compile on GCC on macOS we need
to remove two instances of Objective‐C blocks in macfont.m. It looks
to me like we can make it run in‐line, i.e. change

      dispatch_group_async (group, queue, ^{
          glyphs[i] = kCGFontIndexInvalid;

          if (default_uvs_offset)
            {
              struct default_uvs_table *default_uvs =
                (struct default_uvs_table *) ((UInt8 *) uvs


to just

      {
          glyphs[i] = kCGFontIndexInvalid;

          if (default_uvs_offset)
            {
              struct default_uvs_table *default_uvs =
                (struct default_uvs_table *) ((UInt8 *) uvs

As far as I can see this will still work, but we’re not sure whether
it will cause any problems. Since this is, I believe, your code, do
you have any thoughts on the matter?
-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 22:42         ` Alan Third
  2017-12-11 19:16           ` Charles A. Roelli
@ 2017-12-11 22:35           ` Richard Stallman
  2017-12-18 21:16           ` Richard Stallman
  2 siblings, 0 replies; 26+ messages in thread
From: Richard Stallman @ 2017-12-11 22:35 UTC (permalink / raw)
  To: Alan Third; +Cc: peter_dyballa, 23753, charles

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Is it acceptable to leave them in when building with Clang? Something like:

  > #ifdef __clang__
  >  <block>
  > #endif

Emacs should not do anything to try to give better performance
specifically when compiled with Clang, than when compiled with GCC.

So please put the code in-line, until GCC supports these blocks.

Please ack when it is done.


-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-11 21:01             ` Alan Third
@ 2017-12-12  1:31               ` YAMAMOTO Mitsuharu
  2017-12-12 17:18                 ` Alan Third
  0 siblings, 1 reply; 26+ messages in thread
From: YAMAMOTO Mitsuharu @ 2017-12-12  1:31 UTC (permalink / raw)
  To: Alan Third; +Cc: Charles A. Roelli, rms, 23753, peter_dyballa

>>>>> On Mon, 11 Dec 2017 21:01:23 +0000, Alan Third <alan@idiocy.org> said:

> Yamamoto san, I hope it’s OK to copy you in on this.

> In order to make the NS port of Emacs compile on GCC on macOS we need
> to remove two instances of Objective‐C blocks in macfont.m. It looks
> to me like we can make it run in‐line, i.e. change

>       dispatch_group_async (group, queue, ^{
>           glyphs[i] = kCGFontIndexInvalid;

>           if (default_uvs_offset)
>             {
>               struct default_uvs_table *default_uvs =
>                 (struct default_uvs_table *) ((UInt8 *) uvs


> to just

>       {
>           glyphs[i] = kCGFontIndexInvalid;

>           if (default_uvs_offset)
>             {
>               struct default_uvs_table *default_uvs =
>                 (struct default_uvs_table *) ((UInt8 *) uvs

> As far as I can see this will still work, but we’re not sure whether
> it will cause any problems. Since this is, I believe, your code, do
> you have any thoughts on the matter?

Running it in-line wouldn't cause any problems.  Actually, the Mac
port based on Emacs 23, which supported older systems that lack
libdispatch and blocks, had conditionals to make it in-line for such
systems:

https://bitbucket.org/mituharu/emacs-mac/src/290e18a99605219116728192433f441db15b97e2/src/macfont.c?at=mac-23&fileviewer=file-view-default#macfont.c-812

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-12  1:31               ` YAMAMOTO Mitsuharu
@ 2017-12-12 17:18                 ` Alan Third
  2017-12-12 17:46                   ` Glenn Morris
  0 siblings, 1 reply; 26+ messages in thread
From: Alan Third @ 2017-12-12 17:18 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: peter_dyballa, 23753, Charles A. Roelli, rms

On Tue, Dec 12, 2017 at 10:31:44AM +0900, YAMAMOTO Mitsuharu wrote:
> Running it in-line wouldn't cause any problems.  Actually, the Mac
> port based on Emacs 23, which supported older systems that lack
> libdispatch and blocks, had conditionals to make it in-line for such
> systems:

Thank you.

I’ve pushed a change to master to inline the two blocks.
-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-12 17:18                 ` Alan Third
@ 2017-12-12 17:46                   ` Glenn Morris
  2017-12-12 19:07                     ` Alan Third
  0 siblings, 1 reply; 26+ messages in thread
From: Glenn Morris @ 2017-12-12 17:46 UTC (permalink / raw)
  To: Alan Third; +Cc: peter_dyballa, 23753, Charles A. Roelli, rms

Alan Third wrote:

> I've pushed a change to master to inline the two blocks.

I believe rms had asked that this be fixed for the next release,
ie it should have gone to the emacs-26 branch.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-12 17:46                   ` Glenn Morris
@ 2017-12-12 19:07                     ` Alan Third
  2017-12-12 19:17                       ` Eli Zaretskii
  0 siblings, 1 reply; 26+ messages in thread
From: Alan Third @ 2017-12-12 19:07 UTC (permalink / raw)
  To: Glenn Morris; +Cc: peter_dyballa, 23753, Charles A. Roelli, rms

On Tue, Dec 12, 2017 at 12:46:39PM -0500, Glenn Morris wrote:
> Alan Third wrote:
> 
> > I've pushed a change to master to inline the two blocks.
> 
> I believe rms had asked that this be fixed for the next release,
> ie it should have gone to the emacs-26 branch.

Ah, my mistake. Sorry. How do I put it in emacs-26 so it doesn’t cause
problems at the next merge?

(Or do I have to do the next merge in order to clean it up?)
-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-12 19:07                     ` Alan Third
@ 2017-12-12 19:17                       ` Eli Zaretskii
  2017-12-12 20:39                         ` Alan Third
  0 siblings, 1 reply; 26+ messages in thread
From: Eli Zaretskii @ 2017-12-12 19:17 UTC (permalink / raw)
  To: Alan Third; +Cc: peter_dyballa, 23753, charles, rms

> Date: Tue, 12 Dec 2017 19:07:03 +0000
> From: Alan Third <alan@idiocy.org>
> Cc: peter_dyballa@freenet.de, 23753@debbugs.gnu.org,
> 	"Charles A. Roelli" <charles@aurox.ch>, rms@gnu.org
> 
> > I believe rms had asked that this be fixed for the next release,
> > ie it should have gone to the emacs-26 branch.
> 
> Ah, my mistake. Sorry. How do I put it in emacs-26 so it doesn’t cause
> problems at the next merge?

Use "git cherry-pick -x" to backport the commit to emacs-26.





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-12 19:17                       ` Eli Zaretskii
@ 2017-12-12 20:39                         ` Alan Third
  0 siblings, 0 replies; 26+ messages in thread
From: Alan Third @ 2017-12-12 20:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: peter_dyballa, 23753, charles, rms

On Tue, Dec 12, 2017 at 09:17:07PM +0200, Eli Zaretskii wrote:
> > Date: Tue, 12 Dec 2017 19:07:03 +0000
> > From: Alan Third <alan@idiocy.org>
> > Cc: peter_dyballa@freenet.de, 23753@debbugs.gnu.org,
> > 	"Charles A. Roelli" <charles@aurox.ch>, rms@gnu.org
> > 
> > > I believe rms had asked that this be fixed for the next release,
> > > ie it should have gone to the emacs-26 branch.
> > 
> > Ah, my mistake. Sorry. How do I put it in emacs-26 so it doesn’t cause
> > problems at the next merge?
> 
> Use "git cherry-pick -x" to backport the commit to emacs-26.

Thank you. Done.
-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-10 22:42         ` Alan Third
  2017-12-11 19:16           ` Charles A. Roelli
  2017-12-11 22:35           ` Richard Stallman
@ 2017-12-18 21:16           ` Richard Stallman
  2017-12-18 21:21             ` Alan Third
  2 siblings, 1 reply; 26+ messages in thread
From: Richard Stallman @ 2017-12-18 21:16 UTC (permalink / raw)
  To: Alan Third; +Cc: peter_dyballa, 23753, charles

Have the blocks in the MacOS code been moved inline?
I didn't get a response to the message

======================================================================
  > Is it acceptable to leave them in when building with Clang? Something like:

  > #ifdef __clang__
  >  <block>
  > #endif

Emacs should not do anything to try to give better performance
specifically when compiled with Clang, than when compiled with GCC.

So please put the code in-line, until GCC supports these blocks.

Please ack when it is done.


-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.






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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-18 21:16           ` Richard Stallman
@ 2017-12-18 21:21             ` Alan Third
  2017-12-19 23:03               ` Richard Stallman
  0 siblings, 1 reply; 26+ messages in thread
From: Alan Third @ 2017-12-18 21:21 UTC (permalink / raw)
  To: Richard Stallman; +Cc: peter_dyballa, 23753, charles

On Mon, Dec 18, 2017 at 04:16:46PM -0500, Richard Stallman wrote:
> Have the blocks in the MacOS code been moved inline?
> I didn't get a response to the message

Yes, they have been. I thought I’d replied in this thread, apologies
if not.

-- 
Alan Third





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

* bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
  2017-12-18 21:21             ` Alan Third
@ 2017-12-19 23:03               ` Richard Stallman
  0 siblings, 0 replies; 26+ messages in thread
From: Richard Stallman @ 2017-12-19 23:03 UTC (permalink / raw)
  To: Alan Third; +Cc: peter_dyballa, 23753, charles

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > > Have the blocks in the MacOS code been moved inline?
  > > I didn't get a response to the message

  > Yes, they have been. I thought I’d replied in this thread, apologies
  > if not.

Perhaps my reminder program failed to associate the response
with the original message I sent.  I apologize for the confusion.

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.






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

end of thread, other threads:[~2017-12-19 23:03 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12 12:23 bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8 Peter Dyballa
2016-06-12 12:43 ` Peter Dyballa
2017-12-09 19:16   ` Charles A. Roelli
2017-12-09 20:49     ` Glenn Morris
2017-12-10 10:20       ` Alan Third
2017-12-10 14:58         ` Peter Dyballa
2017-12-10 22:44           ` Alan Third
2017-12-11  0:24             ` Peter Dyballa
2017-12-10 21:44       ` Richard Stallman
2017-12-10 22:42         ` Alan Third
2017-12-11 19:16           ` Charles A. Roelli
2017-12-11 21:01             ` Alan Third
2017-12-12  1:31               ` YAMAMOTO Mitsuharu
2017-12-12 17:18                 ` Alan Third
2017-12-12 17:46                   ` Glenn Morris
2017-12-12 19:07                     ` Alan Third
2017-12-12 19:17                       ` Eli Zaretskii
2017-12-12 20:39                         ` Alan Third
2017-12-11 22:35           ` Richard Stallman
2017-12-18 21:16           ` Richard Stallman
2017-12-18 21:21             ` Alan Third
2017-12-19 23:03               ` Richard Stallman
2017-12-10 23:49         ` Glenn Morris
2017-12-10 21:44     ` Richard Stallman
2016-06-13 17:28 ` Glenn Morris
2017-12-08 18:37 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).