← Back to team overview

kicad-developers team mailing list archive

Re: OSX Build changes.

 

Hi folks,

I just built r5164 following Bernhard's excellent instructions, and I am
unable to open pcbnew as well.

My error is:

14:46:37:
dlopen(/Users/wolf/wnl_git/mac/bin/kicad.app/Contents/MacOS/_pcbnew.kiface,
10): Library not loaded: /usr/local/lib/libpng15.15.dylib
  Referenced from:
/Users/wolf/wnl_git/mac/bin/kicad.app/Contents/MacOS/libcairo.2.dylib
  Reason: image not found
14:46:37: IO_ERROR: Fatal Installation Bug
missing file:
'/Users/wolf/wnl_git/mac/bin/kicad.app/Contents/MacOS/_pcbnew.kiface'

argv[0]:
'/Users/wolf/wnl_git/mac/bin/kicad.app/Contents/MacOS/kicad'
from /Users/wolf/wnl_git/mac/kicad/common/kiway.cpp : KiFACE() : line 212


Version Number:
Application: kicad
Version: (2014-10-05 BZR 5164)-product Release build
wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C++ ABI 1002,GCC
4.2.1,STL containers,compatible with 2.8)
Platform: Mac OS X (Darwin 13.4.0 x86_64), 64 bit, Little endian, wxMac
Boost version: 1.54.0
         USE_WX_GRAPHICS_CONTEXT=OFF
         USE_WX_OVERLAY=ON
         KICAD_SCRIPTING=OFF
         KICAD_SCRIPTING_MODULES=OFF
         KICAD_SCRIPTING_WXPYTHON=OFF
         USE_FP_LIB_TABLE=HARD_CODED_ON
         BUILD_GITHUB_PLUGIN=ON


Thoughts?

Adam Wolf
Cofounder and Engineer
W&L

On Mon, Oct 6, 2014 at 1:10 AM, Bernhard Stegmaier <stegmaier@xxxxxxxxxxxxx>
wrote:

> Hi Jean-Paul,
>
> I didn’t see something like this up to now.
>
> There is one strange thing… you seem to use Boost 1.56, whereas KiCad only
> ships with 1.54.
> That’s the only dependency that currently is still being built by KiCad
> (as far as I know Wayne is working on removing that, but I have not seen
> that he did yet).
> My current version info (you can’t do scripting at the moment, will have
> to be committed first):
>
> Application: kicad
> Version: (2014-10-02 BZR 5162)-product Release build
> wxWidgets: Version 3.0.1 (debug,UTF-8,compiler with C++ ABI 1002,GCC
> 4.2.1,STL containers,compatible with 2.8)
> Platform: Mac OS X (Darwin 13.3.0 x86_64), 64 bit, Little endian, wxMac
> Boost version: 1.54.0
>          USE_WX_GRAPHICS_CONTEXT=OFF
>          USE_WX_OVERLAY=ON
>          KICAD_SCRIPTING=ON
>          KICAD_SCRIPTING_MODULES=ON
>          KICAD_SCRIPTING_WXPYTHON=ON
>          USE_FP_LIB_TABLE=HARD_CODED_ON
>          BUILD_GITHUB_PLUGIN=ON
>
> I still have Darwin 13.3.0, but that hopefully shouldn’t be a problem
> (yes, latest updates still pending…).
>
> Could you check why/how you built with Boost 1.56 and maybe try to use the
> internal one?
>
>
> Regards,
> Bernhard
>
> On 06.10.2014, at 02:40, Jean-Paul Louis <louijp@xxxxxxxxx> wrote:
>
> > Hi Bernhard,
> >
> > BZR5162 on OS X, pcbnew crashes on start.
> > Details of the crash are below.
> >
> > Jean-Paul
> > AC9GH
> >
> > Application: kicad
> > Version: (2014-10-02 BZR 5162)-product Release build
> > wxWidgets: Version 3.0.1 (debug,UTF-8,compiler with C++ ABI 1002,GCC
> 4.2.1,STL containers,compatible with 2.8)
> > Platform: Mac OS X (Darwin 13.4.0 x86_64), 64 bit, Little endian, wxMac
> > Boost version: 1.56.0
> >         USE_WX_GRAPHICS_CONTEXT=OFF
> >         USE_WX_OVERLAY=ON
> >         KICAD_SCRIPTING=OFF
> >         KICAD_SCRIPTING_MODULES=OFF
> >         KICAD_SCRIPTING_WXPYTHON=OFF
> >         USE_FP_LIB_TABLE=HARD_CODED_ON
> >         BUILD_GITHUB_PLUGIN=ON
> >
> >
> >
> > Process:         kicad [53274]
> > Path:            /Applications/kicad/kicad.app/Contents/MacOS/kicad
> > Identifier:      org.kicad-eda.kicad
> > Version:         ??? (???)
> > Code Type:       X86-64 (Native)
> > Parent Process:  launchd [255]
> > Responsible:     kicad [53274]
> > User ID:         501
> >
> > Date/Time:       2014-10-05 20:16:17.035 -0400
> > OS Version:      Mac OS X 10.9.5 (13F34)
> > Report Version:  11
> > Anonymous UUID:  F083C7E2-3CB1-C884-21A3-0E601BD2B66D
> >
> >
> > Crashed Thread:  0  Dispatch queue: com.apple.main-thread
> >
> > Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> > Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
> >
> > VM Regions Near 0x8:
> > -->
> >    __TEXT                 0000000100000000-00000001000ce000 [  824K]
> r-x/rwx SM=COW  /Applications/kicad/kicad.app/Contents/MacOS/kicad
> >
> > Application Specific Information:
> > Performing @selector(controlAction:) from sender wxNSButton
> 0x608000361d40
> >
> > Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> > 0   _pcbnew.kiface                    0x000000010bdb69d0
> KIGFX::VIEW::SetGAL(KIGFX::GAL*) + 112
> > 1   _pcbnew.kiface                    0x000000010be13d74
> EDA_DRAW_PANEL_GAL::EDA_DRAW_PANEL_GAL(wxWindow*, int, wxPoint const&,
> wxSize const&, EDA_DRAW_PANEL_GAL::GalType) + 436
> > 2   _pcbnew.kiface                    0x000000010bab3e29
> PCB_DRAW_PANEL_GAL::PCB_DRAW_PANEL_GAL(wxWindow*, int, wxPoint const&,
> wxSize const&, EDA_DRAW_PANEL_GAL::GalType) + 25
> > 3   _pcbnew.kiface                    0x000000010b79cb6a
> PCB_EDIT_FRAME::PCB_EDIT_FRAME(KIWAY*, wxWindow*) + 1130
> > 4   _pcbnew.kiface                    0x000000010b77cec1
> PCB::IFACE::CreateWindow(wxWindow*, int, KIWAY*, int) + 113
> > 5   org.kicad-eda.kicad               0x000000010007276b
> KIWAY::Player(FRAME_T, bool) + 363
> > 6   org.kicad-eda.kicad               0x000000010001e30a
> KICAD_MANAGER_FRAME::RunPcbNew(wxString const&) + 42
> > 7   org.kicad-eda.kicad               0x000000010001e5ba
> KICAD_MANAGER_FRAME::OnRunPcbNew(wxCommandEvent&) + 250
> > 8   libwx_baseu-3.0.0.dylib           0x0000000100d4f6f0
> wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 240
> > 9   libwx_baseu-3.0.0.dylib           0x0000000100d50b0b
> wxEvtHandler::ProcessEvent(wxEvent&) + 283
> > 10  org.kicad-eda.kicad               0x0000000100059e1c
> EDA_BASE_FRAME::ProcessEvent(wxEvent&) + 28
> > 11  libwx_baseu-3.0.0.dylib           0x0000000100d50c04
> wxEvtHandler::ProcessEventLocally(wxEvent&) + 164
> > 12  libwx_baseu-3.0.0.dylib           0x0000000100d50aae
> wxEvtHandler::ProcessEvent(wxEvent&) + 190
> > 13  libwx_osx_cocoau_core-3.0.0.dylib 0x00000001006e25a4
> wxWindowBase::TryAfter(wxEvent&) + 228
> > 14  libwx_baseu-3.0.0.dylib           0x0000000100d50b34
> wxEvtHandler::ProcessEvent(wxEvent&) + 324
> > 15  libwx_osx_cocoau_core-3.0.0.dylib 0x00000001006e25a4
> wxWindowBase::TryAfter(wxEvent&) + 228
> > 16  libwx_baseu-3.0.0.dylib           0x0000000100d50b34
> wxEvtHandler::ProcessEvent(wxEvent&) + 324
> > 17  libwx_baseu-3.0.0.dylib           0x0000000100d50ebf
> wxEvtHandler::SafelyProcessEvent(wxEvent&) + 15
> > 18  libwx_osx_cocoau_core-3.0.0.dylib 0x00000001004d95de
> wxButton::OSXHandleClicked(double) + 62
> > 19  com.apple.AppKit                  0x00007fff90f9c260 -[NSApplication
> sendAction:to:from:] + 327
> > 20  com.apple.AppKit                  0x00007fff90f9c0de -[NSControl
> sendAction:to:] + 86
> > 21  com.apple.AppKit                  0x00007fff90fe8c4d -[NSCell
> _sendActionFrom:] + 128
> > 22  com.apple.AppKit                  0x00007fff91002655 -[NSCell
> trackMouse:inRect:ofView:untilMouseUp:] + 2316
> > 23  com.apple.AppKit                  0x00007fff91001a27 -[NSButtonCell
> trackMouse:inRect:ofView:untilMouseUp:] + 487
> > 24  com.apple.AppKit                  0x00007fff9100113d -[NSControl
> mouseDown:] + 706
> > 25  libwx_osx_cocoau_core-3.0.0.dylib 0x00000001005a2e90
> wxWidgetCocoaImpl::mouseEvent(NSEvent*, NSView*, void*) + 288
> > 26  com.apple.AppKit                  0x00007fff90f82a58 -[NSWindow
> sendEvent:] + 11296
> > 27  libwx_osx_cocoau_core-3.0.0.dylib 0x000000010058ff96 -[wxNSWindow
> sendEvent:] + 118
> > 28  com.apple.AppKit                  0x00007fff90f215d4 -[NSApplication
> sendEvent:] + 2021
> > 29  libwx_osx_cocoau_core-3.0.0.dylib 0x00000001004ae9d6
> -[wxNSApplication sendEvent:] + 134
> > 30  com.apple.AppKit                  0x00007fff90d719f9 -[NSApplication
> run] + 646
> > 31  libwx_osx_cocoau_core-3.0.0.dylib 0x0000000100583843
> wxGUIEventLoop::OSXDoRun() + 115
> > 32  libwx_baseu-3.0.0.dylib           0x0000000100d1b454
> wxCFEventLoop::DoRun() + 52
> > 33  libwx_baseu-3.0.0.dylib           0x0000000100c28e55
> wxEventLoopBase::Run() + 165
> > 34  libwx_baseu-3.0.0.dylib           0x0000000100bdbca1
> wxAppConsoleBase::MainLoop() + 209
> > 35  libwx_osx_cocoau_core-3.0.0.dylib 0x0000000100508efa wxApp::OnRun()
> + 26
> > 36  org.kicad-eda.kicad               0x0000000100019b29
> APP_KICAD::OnRun() + 25
> > 37  libwx_baseu-3.0.0.dylib           0x0000000100c79b67 wxEntry(int&,
> wchar_t**) + 71
> > 38  org.kicad-eda.kicad               0x0000000100019470 main + 48
> > 39  org.kicad-eda.kicad               0x0000000100005794 start + 52
> >
> > Thread 1:: Dispatch queue: com.apple.libdispatch-manager
> > 0   libsystem_kernel.dylib            0x00007fff92432662 kevent64 + 10
> > 1   libdispatch.dylib                 0x00007fff899e3421
> _dispatch_mgr_invoke + 239
> > 2   libdispatch.dylib                 0x00007fff899e3136
> _dispatch_mgr_thread + 52
> >
> > Thread 2:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 3:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 4:
> > 0   libsystem_kernel.dylib            0x00007fff9242da1a mach_msg_trap +
> 10
> > 1   libsystem_kernel.dylib            0x00007fff9242cd18 mach_msg + 64
> > 2   com.apple.CoreFoundation          0x00007fff8a16bf15
> __CFRunLoopServiceMachPort + 181
> > 3   com.apple.CoreFoundation          0x00007fff8a16b539 __CFRunLoopRun
> + 1161
> > 4   com.apple.CoreFoundation          0x00007fff8a16ae75
> CFRunLoopRunSpecific + 309
> > 5   com.apple.AppKit                  0x00007fff90f1e05e _NSEventThread
> + 144
> > 6   libsystem_pthread.dylib           0x00007fff8dcf4899 _pthread_body +
> 138
> > 7   libsystem_pthread.dylib           0x00007fff8dcf472a _pthread_start
> + 137
> > 8   libsystem_pthread.dylib           0x00007fff8dcf8fc9 thread_start +
> 13
> >
> > Thread 5:: com.apple.CFSocket.private
> > 0   libsystem_kernel.dylib            0x00007fff924319aa __select + 10
> > 1   com.apple.CoreFoundation          0x00007fff8a1b7a03
> __CFSocketManager + 867
> > 2   libsystem_pthread.dylib           0x00007fff8dcf4899 _pthread_body +
> 138
> > 3   libsystem_pthread.dylib           0x00007fff8dcf472a _pthread_start
> + 137
> > 4   libsystem_pthread.dylib           0x00007fff8dcf8fc9 thread_start +
> 13
> >
> > Thread 6:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 7:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 8:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 9:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 10:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 11:
> > 0   libsystem_kernel.dylib            0x00007fff92431e6a
> __workq_kernreturn + 10
> > 1   libsystem_pthread.dylib           0x00007fff8dcf5f08
> _pthread_wqthread + 330
> > 2   libsystem_pthread.dylib           0x00007fff8dcf8fb9 start_wqthread
> + 13
> >
> > Thread 0 crashed with X86 Thread State (64-bit):
> >  rax: 0x3fffffff3fffffff  rbx: 0x00006080002c6bf8  rcx:
> 0x0000000102893a00  rdx: 0x00000001028921f8
> >  rdi: 0x0000000000000000  rsi: 0x0000000103003800  rbp:
> 0x00007fff5fbfd500  rsp: 0x00007fff5fbfd4a0
> >   r8: 0x00006080002c6ac0   r9: 0x0000000000000001  r10:
> 0x0000000000000600  r11: 0x0000000000000008
> >  r12: 0x00007fff5fbfd4b8  r13: 0x00007fff5fbfd4c4  r14:
> 0x00007fff5fbfd4c8  r15: 0x0000608000196720
> >  rip: 0x000000010bdb69d0  rfl: 0x0000000000010202  cr2:
> 0x0000000000000008
> >
> > Logical CPU:     2
> > Error Code:      0x00000004
> > Trap Number:     14
> >
> >
> > Binary Images:
> >       0x100000000 -        0x1000cdff7 +org.kicad-eda.kicad (??? - ???)
> <7E8FE78C-4036-3D4B-84BB-51C362B8BC08>
> /Applications/kicad/kicad.app/Contents/MacOS/kicad
> >       0x100115000 -        0x100120ff7 +libwx_osx_cocoau_gl-3.0.0.dylib
> (2) <6488EF3A-CCF8-327B-8092-8D9DB41B1E0B>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_osx_cocoau_gl-3.0.0.dylib
> >       0x10012c000 -        0x100199ff7 +libwx_osx_cocoau_aui-3.0.0.dylib
> (2) <90161A2C-E234-3F0A-AB48-EF2F19E959BD>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_osx_cocoau_aui-3.0.0.dylib
> >       0x1001ca000 -        0x1002ecff7 +libwx_osx_cocoau_adv-3.0.0.dylib
> (2) <8A2B9FED-53AA-3FA8-A05E-D0BE09C92E86>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_osx_cocoau_adv-3.0.0.dylib
> >       0x10039d000 -        0x10044fff7
> +libwx_osx_cocoau_html-3.0.0.dylib (2)
> <19C6CED3-FCA5-353F-80DF-F182B1B8A345>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_osx_cocoau_html-3.0.0.dylib
> >       0x100499000 -        0x10095dff7
> +libwx_osx_cocoau_core-3.0.0.dylib (2)
> <008CA129-014A-3DDE-B28F-0DA1A56769CD>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_osx_cocoau_core-3.0.0.dylib
> >       0x100b82000 -        0x100bbdfff +libwx_baseu_net-3.0.0.dylib (2)
> <39E1B475-90BD-33E1-B731-979C9DAB27CC>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_baseu_net-3.0.0.dylib
> >       0x100bd3000 -        0x100e0afff +libwx_baseu-3.0.0.dylib (2)
> <AC0B248B-CE09-3DA5-88B1-A716B0902760>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_baseu-3.0.0.dylib
> >       0x100e97000 -        0x100ec8ff7 +libwx_baseu_xml-3.0.0.dylib (2)
> <300E7A30-6AF9-3817-8B57-0865B513C0F3>
> /Applications/kicad/kicad.app/Contents/MacOS/libwx_baseu_xml-3.0.0.dylib
> >       0x100ed4000 -        0x100ed8fff  com.apple.agl (3.2.3 -
> AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D>
> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
> >       0x108838000 -        0x108839fff +libX11-xcb.1.dylib (0)
> <9DAC9FA4-104E-3426-856F-902E126DA534>
> /Applications/kicad/kicad.app/Contents/MacOS/libX11-xcb.1.dylib
> >       0x10883b000 -        0x10883ffff +libxcb-render.0.dylib (0)
> <45E03A94-EDF9-31DE-940C-D04C37BE2B21>
> /Applications/kicad/kicad.app/Contents/MacOS/libxcb-render.0.dylib
> >       0x108848000 -        0x108848ffd +cl_kernels (???)
> <B6E3ABA7-EABA-404C-9717-7EC114D0336B> cl_kernels
> >       0x10884a000 -        0x108930fef  unorm8_bgra.dylib (2.3.58)
> <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20>
> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
> >       0x108972000 -        0x108978fff +libXrender.1.dylib (0)
> <D6BCA0F2-2F17-3CE2-AD9A-D014EB81289E>
> /Applications/kicad/kicad.app/Contents/MacOS/libXrender.1.dylib
> >       0x10897c000 -        0x10897dfff +libXau.6.dylib (0)
> <935C8321-AAF2-3DED-AC86-293C2FAB97EC>
> /Applications/kicad/kicad.app/Contents/MacOS/libXau.6.dylib
> >       0x1092f7000 -        0x1092fafff +libXdmcp.6.dylib (0)
> <A811B577-61F0-3636-9654-610C3BA10267>
> /Applications/kicad/kicad.app/Contents/MacOS/libXdmcp.6.dylib
> >       0x109796000 -        0x1097d8fff +libssl.1.0.0.dylib (0)
> <731E5F1D-76A4-35FE-86A6-4A2A1C0EAF43>
> /Applications/kicad/kicad.app/Contents/MacOS/libssl.1.0.0.dylib
> >       0x10b775000 -        0x10c1aef0f +_pcbnew.kiface (???)
> <8D172909-A000-38FE-89DE-8B78D427C270>
> /Applications/kicad/kicad.app/Contents/MacOS/_pcbnew.kiface
> >       0x10c402000 -        0x10c468fff +libGLEW.1.11.0.dylib (0)
> <5E5EF034-592C-36E4-A708-0C05BBC816B2>
> /Applications/kicad/kicad.app/Contents/MacOS/libGLEW.1.11.0.dylib
> >       0x10c49b000 -        0x10c54aff7 +libcairo.2.dylib (0)
> <D8F87270-02B3-3240-940C-BDD80B3C659B>
> /Applications/kicad/kicad.app/Contents/MacOS/libcairo.2.dylib
> >       0x10c576000 -        0x10c690fff +libcrypto.1.0.0.dylib (0)
> <0C922A9B-5AD4-351F-93DB-882DF0DFCB15>
> /Applications/kicad/kicad.app/Contents/MacOS/libcrypto.1.0.0.dylib
> >       0x10c701000 -        0x10c770fff +libpixman-1.0.dylib (0)
> <3D9F0EB6-81ED-3256-80B2-13A2AB63609B>
> /Applications/kicad/kicad.app/Contents/MacOS/libpixman-1.0.dylib
> >       0x10c784000 -        0x10c7b0fff +libfontconfig.1.dylib (0)
> <BF6722D4-19CC-324A-8ED1-283CCD929C7C>
> /Applications/kicad/kicad.app/Contents/MacOS/libfontconfig.1.dylib
> >       0x10c7bc000 -        0x10c82cff7 +libfreetype.6.dylib (0)
> <BF9F32D4-C63D-3E22-A158-BAB58873E353>
> /Applications/kicad/kicad.app/Contents/MacOS/libfreetype.6.dylib
> >       0x10c843000 -        0x10c866fff +libpng16.16.dylib (0)
> <FCDD58F8-C394-3D95-AF30-79A30B71BAA2>
> /Applications/kicad/kicad.app/Contents/MacOS/libpng16.16.dylib
> >       0x10c86f000 -        0x10c87efff +libxcb.1.dylib (0)
> <DDE35A94-2D80-336D-B041-E81209EF0394>
> /Applications/kicad/kicad.app/Contents/MacOS/libxcb.1.dylib
> >       0x10c88d000 -        0x10c97eff7 +libX11.6.dylib (0)
> <D4A7E596-F43D-3FD3-B0FE-A4B369BB2795>
> /Applications/kicad/kicad.app/Contents/MacOS/libX11.6.dylib
> >       0x10c9a2000 -        0x10c9acff7 +libXext.6.dylib (0)
> <EDFED030-45A8-384C-B548-A1FE00DE0896>
> /Applications/kicad/kicad.app/Contents/MacOS/libXext.6.dylib
> >       0x10c9b2000 -        0x10c9c1ff7 +libz.1.dylib (0)
> <EE52BDB8-6083-3F10-A193-2E52AAF555E7>
> /Applications/kicad/kicad.app/Contents/MacOS/libz.1.dylib
> >       0x10c9c5000 -        0x10c9deff7 +libexpat.1.dylib (0)
> <FC0B6E54-ED80-3460-B2AC-C8B5041957F3>
> /Applications/kicad/kicad.app/Contents/MacOS/libexpat.1.dylib
> >       0x10c9e5000 -        0x10c9f3fff +libbz2.1.0.dylib (0)
> <57564CB0-AD8D-35AD-A8BE-EAF844A6005C>
> /Applications/kicad/kicad.app/Contents/MacOS/libbz2.1.0.dylib
> >       0x10c9f7000 -        0x10ca06ff7 +libz.1.dylib (0)
> <EE52BDB8-6083-3F10-A193-2E52AAF555E7> /opt/local/lib/libz.1.dylib
> >    0x7fff69375000 -     0x7fff693a8817  dyld (239.4)
> <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
> >    0x7fff86b9a000 -     0x7fff86d47f27  libobjc.A.dylib (551.1)
> <F21C5742-7B9C-31F1-BBAE-1717BC6C2F1B> /usr/lib/libobjc.A.dylib
> >    0x7fff86d48000 -     0x7fff86d4cfff  libpam.2.dylib (20)
> <A63D4DA2-06A4-3FB8-AC3F-BDD69694EE5E> /usr/lib/libpam.2.dylib
> >    0x7fff86d67000 -     0x7fff86d73ffb  com.apple.AppleFSCompression
> (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D>
> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
> >    0x7fff870d5000 -     0x7fff870edff7  com.apple.openscripting (1.4 -
> 157) <B3B037D7-1019-31E6-9D17-08E699AF3701>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> >    0x7fff870ee000 -     0x7fff870f8ff7  com.apple.bsd.ServiceManagement
> (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3>
> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
> >    0x7fff870f9000 -     0x7fff87102ffb  libsystem_notify.dylib
> (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323>
> /usr/lib/system/libsystem_notify.dylib
> >    0x7fff87103000 -     0x7fff8718cff7  libsystem_c.dylib (997.90.3)
> <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
> >    0x7fff872a0000 -     0x7fff872bcfff  libresolv.9.dylib (54)
> <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
> >    0x7fff872bd000 -     0x7fff872c1ff7  libsystem_stats.dylib (93.90.3)
> <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
> >    0x7fff87340000 -     0x7fff87391ff7  com.apple.audio.CoreAudio (4.2.1
> - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5>
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> >    0x7fff87392000 -     0x7fff873c1ff9  com.apple.GSS (4.0 - 2.0)
> <44E914BE-B0D0-3E05-9451-CA9E539AFA52>
> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
> >    0x7fff87415000 -     0x7fff874dfff7  com.apple.LaunchServices (572.28
> - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> >    0x7fff874ec000 -     0x7fff874f0ff7  libcache.dylib (62)
> <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib
> >    0x7fff874f1000 -     0x7fff87924ffb  com.apple.vision.FaceCore (3.0.0
> - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC>
> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
> >    0x7fff8792f000 -     0x7fff87936ffb  libcopyfile.dylib (103.92.1)
> <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
> >    0x7fff87e86000 -     0x7fff87e86fff  com.apple.Accelerate (1.9 -
> Accelerate 1.9) <CFEF9CBE-4A1A-33FD-9174-D44314BB28F3>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> >    0x7fff88129000 -     0x7fff88155fff  com.apple.CoreServicesInternal
> (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379>
> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
> >    0x7fff88156000 -     0x7fff88159fff  com.apple.TCC (1.0 - 1)
> <F25B5875-081A-3877-B70E-374D54B54C5F>
> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
> >    0x7fff8815a000 -     0x7fff88175ff7  libPng.dylib (1044)
> <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> >    0x7fff8834c000 -     0x7fff8834cffd  com.apple.audio.units.AudioUnit
> (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F>
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> >    0x7fff8834d000 -     0x7fff88357fff  libcommonCrypto.dylib (60049)
> <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib
> >    0x7fff88358000 -     0x7fff88359ff7  com.apple.print.framework.Print
> (9.0 - 260) <C4C40E2E-6130-3D73-B1EF-97FF3F70CF2C>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> >    0x7fff888ed000 -     0x7fff889c9fff  libcrypto.0.9.8.dylib (52)
> <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
> >    0x7fff889ca000 -     0x7fff88a37fff  com.apple.SearchKit (1.4.0 -
> 1.4.0) <33298263-5B12-340D-BB9D-D52303849561>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> >    0x7fff88a5b000 -     0x7fff88a5cfff  libunc.dylib (28)
> <C3737C9A-C06F-310C-B78C-7D8D882A35DE> /usr/lib/system/libunc.dylib
> >    0x7fff88fb5000 -     0x7fff8925fff5  com.apple.HIToolbox (2.1.1 -
> 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> >    0x7fff893fb000 -     0x7fff89442ff7  libcups.2.dylib (372.4)
> <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
> >    0x7fff89443000 -     0x7fff8946cfff  com.apple.DictionaryServices
> (1.2 - 208) <A4E4EA9E-08A1-3F77-8B57-A5A1ADD70B52>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> >    0x7fff894a9000 -     0x7fff894a9ff7  libkeymgr.dylib (28)
> <D7045F25-BFA4-3840-847D-AF95DF8B6CCA> /usr/lib/system/libkeymgr.dylib
> >    0x7fff894aa000 -     0x7fff894abfff  liblangid.dylib (117)
> <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
> >    0x7fff894db000 -     0x7fff894eaff8  com.apple.LangAnalysis (1.7.0 -
> 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> >    0x7fff894eb000 -     0x7fff89539ff7  com.apple.opencl (2.3.59 -
> 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2>
> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> >    0x7fff8953a000 -     0x7fff89541fff  com.apple.NetFS (6.0 - 4.0)
> <D4FE0F16-3085-34AF-B860-3D46B98FAD2A>
> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> >    0x7fff895a3000 -     0x7fff89633ff7  com.apple.Metadata (10.7.0 -
> 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> >    0x7fff89634000 -     0x7fff8963cff3  libCGCMS.A.dylib (599.35.4)
> <67AD122A-B8DA-3C05-8B8C-1939F5064FAE>
> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
> >    0x7fff896db000 -     0x7fff896e4ffd  com.apple.CommonAuth (4.0 - 2.0)
> <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B>
> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
> >    0x7fff896e5000 -     0x7fff8989dffb  libicucore.A.dylib (511.35)
> <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
> >    0x7fff8989e000 -     0x7fff898f7fff  libTIFF.dylib (1044)
> <FBC5800B-7F34-3755-A44E-7B37B3E0B32E>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> >    0x7fff898f8000 -     0x7fff89981fff  com.apple.ColorSync (4.9.0 -
> 4.9.0) <E7E0D542-D77A-3E32-B146-4D0FEAF282D3>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> >    0x7fff899e0000 -     0x7fff899fafff  libdispatch.dylib (339.92.1)
> <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
> >    0x7fff89a06000 -     0x7fff89a0cfff  com.apple.AOSNotification (1.7.0
> - 760.3) <307D35A7-C2CB-3024-BFE1-288A0198C003>
> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
> >    0x7fff89a0d000 -     0x7fff89a4fff7  libauto.dylib (185.5)
> <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
> >    0x7fff89a50000 -     0x7fff89a5cff7  com.apple.OpenDirectory (10.9 -
> 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> >    0x7fff89ab5000 -     0x7fff89ae4fd2  libsystem_m.dylib (3047.16)
> <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib
> >    0x7fff89aee000 -     0x7fff89bdcfff  libJP2.dylib (1044)
> <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
> >    0x7fff89bdd000 -     0x7fff89be0ffc  com.apple.IOSurface (91.1 -
> 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA>
> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> >    0x7fff89c2f000 -     0x7fff89c60fff  com.apple.MediaKit (15 - 709)
> <4AC5B9D8-7204-3CF2-AB58-69EFCDD964FC>
> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
> >    0x7fff89c88000 -     0x7fff89c88ffd  libOpenScriptingUtil.dylib (157)
> <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
> >    0x7fff89c92000 -     0x7fff89cdfff2
> com.apple.print.framework.PrintCore (9.0 - 428)
> <A2F7B9D2-7907-31D8-8462-E2E2E7C3AF2E>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> >    0x7fff89d79000 -     0x7fff89d84fff  libGL.dylib (9.6.1)
> <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> >    0x7fff8a030000 -     0x7fff8a048ff7  com.apple.GenerationalStorage
> (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304>
> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
> >    0x7fff8a049000 -     0x7fff8a07dfff  libssl.0.9.8.dylib (52)
> <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
> >    0x7fff8a07e000 -     0x7fff8a0a2ff7  libJPEG.dylib (1044)
> <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> >    0x7fff8a0fb000 -     0x7fff8a2e0fff  com.apple.CoreFoundation (6.9 -
> 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB>
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> >    0x7fff8a2e1000 -     0x7fff8a344ffb  com.apple.SystemConfiguration
> (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993>
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> >    0x7fff8a345000 -     0x7fff8a42ffff  libsqlite3.dylib (158)
> <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib
> >    0x7fff8a430000 -     0x7fff8a469ff7  com.apple.QD (3.50 - 298)
> <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> >    0x7fff8a46a000 -     0x7fff8a46bfff  com.apple.TrustEvaluationAgent
> (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B>
> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> >    0x7fff8a46c000 -     0x7fff8a4b1fff  libcurl.4.dylib (78.94.1)
> <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
> >    0x7fff8a4b2000 -     0x7fff8a4e1fff  com.apple.DebugSymbols (106 -
> 106) <9F66640E-277C-317E-A01E-A1E5B13E2592>
> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
> >    0x7fff8ac7b000 -     0x7fff8ac7bfff  com.apple.Carbon (154 - 157)
> <14069023-0BBB-3925-9BA9-EB2C9E9B8C75>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> >    0x7fff8ac89000 -     0x7fff8ac91fff  libsystem_dnssd.dylib (522.92.1)
> <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
> >    0x7fff8ac92000 -     0x7fff8acabff7  com.apple.Kerberos (3.0 - 1)
> <59427E11-37D6-34C9-95BB-D4438BFACA5B>
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> >    0x7fff8acac000 -     0x7fff8b5cb797  com.apple.CoreGraphics (1.600.0
> - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C>
> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> >    0x7fff8b5cc000 -     0x7fff8b5d2ff7  libCGXCoreImage.A.dylib
> (599.35.4) <0A9F43CB-C01F-3A98-AAB3-1E08C65BCFB4>
> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
> >    0x7fff8b81d000 -     0x7fff8b882ffb  com.apple.Heimdal (4.0 - 2.0)
> <F34D6627-9F80-3823-8B57-DB629307DF87>
> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
> >    0x7fff8bc1c000 -     0x7fff8bf1cff7  com.apple.Foundation (6.9 -
> 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8>
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >    0x7fff8bf1d000 -     0x7fff8c2feffe  libLAPACK.dylib (1094.5)
> <7E7A9B8D-1638-3914-BAE0-663B69865986>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> >    0x7fff8c331000 -     0x7fff8c332ff7
> libDiagnosticMessagesClient.dylib (100)
> <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E>
> /usr/lib/libDiagnosticMessagesClient.dylib
> >    0x7fff8c333000 -     0x7fff8c336fff  libCoreVMClient.dylib (58.1)
> <EBC36C69-C896-3C3D-8589-3E9023E7E56F>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> >    0x7fff8c3cd000 -     0x7fff8c440fff  com.apple.securityfoundation
> (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5>
> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> >    0x7fff8c441000 -     0x7fff8c45aff7  com.apple.Ubiquity (1.3 - 289)
> <664F5B33-708D-33E9-81E1-C45CBE9AAB6E>
> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
> >    0x7fff8c506000 -     0x7fff8c506fff  com.apple.Accelerate.vecLib (3.9
> - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> >    0x7fff8c507000 -     0x7fff8c522ff7  libCRFSuite.dylib (34)
> <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
> >    0x7fff8c5a1000 -     0x7fff8c5d1fff  com.apple.IconServices (25 -
> 25.17) <36811973-8777-3211-863A-76B2C20B0ED0>
> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
> >    0x7fff8c5d2000 -     0x7fff8c81aff7  com.apple.CoreData (107 - 481.3)
> <E78734AA-E3D0-33CB-A014-620BBCAB2E96>
> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> >    0x7fff8c81b000 -     0x7fff8c876ffb  com.apple.AE (665.5 - 665.5)
> <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> >    0x7fff8c877000 -     0x7fff8c8c5fff  libcorecrypto.dylib (161.1)
> <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
> >    0x7fff8c8e5000 -     0x7fff8c949fff  com.apple.datadetectorscore (5.0
> - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0>
> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
> >    0x7fff8c94a000 -     0x7fff8ca0cff5  com.apple.CoreText (367.20 -
> 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B>
> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >    0x7fff8ca0d000 -     0x7fff8cb61ff3
> com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10)
> <69B273E8-5A8E-3FC7-B807-C16B657662FE>
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> >    0x7fff8cd1b000 -     0x7fff8cd23ff7
> com.apple.speech.recognition.framework (4.2.4 - 4.2.4)
> <A816D8B1-6B7B-3E5B-9FAE-CBDA70192E7E>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> >    0x7fff8cd24000 -     0x7fff8cd9bfff
> com.apple.CoreServices.OSServices (600.4 - 600.4)
> <C63562F5-6DF5-3EE9-8897-FF61A44C8251>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> >    0x7fff8cdb4000 -     0x7fff8cdb5fff  libsystem_sandbox.dylib
> (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77>
> /usr/lib/system/libsystem_sandbox.dylib
> >    0x7fff8cdbc000 -     0x7fff8cdccfff  libbsm.0.dylib (33)
> <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
> >    0x7fff8cdcd000 -     0x7fff8cdceff7  libSystem.B.dylib (1197.1.1)
> <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
> >    0x7fff8cdcf000 -     0x7fff8ceffff7  com.apple.desktopservices (1.8.3
> - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050>
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> >    0x7fff8cf00000 -     0x7fff8cf02ff3  libsystem_configuration.dylib
> (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C>
> /usr/lib/system/libsystem_configuration.dylib
> >    0x7fff8cf03000 -     0x7fff8cf2bffb  libxslt.1.dylib (13)
> <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
> >    0x7fff8cf72000 -     0x7fff8cf97ff7  com.apple.CoreVideo (1.8 -
> 117.2) <FE12553A-9B5A-337E-92BD-EA8A8194C91A>
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> >    0x7fff8d3cb000 -     0x7fff8d483ff7  com.apple.DiscRecording (8.0 -
> 8000.4.6) <FCBB5558-A702-3658-AEE4-7D129AFBF350>
> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
> >    0x7fff8d484000 -     0x7fff8d58aff7  com.apple.ImageIO.framework
> (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
> >    0x7fff8d58b000 -     0x7fff8d5cafff  libGLU.dylib (9.6.1)
> <AE032555-3E2F-3DBF-A26D-EA4576061605>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> >    0x7fff8d5cb000 -     0x7fff8d61efff  com.apple.ScalableUserInterface
> (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
> >    0x7fff8d761000 -     0x7fff8d852ff9  libiconv.2.dylib (41)
> <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
> >    0x7fff8dc8c000 -     0x7fff8dcb0fff  libxpc.dylib (300.90.2)
> <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
> >    0x7fff8dcb1000 -     0x7fff8dcf2fff  com.apple.PerformanceAnalysis
> (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3>
> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
> >    0x7fff8dcf3000 -     0x7fff8dcfaff7  libsystem_pthread.dylib (53.1.4)
> <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C>
> /usr/lib/system/libsystem_pthread.dylib
> >    0x7fff8dcfb000 -     0x7fff8dd06fff  libkxld.dylib (2422.115.4)
> <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
> >    0x7fff8dfd6000 -     0x7fff8dfe3ff7  libxar.1.dylib (202)
> <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
> >    0x7fff8dfe4000 -     0x7fff8e0c8ff7  com.apple.coreui (2.2 - 231.1)
> <187DF89C-8A64-366D-8782-F90315FA3CD7>
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> >    0x7fff8e0cb000 -     0x7fff8e123ff7  com.apple.Symbolication (1.4 -
> 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512>
> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
> >    0x7fff8e247000 -     0x7fff8e251ff7  com.apple.CrashReporterSupport
> (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE>
> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
> >    0x7fff8e411000 -     0x7fff8e438ff7  libsystem_network.dylib (241.3)
> <A499D688-9165-3776-8C8E-C018897B5B13>
> /usr/lib/system/libsystem_network.dylib
> >    0x7fff8e4c5000 -     0x7fff8e4cafff  com.apple.DiskArbitration (2.6 -
> 2.6) <A4165553-770E-3D27-B217-01FC1F852B87>
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> >    0x7fff8e4cb000 -     0x7fff8e4d3ffc  libGFXShared.dylib (9.6.1)
> <25BBF325-AC57-3BAA-9427-2D14CC243AE6>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> >    0x7fff8e4d4000 -     0x7fff8e4d4fff  com.apple.ApplicationServices
> (48 - 48) <F250170A-8805-3731-9097-78CAD04481F0>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> >    0x7fff8e4d5000 -     0x7fff8e5a0fff  libvDSP.dylib (423.32)
> <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> >    0x7fff8e657000 -     0x7fff8e6d8fff  com.apple.CoreSymbolication
> (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A>
> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
> >    0x7fff8e6d9000 -     0x7fff8e765ff7  com.apple.ink.framework (10.9 -
> 207) <96A56EAC-B4AC-3C9A-8C40-64E6196753CC>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> >    0x7fff8e766000 -     0x7fff8e76dff8  liblaunch.dylib (842.92.1)
> <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
> >    0x7fff8e7fe000 -     0x7fff8e80fff7  libsystem_asl.dylib (217.1.4)
> <B983CA60-F418-317B-B142-48A6376564FC> /usr/lib/system/libsystem_asl.dylib
> >    0x7fff8e810000 -     0x7fff8e85eff9  libstdc++.6.dylib (60)
> <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
> >    0x7fff8e85f000 -     0x7fff8e887ffb  libRIP.A.dylib (599.35.4)
> <F3C60582-1F27-335D-9C97-8CF307670F7B>
> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> >    0x7fff8f14d000 -     0x7fff8f194fff  libFontRegistry.dylib (127)
> <401FA61F-4276-3296-9BFF-EC6EA7D7EDDE>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> >    0x7fff8f195000 -     0x7fff8f197fff  libRadiance.dylib (1044)
> <461482C9-CADB-3B36-B023-597C64AD4B00>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> >    0x7fff8f220000 -     0x7fff8f3bcff3  com.apple.QuartzCore (1.8 -
> 332.3) <72003E51-1287-395B-BCBC-331597D45C5E>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> >    0x7fff8f3bd000 -     0x7fff8f3caff4  com.apple.Librarian (1.2 - 1)
> <2F677B44-BCA3-313B-881E-EE322E865100>
> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
> >    0x7fff8f41d000 -     0x7fff8f426ff7  libcldcpuengine.dylib (2.3.58)
> <E3A84FEC-4060-39C2-A469-159A443D2B6D>
> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
> >    0x7fff8f569000 -     0x7fff8f56dff7  libGIF.dylib (1044)
> <7E51DFC3-740A-3CD3-98A1-1EC510A4A055>
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> >    0x7fff8f813000 -     0x7fff8f825fff  com.apple.ImageCapture (9.0 -
> 9.0) <D9269440-8E56-3C03-88F5-F8AD662D17DB>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> >    0x7fff8fe5b000 -     0x7fff8fe5bfff  com.apple.Cocoa (6.8 - 20)
> <1482E95B-0C26-38AF-9A44-50ADE6C0876C>
> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >    0x7fff8fe5c000 -     0x7fff8fe97fff  com.apple.bom (14.0 - 193.1)
> <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C>
> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
> >    0x7fff8fe98000 -     0x7fff90182fff
> com.apple.CoreServices.CarbonCore (1077.17 - 1077.17)
> <3A2E92FD-DEE2-3D45-9619-11500801A61C>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> >    0x7fff90211000 -     0x7fff90217ff7  libsystem_platform.dylib
> (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3>
> /usr/lib/system/libsystem_platform.dylib
> >    0x7fff90218000 -     0x7fff9021bfff  com.apple.help (1.3.3 - 46)
> <6D71C959-D421-372B-A160-5317B4921F4D>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> >    0x7fff90236000 -     0x7fff903a6ff4  com.apple.CFNetwork (673.4 -
> 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3>
> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> >    0x7fff903d9000 -     0x7fff90417ff7  libGLImage.dylib (9.6.1)
> <5E02B38C-9F36-39BE-8746-724F0D8BBFC0>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> >    0x7fff906ad000 -     0x7fff9079cfff  libFontParser.dylib (111.1)
> <835A8253-6AB9-3AAB-9CBF-171440DEC486>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> >    0x7fff9079d000 -     0x7fff9079eff7  libsystem_blocks.dylib (63)
> <FB856CD1-2AEA-3907-8E9B-1E54B6827F82>
> /usr/lib/system/libsystem_blocks.dylib
> >    0x7fff90847000 -     0x7fff90851ff7  libcsfde.dylib (380.70.2)
> <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
> >    0x7fff90852000 -     0x7fff90859fff  libcompiler_rt.dylib (35)
> <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib
> >    0x7fff908f6000 -     0x7fff9091dffb  libsystem_info.dylib (449.1.3)
> <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib
> >    0x7fff9091e000 -     0x7fff909ceff7  libvMisc.dylib (423.32)
> <049C0735-1808-39B9-943F-76CB8021744F>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> >    0x7fff909cf000 -     0x7fff90ca3fc7  com.apple.vImage (7.0 - 7.0)
> <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> >    0x7fff90d23000 -     0x7fff90d23fff  com.apple.CoreServices (59 - 59)
> <67A369BA-2326-383F-995B-853DAD7BFF43>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> >    0x7fff90d48000 -     0x7fff90d4afff  libCVMSPluginSupport.dylib
> (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
> >    0x7fff90d5a000 -     0x7fff918d0ff7  com.apple.AppKit (6.9 - 1265.21)
> <9DC13B27-841D-3839-93B2-3EDE66157BDE>
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >    0x7fff91c25000 -     0x7fff91c28ffa  libCGXType.A.dylib (599.35.4)
> <A2B493FD-2EDE-3BC2-A281-2381E0156411>
> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> >    0x7fff91c51000 -     0x7fff91c61ffb  libsasl2.2.dylib (170)
> <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
> >    0x7fff91c62000 -     0x7fff91c63ffb  libremovefile.dylib (33)
> <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib
> >    0x7fff91c64000 -     0x7fff91c68ff7  libheimdal-asn1.dylib (323.92.1)
> <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
> >    0x7fff91c69000 -     0x7fff91cd8ff1
> com.apple.ApplicationServices.ATS (360 - 363.3)
> <546E89D9-2AE7-3111-B2B8-2366650D22F0>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> >    0x7fff91cd9000 -     0x7fff91ce6fff  com.apple.Sharing (132.2 -
> 132.2) <3DFB1133-8FD3-3B60-8E9C-0FE62AACFD7B>
> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
> >    0x7fff91cf4000 -     0x7fff91d7fff7  libCoreStorage.dylib (380.70.2)
> <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
> >    0x7fff921cf000 -     0x7fff921f4ff7  com.apple.ChunkingLibrary (2.0 -
> 155.1) <B49408CD-ECE8-3785-84A4-45B03882574A>
> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
> >    0x7fff921f5000 -     0x7fff92247fff  libc++.1.dylib (120)
> <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib
> >    0x7fff92248000 -     0x7fff9224cfff  com.apple.CommonPanels (1.2.6 -
> 96) <5744A1F1-1FA5-35DD-B924-F8983E81FC76>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> >    0x7fff92274000 -     0x7fff92338ff7  com.apple.backup.framework
> (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899>
> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
> >    0x7fff92339000 -     0x7fff92346ff0  libbz2.1.0.dylib (29)
> <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
> >    0x7fff92347000 -     0x7fff9237cffc  com.apple.LDAPFramework (2.4.28
> - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A>
> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
> >    0x7fff92396000 -     0x7fff923b1ff7  libsystem_malloc.dylib (23.10.1)
> <A695B4E4-38E9-332E-A772-29D31E3F1385>
> /usr/lib/system/libsystem_malloc.dylib
> >    0x7fff9241c000 -     0x7fff92438ff7  libsystem_kernel.dylib
> (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098>
> /usr/lib/system/libsystem_kernel.dylib
> >    0x7fff92443000 -     0x7fff92454ff7  libz.1.dylib (53)
> <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib
> >    0x7fff92455000 -     0x7fff92457ffb  libutil.dylib (34)
> <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
> >    0x7fff92458000 -     0x7fff9258eff5  com.apple.WebKit (9537 -
> 9537.78.2) <EB8D3D78-92E7-3B67-8AAF-B51A181461E0>
> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
> >    0x7fff9258f000 -     0x7fff92676ff7  libxml2.2.dylib (26)
> <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
> >    0x7fff9275a000 -     0x7fff92ad1ff6  com.apple.JavaScriptCore (9537 -
> 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C>
> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> >    0x7fff92b94000 -     0x7fff92c00fff  com.apple.framework.IOKit (2.0.1
> - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985>
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> >    0x7fff92c01000 -     0x7fff92c06ff7  libunwind.dylib (35.3)
> <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib
> >    0x7fff92c50000 -     0x7fff92dbeff7  libBLAS.dylib (1094.5)
> <D862E2B7-91FA-3704-8F62-C1B65D381A84>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> >    0x7fff92dbf000 -     0x7fff92dc1ff7  com.apple.securityhi (9.0 -
> 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> >    0x7fff92dc2000 -     0x7fff92e93ff1  com.apple.DiskImagesFramework
> (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4>
> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
> >    0x7fff92eb9000 -     0x7fff92ec7fff  com.apple.opengl (9.6.1 - 9.6.1)
> <B22FA400-5824-36AF-9945-5FEC31995A0E>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> >    0x7fff92ec8000 -     0x7fff9312cffd  com.apple.security (7.0 -
> 55471.14.18) <83A9E8C8-06A1-3F6D-8514-C35CD0DBD370>
> /System/Library/Frameworks/Security.framework/Versions/A/Security
> >    0x7fff93177000 -     0x7fff93179ff7  libquarantine.dylib (71)
> <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib
> >    0x7fff9317a000 -     0x7fff9344bff4  com.apple.CoreImage (9.4.0)
> <2C636ECD-0F1A-357C-9EFF-0452476FDDF5>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
> >    0x7fff93451000 -     0x7fff93454ff7  libdyld.dylib (239.4)
> <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
> >    0x7fff934fc000 -     0x7fff93513ff7  com.apple.CFOpenDirectory (10.9
> - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> >    0x7fff93514000 -     0x7fff9351dfff
> com.apple.speech.synthesis.framework (4.7.1 - 4.7.1)
> <383FB557-E88E-3239-82B8-15F9F885B702>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> >    0x7fff9351e000 -     0x7fff93563ff6  com.apple.HIServices (1.23 -
> 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> >    0x7fff93564000 -     0x7fff943b8ff7  com.apple.WebCore (9537 -
> 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8>
> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
> >    0x7fff943b9000 -     0x7fff943bbfff  com.apple.EFILogin (2.0 - 2)
> <84014F35-7E0E-3270-819A-48ECCADA687E>
> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
> >    0x7fff944ef000 -     0x7fff94527ff7  com.apple.RemoteViewServices
> (2.0 - 94) <B17FAA76-61DB-33D0-90B7-4117A72A2B28>
> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
> >    0x7fff945a6000 -     0x7fff945abfff  libmacho.dylib (845)
> <B2BE3C25-CF1F-309B-AB99-1F0B54621445> /usr/lib/system/libmacho.dylib
> >    0x7fff945ae000 -     0x7fff945d7ff7  libc++abi.dylib (49.1)
> <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
> >    0x7fff945d8000 -     0x7fff945eaff7
> com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1)
> <38262B92-C63F-35A0-997D-AD2EBF2F8338>
> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> >    0x7fff945eb000 -     0x7fff945f6ff7  com.apple.NetAuth (5.0 - 5.0)
> <C811E662-9EC3-3B74-808A-A75D624F326B>
> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
> >
> > External Modification Summary:
> >  Calls made by other processes targeting this process:
> >    task_for_pid: 4
> >    thread_create: 0
> >    thread_set_state: 0
> >  Calls made by this process:
> >    task_for_pid: 0
> >    thread_create: 0
> >    thread_set_state: 0
> >  Calls made by all processes on this machine:
> >    task_for_pid: 922101
> >    thread_create: 19
> >    thread_set_state: 0
> >
> > VM Region Summary:
> > ReadOnly portion of Libraries: Total=210.1M resident=170.7M(81%)
> swapped_out_or_unallocated=39.4M(19%)
> > Writable regions: Total=171.9M written=22.5M(13%) resident=49.6M(29%)
> swapped_out=0K(0%) unallocated=122.3M(71%)
> >
> > REGION TYPE                      VIRTUAL
> > ===========                      =======
> > CG backing stores                  7860K
> > CG image                            324K
> > CG raster data                      232K
> > CG shared images                    212K
> > CoreImage                            36K
> > Kernel Alloc Once                     8K
> > MALLOC                            128.8M
> > MALLOC (admin)                       32K
> > MALLOC_LARGE (reserved)            3912K        reserved VM address
> space (unallocated)
> > Memory Tag 242                       12K
> > OpenCL                                8K
> > STACK GUARD                        56.0M
> > Stack                              12.7M
> > VM_ALLOCATE                        16.3M
> > __DATA                             23.9M
> > __IMAGE                             528K
> > __LINKEDIT                         72.3M
> > __TEXT                            137.8M
> > __UNICODE                           544K
> > mapped file                        71.2M
> > shared memory                         4K
> > ===========                      =======
> > TOTAL                             532.5M
> > TOTAL, minus reserved VM space    528.7M
> >
> >
> > Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core
> i7, 2.3 GHz, 16 GB, SMC 2.19f3
> > Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
> > Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
> > Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
> > Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
> > AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134),
> Broadcom BCM43xx 1.0 (6.30.223.154.65)
> > Bluetooth: Version 4.2.7f3 14616, 3 services, 15 devices, 1 incoming
> serial ports
> > Network Service: Wi-Fi, AirPort, en0
> > Network Service: Parallels Host-Only #1, Ethernet, vnic1
> > Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
> > USB Device: Internal Memory Card Reader
> > USB Device: Apple Internal Keyboard / Trackpad
> > USB Device: BRCM20702 Hub
> > USB Device: Bluetooth USB Host Controller
> > USB Device: USB2.0 Hub
> > USB Device: USB 2.0 Hub
> > USB Device: Mass Storage Device
> > USB Device: USB Receiver
> > Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
> >
> >
> >
> > On Oct 5, 2014, at 4:43 PM, Jean-Paul Louis <louijp@xxxxxxxxx> wrote:
> >
> >> Hi Bernhard,
> >>
> >> Thanks to your help, I finally succeeded to build KICad for OS X
> without anymore error.
> >>
> >> I modified a bit your script in order to install the kicad.app bundle
> in “/Applications/kicad”
> >> instead of “~/KiCad/bin”.
> >>
> >> Regards,
> >> Jean-Paul
> >> AC9GH
> >>
> >>
> >> On Oct 5, 2014, at 11:51 AM, Bernhard Stegmaier <
> stegmaier@xxxxxxxxxxxxx> wrote:
> >>
> >>> Hi Jean-Paul,
> >>>
> >>> again sorry… something seems to have messed up the quotation marks at
> these places:
> >>>    --with-macosx-version-min=10.5 \
> >>>    CPPFLAGS="-stdlib=libstdc++" \
> >>>    LDFLAGS="-stdlib=libstdc++" \
> >>>    CC=clang \
> >>>    CXX=clang++
> >>> Remove what’s there and just put in normal ones.
> >>>
> >>> Will be corrected ASAP.
> >>>
> >>>
> >>> Regards,
> >>> Bernhard
> >>>
> >>>
> >>> On 05.10.2014, at 17:47, Jean-Paul Louis <louijp@xxxxxxxxx> wrote:
> >>>
> >>>> Hi Bernhard,
> >>>>
> >>>> I progressed a little as now the patches are applied, but configure
> fails. see below
> >>>>
> >>>>
> >>>> configure:16705: $? = 0
> >>>> configure:16694: clang -V >&5
> >>>> clang: error: argument to '-V' is missing (expected 1 value)
> >>>> clang: error: no input files
> >>>> configure:16705: $? = 1
> >>>> configure:16694: clang -qversion >&5
> >>>> clang: error: unknown argument: '-qversion'
> >>>> clang: error: no input files
> >>>> configure:16705: $? = 1
> >>>> configure:16725: checking whether the C compiler works
> >>>> configure:16747: clang  -stdlib=libstdc++”
>  LDFLAGS=-stdlib=libstdc++”  conftest.c  >&5
> >>>> clang: error: no such file or directory: 'LDFLAGS=-stdlib=libstdc++”'
> >>>> clang: error: invalid library name in argument '-stdlib=libstdc++”'
> >>>> configure:16751: $? = 1
> >>>> configure:16789: result: no
> >>>> configure: failed program was:
> >>>> | /* confdefs.h */
> >>>> | #define PACKAGE_NAME "wxWidgets"
> >>>> | #define PACKAGE_TARNAME "wxwidgets"
> >>>> | #define PACKAGE_VERSION "3.0.1"
> >>>> | #define PACKAGE_STRING "wxWidgets 3.0.1"
> >>>> | #define PACKAGE_BUGREPORT "wx-dev@xxxxxxxxxxxxxxxxxxx"
> >>>> | #define PACKAGE_URL ""
> >>>> | #define __BSD__ 1
> >>>> | #define __DARWIN__ 1
> >>>> | #define TARGET_CARBON 1
> >>>> | /* end confdefs.h.  */
> >>>> |
> >>>>
> >>>> I hope this does make sense to you.
> >>>>
> >>>> Regards,
> >>>> Jean-Paul
> >>>> AC9GH
> >>>>
> >>>>
> >>>>
> >>>> On Oct 5, 2014, at 10:12 AM, Jean-Paul Louis <louijp@xxxxxxxxx>
> wrote:
> >>>>
> >>>>> Hi Bernhard,
> >>>>> That fixed it.
> >>>>>
> >>>>> Thank you,
> >>>>> Jean-Paul
> >>>>> AC9GH
> >>>>>
> >>>>>
> >>>>> On Oct 5, 2014, at 2:13 AM, Bernhard Stegmaier <
> stegmaier@xxxxxxxxxxxxx> wrote:
> >>>>>
> >>>>>> Hi Jean-Paul,
> >>>>>>
> >>>>>> sorry, there is a typo in there… it should read:
> >>>>>> # patch -p0 < ../kicad/patches/wxwidgets-3.0.0_macosx.patch
> >>>>>> # patch -p0 <
> ../kicad/patches/wxwidgets-3.0.0_macosx_bug_15908.patch
> >>>>>> # patch -p0 < ../kicad/patches/wxwidgets-3.0.0_macosx_soname.patch
> >>>>>>
> >>>>>>
> >>>>>> Regards,
> >>>>>> Bernhard
> >>>>>>
> >>>>>> On 05.10.2014, at 07:02, Jean-Paul Louis <louijp@xxxxxxxxx> wrote:
> >>>>>>
> >>>>>>> Hi Bernhard,
> >>>>>>>
> >>>>>>> I recreated the directory structure as mentioned in your document.
> I downloaded the 3.0.1 version, used tar to create the build structure,
> exactly as you described.
> >>>>>>> But I have not yet succeeded to apply the patches to wxwidgets.
> >>>>>>> The patch program just hang forever. Should I use another switch
> with -p0? I am lost.
> >>>>>>>
> >>>>>>> I will read the man page for patch to see if I can get an insight.
> >>>>>>>
> >>>>>>> Regards,
> >>>>>>> Jean-Paul
> >>>>>>> AC9GH
> >>>>>>>
> >>>>>>>
> >>>>>>> On Oct 3, 2014, at 3:54 PM, Bernhard Stegmaier <
> stegmaier@xxxxxxxxxxxxx> wrote:
> >>>>>>>
> >>>>>>>> Hi,
> >>>>>>>>
> >>>>>>>> don’t use -DUSE_OSX_DEPS_BUILDER, this is the old build stuff
> that probably won’t work any longer.
> >>>>>>>> Install wxWidgets manually as I described in the documentation,
> and the other dependencies via MacPorts.
> >>>>>>>> Then compile using the cmake command-line I hav given in the
> mac-os.txt.
> >>>>>>>>
> >>>>>>>> Should work out-of-the box then.
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> Regards,
> >>>>>>>> Bernhard
> >>>>>>>>
> >>>>>>>> On 03.10.2014, at 20:50, Jean-Paul Louis <louijp@xxxxxxxxx>
> wrote:
> >>>>>>>>
> >>>>>>>>> Hi Bernhard,
> >>>>>>>>>
> >>>>>>>>> I read the Documentation you mentioned, but it does not work for
> me.
> >>>>>>>>>
> >>>>>>>>> I execute
> >>>>>>>>> cmake -DUSE_OSX_DEPS_BUILDER=ON -DKICAD_BUILD_DYNAMIC=ON
> -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
> >>>>>>>>>
> >>>>>>>>> where INSTALL_DIR is the preferred location “/Applications/kicad"
> >>>>>>>>>
> >>>>>>>>> CMake does not even try to download wxwidgets at all.
> >>>>>>>>>
> >>>>>>>>> See below:
> >>>>>>>>>
> >>>>>>>>> -- Performing Test OpenMP_FLAG_DETECTED
> >>>>>>>>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> >>>>>>>>> -- Try OpenMP CXX flag = [-mp]
> >>>>>>>>> -- Performing Test OpenMP_FLAG_DETECTED
> >>>>>>>>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> >>>>>>>>> CMake Error at
> CMakeModules/FindPackageHandleStandardArgs.cmake:136 (message):
> >>>>>>>>> Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES)
> (Required is at
> >>>>>>>>> least version "3.0.0")
> >>>>>>>>> Call Stack (most recent call first):
> >>>>>>>>> CMakeModules/FindPackageHandleStandardArgs.cmake:343
> (_FPHSA_FAILURE_MESSAGE)
> >>>>>>>>> CMakeModules/FindwxWidgets.cmake:901
> (find_package_handle_standard_args)
> >>>>>>>>> CMakeLists.txt:408 (find_package)
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> -- Configuring incomplete, errors occurred!
> >>>>>>>>> See also
> "/Users/jean-paullouis/Soft_Dev/kicad-build/CMakeFiles/CMakeOutput.log".
> >>>>>>>>> See also
> "/Users/jean-paullouis/Soft_Dev/kicad-build/CMakeFiles/CMakeError.log”.
> >>>>>>>>>
> >>>>>>>>> <CMakeError.log><CMakeOutput.log>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> On Oct 3, 2014, at 3:31 AM, Bernhard Stegmaier <
> stegmaier@xxxxxxxxxxxxx> wrote:
> >>>>>>>>>
> >>>>>>>>>> Hi Jean-Paul,
> >>>>>>>>>>
> >>>>>>>>>> have a look into Documentation/compiling/mac-ox.txt of my
> changes Wayne did commit (5162).
> >>>>>>>>>> That’s exactly what I use and works for me.
> >>>>>>>>>>
> >>>>>>>>>> You don’t have to remove the wxWidgets 3.0 installed by
> MacPorts, but you can’t use it because it doesn’t have needed patches.
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>> Regards,
> >>>>>>>>>> Bernhard
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>> On 02.10.2014, at 22:16, Jean-Paul Louis <louijp@xxxxxxxxx>
> wrote:
> >>>>>>>>>>
> >>>>>>>>>>> Hi Bernhard.
> >>>>>>>>>>>
> >>>>>>>>>>> Since BZR 5151, I cannot get any build of Kicad for OS X
> anymore.
> >>>>>>>>>>> As I deleted the executables, I am dead in the water.
> >>>>>>>>>>> I tried to build from your repository, and it does not build
> either.
> >>>>>>>>>>>
> >>>>>>>>>>> What do you suggest as a build procedure from scratch?
> >>>>>>>>>>>
> >>>>>>>>>>> I have deleted all the build directory trees I had, and I am
> ready to start again.
> >>>>>>>>>>> What do I need to check before trying to build?
> >>>>>>>>>>>
> >>>>>>>>>>> I have wxwidget 3.0 installed with macports. Do I need to
> totally remove it?
> >>>>>>>>>>>
> >>>>>>>>>>> Thanks for any help you will provide.
> >>>>>>>>>>>
> >>>>>>>>>>> Jean-Paul
> >>>>>>>>>>> AC9GH
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> On Oct 2, 2014, at 3:58 PM, Bernhard Stegmaier <
> stegmaier@xxxxxxxxxxxxx> wrote:
> >>>>>>>>>>>
> >>>>>>>>>>>> Yes, I didn’t do anything about documentation yet.
> >>>>>>>>>>>> It should be pretty easy to add if there is a way to
> copy/fetch/build it from CMake and put it to the bundle - just like the
> templates, etc.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Same for the libraries/footprints.
> >>>>>>>>>>>> Speaking about releases, maybe there should be two in future
> (build option for CMake, sth. like OSX_BUNDLE_INCLUDE_LIBMOD3D)… one with
> libraries, one without. I have all my libs/footprints/3d-models in my own
> local repository. I don’t care about wasting some bits and having default
> things in the bundle (if it doesn’t get too big), but I guess I don’t want
> them to show up and mix with my stuff.
> >>>>>>>>>>>>
> >>>>>>>>>>>> I will (hopefully) fix scripting stuff at the weekend, I
> already made some first steps for that.
> >>>>>>>>>>>> Then, I found some ideas to try to place libraries in the
> right spot inside the bundle so that it will be more conform to Apple
> standards (as Garth noted previously - it will be only internal cosmetics,
> though).
> >>>>>>>>>>>>
> >>>>>>>>>>>> I am open for above ideas then, if not anybody else already
> did it… I still have some other OSX things to provide (but need to be
> rebased first), e.g. I have some more eeschema redraw fixes that I think
> need to be included and I still have a patch open for more OSX-like X-Y
> touchpad scrolling (I couldn’t live without that one… :) ).
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>> Regards,
> >>>>>>>>>>>> Bernhard
> >>>>>>>>>>>>
> >>>>>>>>>>>> On 02.10.2014, at 21:08, Wayne Stambaugh <
> stambaughw@xxxxxxxxxxx> wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>>> The component and 3D model libraries are a good idea.  If
> the user
> >>>>>>>>>>>>> doesn't like the github plugin, then you could also include
> the
> >>>>>>>>>>>>> footprint libraries.  One thing I didn't see in Bernhard's
> patch was the
> >>>>>>>>>>>>> Documentation.  That is definitely a must at some point in
> order to have
> >>>>>>>>>>>>> a stable release.  I figure one step at time and we'll get
> there.  I
> >>>>>>>>>>>>> think this is a good first step.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> On 10/2/2014 2:52 PM, Adam Wolf wrote:
> >>>>>>>>>>>>>> No problem--I certainly can't look at it until Saturday or
> Sunday, but
> >>>>>>>>>>>>>> I'm seriously very excited about this!
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> When I pointed a few users at the bundle, they said "Where
> are the
> >>>>>>>>>>>>>> libraries?"
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> I will probably look at what the damage would be to pull in
> the Github
> >>>>>>>>>>>>>> libraries into the bundle and point the tools at it, unless
> someone has
> >>>>>>>>>>>>>> already started.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> Adam Wolf
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> Ad
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> On Oct 2, 2014 1:45 PM, "Wayne Stambaugh" <
> stambaughw@xxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:stambaughw@xxxxxxxxxxx>> wrote:
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> Sorry guys.  I got sidetracked last night with some 3D
> stuff and I
> >>>>>>>>>>>>>> didn't get it committed.  I've already tested to make sure
> it didn't
> >>>>>>>>>>>>>> break windows or linux builds so it's ready to commit.  I
> will do my
> >>>>>>>>>>>>>> best to get it committed this evening when I get home from
> work.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> Wayne
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> On 10/2/2014 2:38 PM, Bernhard Stegmaier wrote:
> >>>>>>>>>>>>>>> Hi Adam,
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> it’s already on Wayne’s desk to commit…
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Regards,
> >>>>>>>>>>>>>>> Bernhard
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> On 02.10.2014, at 20:37, Adam Wolf <adamwwolf@xxxxxxxxx
> >>>>>>>>>>>>>> <mailto:adamwwolf@xxxxxxxxx>
> >>>>>>>>>>>>>>> <mailto:adamwwolf@xxxxxxxxx <mailto:adamwwolf@xxxxxxxxx>>>
> wrote:
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Hi Bernhard,
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Sorry to threadjack, but do you have any ETA on the patch
> that
> >>>>>>>>>>>>>> created
> >>>>>>>>>>>>>>>> that bundle?  I'm extremely excited to release
> nightlies...
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Adam Wolf
> >>>>>>>>>>>>>>>> Cofounder and Engineer
> >>>>>>>>>>>>>>>> Wayne and Layne LLC
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> On Oct 2, 2014 1:29 PM, "Bernhard Stegmaier"
> >>>>>>>>>>>>>> <stegmaier@xxxxxxxxxxxxx <mailto:stegmaier@xxxxxxxxxxxxx>
> >>>>>>>>>>>>>>>> <mailto:stegmaier@xxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:stegmaier@xxxxxxxxxxxxx>>> wrote:
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Hi Garth,
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> see below.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Regards,
> >>>>>>>>>>>>>>>> Bernhard
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> On 02.10.2014, at 18:23, Garth Corral <gcorral@xxxxxxxxx
> >>>>>>>>>>>>>> <mailto:gcorral@xxxxxxxxx>
> >>>>>>>>>>>>>>>> <mailto:gcorral@xxxxxxxxx <mailto:gcorral@xxxxxxxxx>>>
> wrote:
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Hi Bernhard,
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> I looked around through the application bundle you posted
> >>>>>>>>>>>>>> and had
> >>>>>>>>>>>>>>>>> some questions about the proposed layout.  It seems
> there is
> >>>>>>>>>>>>>> some
> >>>>>>>>>>>>>>>>> arbitrary placement of files in the bundle.  I know it
> >>>>>>>>>>>>>> ultimately
> >>>>>>>>>>>>>>>>> doesn’t matter to most users as long as it runs and
> behaves
> >>>>>>>>>>>>>>>>> properly but it doesn’t really follow the usual
> guidelines for
> >>>>>>>>>>>>>>>>> layout.
> >>>>>>>>>>>>>>>> Well… it is like CMake BundleUtilities do it out of the
> box. I
> >>>>>>>>>>>>>>>> didn’t implement that.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Is there any chance that the dylibs could not be dumped
> in the
> >>>>>>>>>>>>>>>>> MacOS directory?  They really don’t belong there, as is
> the case
> >>>>>>>>>>>>>>>>> for most everything in there.  I think these should be
> in a
> >>>>>>>>>>>>>>>>> Frameworks directory at the very least.  Also, and this
> is
> >>>>>>>>>>>>>> just a
> >>>>>>>>>>>>>>>>> point of curiosity, but why is libX11 included in these
> >>>>>>>>>>>>>>>>> libraries?  What requires that to run?
> >>>>>>>>>>>>>>>> I will check that. There is one parameter for CMake’s
> >>>>>>>>>>>>>>>> fixup_bundle() that might do the trick, but it is not
> really
> >>>>>>>>>>>>>>>> documented.
> >>>>>>>>>>>>>>>> I will have to check the code what it does exactly and
> if/how it
> >>>>>>>>>>>>>>>> could be changed.
> >>>>>>>>>>>>>>>> BundleUtilities just include what is not standard.
> Obviously the
> >>>>>>>>>>>>>>>> cairo which got picked up was built by MacPorts and has
> some
> >>>>>>>>>>>>>>>> transitive dependencies to the libX11 also built by
> MacPorts
> >>>>>>>>>>>>>> - all
> >>>>>>>>>>>>>>>> the libs that are in the bundle come from my /opt/local
> >>>>>>>>>>>>>> folder, so
> >>>>>>>>>>>>>>>> this is fine. Things may be different with other setups.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Same for the command line binaries, they are things that
> are not
> >>>>>>>>>>>>>>>>> required for the application to run so belong out in a
> support
> >>>>>>>>>>>>>>>>> directory of some kind.
> >>>>>>>>>>>>>>>> I also thought about not putting them into the bundle at
> all, but
> >>>>>>>>>>>>>>>> I did because it doesn’t hurt and some people might still
> use
> >>>>>>>>>>>>>> them
> >>>>>>>>>>>>>>>> directly.
> >>>>>>>>>>>>>>>> The command line binaries of .kiface applications must be
> in the
> >>>>>>>>>>>>>>>> same folder as the .kiface - or you again have to link
> stuff.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> I’m not familiar with the kiface files, but they appear
> to be
> >>>>>>>>>>>>>>>>> loadable bundles, which also don’t belong there.
> Probably
> >>>>>>>>>>>>>> belong
> >>>>>>>>>>>>>>>>> in a PlugIns directory
> >>>>>>>>>>>>>>>> Yes, maybe… but the same as above. As it is currently
> implemented
> >>>>>>>>>>>>>>>> they must be in the same folder as the main kicad
> application,
> >>>>>>>>>>>>>>>> otherwise they won’t be loaded.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> It looks like the remainder of the applications are in
> there as
> >>>>>>>>>>>>>>>>> well, albeit not integrated into application bundles
> themselves.
> >>>>>>>>>>>>>>>>> Not really sure how those should be integrated, but
> putting
> >>>>>>>>>>>>>> their
> >>>>>>>>>>>>>>>>> pieces in the MacOS directory doesn’t seem ideal.  Any
> chance
> >>>>>>>>>>>>>>>>> these applications could just be consumed whole in an
> >>>>>>>>>>>>>>>>> Applications directory inside the main app?  Apple does
> this for
> >>>>>>>>>>>>>>>>> some of their own applications.  It doesn’t provide much
> in the
> >>>>>>>>>>>>>>>>> way of additional functionality but it does allow things
> to be
> >>>>>>>>>>>>>>>>> organized in a cleaner way, and as a side effect the
> >>>>>>>>>>>>>> applications
> >>>>>>>>>>>>>>>>> could still be run standalone in a pinch.
> >>>>>>>>>>>>>>>> Well, yes, maybe it is not ideal to have the idf* tools
> in there.
> >>>>>>>>>>>>>>>> But, at least they are there and can be used. Some other
> project
> >>>>>>>>>>>>>>>> like for example Calibre also just put them into the
> bundle
> >>>>>>>>>>>>>> as I did.
> >>>>>>>>>>>>>>>> Normally, that stuff probably should go directly to the
> >>>>>>>>>>>>>>>> filesystem, but then you have to write an installer, or
> some
> >>>>>>>>>>>>>>>> script that does copying.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Obviously the intent going forward is to have only the
> one main
> >>>>>>>>>>>>>>>>> application, but it doesn’t seem like the current
> structure of
> >>>>>>>>>>>>>>>>> the project is quite there yet.
> >>>>>>>>>>>>>>>> The main intent was to *not* bundle all dependencies in
> *every*
> >>>>>>>>>>>>>>>> individual bundle for pcbnew, eeschema, etc. as it was
> before and
> >>>>>>>>>>>>>>>> to remove the dependencies between the bundles that were
> imposed
> >>>>>>>>>>>>>>>> by symlinks to the kifaces.
> >>>>>>>>>>>>>>>> Further, also one main intent was to use default tools to
> create
> >>>>>>>>>>>>>>>> the bundle like CMake’s BundleUtilities.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Anyway, I know that not all applications follow the
> model,
> >>>>>>>>>>>>>> but it
> >>>>>>>>>>>>>>>>> seems like it would be good to try to lay things out in
> as
> >>>>>>>>>>>>>>>>> standard a way as possible, accounting for application
> needs, of
> >>>>>>>>>>>>>>>>> course.
> >>>>>>>>>>>>>>>> You’re welcome to continue my work and make the internals
> more
> >>>>>>>>>>>>>>>> Apple-like - this would probably impose some more changes
> not
> >>>>>>>>>>>>>> only
> >>>>>>>>>>>>>>>> to build process, but also the code.
> >>>>>>>>>>>>>>>> For me, it’s more important that an application behaves
> and feels
> >>>>>>>>>>>>>>>> more OSX like from a users point of view than to have
> every
> >>>>>>>>>>>>>>>> internal thing the right way Apple said it had to be.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Here’s Apple’s guidelines.  Again, I know not everything
> fits.
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> https://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFBundles
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Garth
> >>>>>>>>>>>>>>>>>> Hi all,
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> as Wayne already mentioned below I made some major
> changes
> >>>>>>>>>>>>>> to the creation of OSX application bundles in the build
> process.
> >>>>>>>>>>>>>>>>>> The most obvious is that now only one application
> bundle is
> >>>>>>>>>>>>>> created which starts the kicad launcher.
> >>>>>>>>>>>>>>>>>> From there you can go anywhere else.
> >>>>>>>>>>>>>>>>>> The created bundle now is (should be) completely
> >>>>>>>>>>>>>> relocatable, so you can just put it anywhere you want as
> with other
> >>>>>>>>>>>>>> OSX apps.
> >>>>>>>>>>>>>>>>>> All the pre-delivered templates, etc. have been moved
> into
> >>>>>>>>>>>>>> the bundle and should be found from there.
> >>>>>>>>>>>>>>>>>> Command-Line tools are still contained (and accessible
> via
> >>>>>>>>>>>>>> e.g. /Applications/kicad.app/Contents/MacOS/idf…).
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> I have uploaded a sample dmg image here:
> >>>>>>>>>>>>>>>>>> http://ul.to/ypsk7m41
> >>>>>>>>>>>>>>>>>> What you see in the dmg is 1:1 what is created in the
> build
> >>>>>>>>>>>>>> process now… this should make packaging and distributing
> automated
> >>>>>>>>>>>>>> builds very easy in future.
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> I am still doing some final touches to the patch before
> it
> >>>>>>>>>>>>>> gets submitted.
> >>>>>>>>>>>>>>>>>> So, feel free to test and comment…
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> Regards,
> >>>>>>>>>>>>>>>>>> Bernhard
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> >>>>>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>>
> >>>>>>>>>>>>>>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> >>>>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>>
> >>>>>>>>>>>>>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> >>>>>>>>>>>>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>>> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> >>>>>>>>>>>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >>>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
> >>>>>>>>>>>>
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
> >>>>>>>>>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> >>>>>>>>>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
> >
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References