MacOS X Deployment mit CMake

Dein Thema passt einfach in kein Forum? Dann probiers mal hier.
Antworten
barahir1983
Beiträge: 21
Registriert: 30. August 2010 14:51
Wohnort: Jena
Kontaktdaten:

MacOS X Deployment mit CMake

Beitrag von barahir1983 »

Liebes Forum,

ich versuche gerade ein Qt-Projekt, das zusätzlich libpoppler benötigt, mit CMake so hinzubekommen, dass zwar die Poppler-Bibliothek mitgegeben wird, nicht aber systemeigene Dateien wie z. B. libtiff etc. Wenn ich den in verschiedenen Mailing-Lists vorgeschlagenen Weg gehe, und die Bibliotheken allesamt mit Hilfe von

Code: Alles auswählen

SET(DIRS ${POPPLER_LIBRARIES} ${QT_LIBRARY_DIRS})
SET(PLGIN ${QTPLUGINS})
# copying dependencies
if( APPLE )
INSTALL(CODE "
    file(GLOB_RECURSE QTPLUGINS
      \"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/plugins/*${CMAKE_SHARED_LIBRARY_SUFFIX}\")
	include (InstallRequiredSystemLibraries)    
    include(BundleUtilities)
    SET(BU_CHMOD_BUNDLE_ITEMS ON)
    fixup_bundle(\"${APPS}\" \"\${PLGIN}\" \"${DIRS}\" )
    " COMPONENT Runtime)
endif ( APPLE )

einbinde, kopiert er aber genau diese mit hinein und das Programm stürzt dann ab. Ich erhalte einen Dump, mit dem ich überhaupt nichts anfangen kann. Weiß jemand vielleicht aus Erfahrung, was da dann noch fehlt? Im Zweifel benutze ich nicht CPack, sondern macdeployqt, das hatte zumindest einmal funktioniert.
Angehängt wäre hier auch noch der Dump:

Code: Alles auswählen

Process:         notatioantiqua [7632]
Path:            /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/notatioantiqua
Identifier:      ???
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [7627]

Date/Time:       2012-05-02 13:35:34.627 +0200
OS Version:      Mac OS X 10.7.3 (11D50)
Report Version:  9

Interval Since Last Report:          127399 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  2000 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      273B6A70-6DD5-492F-9C0E-73BB64786B10

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 000000010065f000-00000001006f9000 [  616K] r-x/rwx SM=COW  /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/notatioantiqua

Application Specific Information:
objc[7632]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   QtGui                         	0x00000001065ae9c6 -[NSApplication(QApplicationIntegration) qt_filterEvent:] + 22
1   QtGui                         	0x0000000100ab9afd -[QNSApplication sendEvent:] + 45
2   com.apple.AppKit              	0x00007fff8fb0a1f2 -[NSApplication run] + 555
3   QtGui                         	0x0000000100ac4900 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1824
4   QtCore                        	0x000000010084f094 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
5   QtCore                        	0x000000010084f444 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
6   QtCore                        	0x0000000100851b2c QCoreApplication::exec() + 188
7                                 	0x0000000100661ac0 main + 1104
8                                 	0x0000000100661664 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff9282c7e6 kevent + 10
1   libdispatch.dylib             	0x00007fff8facd5be _dispatch_mgr_invoke + 923
2   libdispatch.dylib             	0x00007fff8facc14e _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff9282c192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff943ce594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff943cfb85 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff9282c192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff943ce594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff943cfb85 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff9282c192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff943ce594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff943cfb85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010753a3e8  rbx: 0x00007f9b13b2ed20  rcx: 0x0000000000000000  rdx: 0x00007f9b13b2ed20
  rdi: 0x0000000000000000  rsi: 0x000000010119f1e2  rbp: 0x00007fff6025e520  rsp: 0x00007fff6025e510
   r8: 0x0000000000000000   r9: 0x0000000000000002  r10: 0x0000000000000081  r11: 0x00000001065ae9b0
  r12: 0x00007f9b12463400  r13: 0x00007f9b13b2ed20  r14: 0x00007f9b12463400  r15: 0x00007f9b13c1df80
  rip: 0x00000001065ae9c6  rfl: 0x0000000000010202  cr2: 0x0000000000000000
Logical CPU: 0

Binary Images:
       0x10065f000 -        0x1006f8ff7 + (??? - ???) <9623A049-851B-3989-A9DD-8288CED214DE> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/notatioantiqua
       0x100713000 -        0x1009dffff +QtCore (4.8.1 - compatibility 4.8.0) <5F2182D1-A2E3-22C1-6BFA-9FC662E936CF> /Volumes/VOLUME/notatioantiqua.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x100a82000 -        0x10149dfe7 +QtGui (4.8.1 - compatibility 4.8.0) <25F74DA5-7B83-DE80-B2D5-CB65A9EF0F5B> /Volumes/VOLUME/notatioantiqua.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x10176d000 -        0x1017b7fff +libpoppler-qt4.3.dylib (3.9.0 - compatibility 3.0.0) <CC78444C-DE0A-3031-959E-F9A569D50CA6> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libpoppler-qt4.3.dylib
       0x1017e7000 -        0x10196afff +libpoppler.22.dylib (22.0.0 - compatibility 22.0.0) <FD60FDAA-6E06-3317-8EC8-1B91DDD7216B> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libpoppler.22.dylib
       0x101a13000 -        0x101a50fe7 +QtXml (4.8.1 - compatibility 4.8.0) <B6D5D1C5-199D-F7A3-51F3-4D87A21D32F1> /Volumes/VOLUME/notatioantiqua.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
       0x101a6f000 -        0x101ae8fff +libfreetype.6.dylib (14.2.0 - compatibility 14.0.0) <7B77397A-3D6F-3A26-926F-786BC27E5D3C> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libfreetype.6.dylib
       0x101b01000 -        0x101b2bff7 +libfontconfig.1.dylib (6.4.0 - compatibility 6.0.0) <47E8D60F-40E3-3525-85D9-3F5EF1BB0447> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libfontconfig.1.dylib
       0x101b37000 -        0x101b67ff7 +libjpeg.8.dylib (13.0.0 - compatibility 13.0.0) <F10B57E7-6FE4-330E-B844-6809C1B9F4F6> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libjpeg.8.dylib
       0x101b74000 -        0x101b8efff +libopenjpeg.1.5.0.dylib (1.5.0 - compatibility 1.0.0) <AA985A0B-D7A1-3E90-9F2E-83A41CC246F2> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libopenjpeg.1.5.0.dylib
       0x101b96000 -        0x101bcdfff +liblcms2.2.dylib (3.3.0 - compatibility 3.0.0) <85E55DFE-4D46-3E86-8970-CCC279E9270E> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/liblcms2.2.dylib
       0x101be1000 -        0x101c00fff +libpng15.15.dylib (20.0.0 - compatibility 20.0.0) <48C87023-FB13-393C-8FD4-DE4F1803ECA3> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libpng15.15.dylib
       0x101c0f000 -        0x101c61fff +libtiff.3.dylib (13.5.0 - compatibility 13.0.0) <CFBD2A6F-07DF-3A5E-8B9B-F15E5C4B3A71> /Volumes/VOLUME/notatioantiqua.app/Contents/MacOS/libtiff.3.dylib
       0x102e6f000 -        0x102ea2ff7  com.apple.security.csparser (3.0 - 55110) <E8E3784B-7E0C-3B6A-A1FE-EC7D247E0C33> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x103477000 -        0x10347dff7 +libqgif.dylib (??? - ???) <5527CFB9-C05D-BEBC-4FE9-801DA90C61F8> /Developer/Applications/Qt/plugins/imageformats/libqgif.dylib
       0x103482000 -        0x103488ff7 +libqico.dylib (??? - ???) <6F1C5DBE-0A7C-7613-9F33-8157474CC1B8> /Developer/Applications/Qt/plugins/imageformats/libqico.dylib
       0x106511000 -        0x10654eff7 +libqtaccessiblewidgets.dylib (??? - ???) <E1FAAB6E-A8DF-FFDC-3D7C-CFB617B44B45> /Developer/Applications/Qt/plugins/accessible/libqtaccessiblewidgets.dylib
       0x106577000 -        0x106f92fe7 +QtGui (4.8.1 - compatibility 4.8.0) <25F74DA5-7B83-DE80-B2D5-CB65A9EF0F5B> /Library/Frameworks/QtGui.framework/Versions/4/QtGui
       0x107262000 -        0x10752efff +QtCore (4.8.1 - compatibility 4.8.0) <5F2182D1-A2E3-22C1-6BFA-9FC662E936CF> /Library/Frameworks/QtCore.framework/Versions/4/QtCore
       0x1075cd000 -        0x107608ff7 +libqjpeg.dylib (??? - ???) <0FAC05C7-0670-4A80-9FDB-44DDFCA6207D> /Developer/Applications/Qt/plugins/imageformats/libqjpeg.dylib
       0x107611000 -        0x107665fe7 +libqmng.dylib (??? - ???) <4E62A294-79AD-1BA3-908C-6C465F78B39B> /Developer/Applications/Qt/plugins/imageformats/libqmng.dylib
       0x107676000 -        0x10767aff7 +libqsvg.dylib (??? - ???) <8017C5C1-8B4F-DC8A-AAE0-BEC76EBE4176> /Developer/Applications/Qt/plugins/imageformats/libqsvg.dylib
       0x10767f000 -        0x1076cffef +QtSvg (4.8.1 - compatibility 4.8.0) <74105F96-85E9-0C45-367E-BD6281F8FDC9> /Library/Frameworks/QtSvg.framework/Versions/4/QtSvg
       0x1076f0000 -        0x10772dfe7 +QtXml (4.8.1 - compatibility 4.8.0) <B6D5D1C5-199D-F7A3-51F3-4D87A21D32F1> /Library/Frameworks/QtXml.framework/Versions/4/QtXml
       0x107747000 -        0x10774bfff +libqtga.dylib (??? - ???) <D2D40B39-9BEF-D694-C5D8-F3881376CA97> /Developer/Applications/Qt/plugins/imageformats/libqtga.dylib
       0x107750000 -        0x1077a5fe7 +libqtiff.dylib (??? - ???) <9B5B58CD-BC77-A528-4FC7-F58284D95E89> /Developer/Applications/Qt/plugins/imageformats/libqtiff.dylib
    0x7fff6025f000 -     0x7fff60293baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8b71d000 -     0x7fff8b71dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8b71e000 -     0x7fff8b800fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8b806000 -     0x7fff8b861ff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8b867000 -     0x7fff8b91afff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8b91b000 -     0x7fff8b955fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8b984000 -     0x7fff8b9afff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8b9b0000 -     0x7fff8bf94fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8bf95000 -     0x7fff8bfb1ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8bfb2000 -     0x7fff8bfc4ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8c8d2000 -     0x7fff8c8d3ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8c8d4000 -     0x7fff8c8faff7  com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8c8fb000 -     0x7fff8c905ff7  liblaunch.dylib (392.36.0 - compatibility 1.0.0) <CB8B5808-80C0-318E-AE12-96CA916442FE> /usr/lib/system/liblaunch.dylib
    0x7fff8d048000 -     0x7fff8d056ff7  libkxld.dylib (??? - ???) <B779CF25-496C-31B0-B336-3E4E3E1C32CC> /usr/lib/system/libkxld.dylib
    0x7fff8d1c0000 -     0x7fff8d4a2fff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8d540000 -     0x7fff8d6a7ff7  com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8d6a8000 -     0x7fff8d700fff  libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8d74e000 -     0x7fff8d867fff  com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8d868000 -     0x7fff8d868fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8d869000 -     0x7fff8d89cff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8d89d000 -     0x7fff8d90dfff  com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8d90e000 -     0x7fff8d91cfff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8d945000 -     0x7fff8da4cfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8da95000 -     0x7fff8dba1fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8dbcb000 -     0x7fff8dbd1ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8dbd2000 -     0x7fff8dc13fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8dde9000 -     0x7fff8de3dff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8de3e000 -     0x7fff8de3efff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8de67000 -     0x7fff8e069fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff8e094000 -     0x7fff8e0a9fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e0b8000 -     0x7fff8e0bdfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff8e14d000 -     0x7fff8e17afe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff8e17b000 -     0x7fff8e19ffff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8e217000 -     0x7fff8e281ff7  com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8e3ef000 -     0x7fff8e3f5fff  IOSurface (??? - ???) <8114F62C-F75D-3123-99E9-268CB3AE74F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8e3f6000 -     0x7fff8e669fff  com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8e66a000 -     0x7fff8e76cff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
    0x7fff8e76d000 -     0x7fff8e7e0fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8f505000 -     0x7fff8f506fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8f85a000 -     0x7fff8f860fff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8f89f000 -     0x7fff8f8c8fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8f8c9000 -     0x7fff8fa9dfff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8fab9000 -     0x7fff8fac9ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8faca000 -     0x7fff8fad8fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    0x7fff8fb05000 -     0x7fff90709fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9070a000 -     0x7fff90840fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff90982000 -     0x7fff90982fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff90a15000 -     0x7fff90a1eff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff90a1f000 -     0x7fff90c47fe7  com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff90c4a000 -     0x7fff90c83fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff90c84000 -     0x7fff916147a7  com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff91615000 -     0x7fff91616fff  libdnsinfo.dylib (395.10.0 - compatibility 1.0.0) <2301DE05-6950-3AFF-A8A6-DA76D4C079B5> /usr/lib/system/libdnsinfo.dylib
    0x7fff9161f000 -     0x7fff91647ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff91648000 -     0x7fff91675ff7  com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff91676000 -     0x7fff919a0ff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff919a1000 -     0x7fff91a9bff7  com.apple.DiskImagesFramework (10.7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff91a9c000 -     0x7fff91b80e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff91b81000 -     0x7fff91c21fff  com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff91e71000 -     0x7fff91e78fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff91eb6000 -     0x7fff91ef9ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff91efa000 -     0x7fff91f0cff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff927e2000 -     0x7fff927e4fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff92815000 -     0x7fff92835fff  libsystem_kernel.dylib (1699.24.23 - compatibility 1.0.0) <80927C55-D4D9-31B6-9CF3-6134FCF1E1CA> /usr/lib/system/libsystem_kernel.dylib
    0x7fff92836000 -     0x7fff92836fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff92f13000 -     0x7fff92f96fef  com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff93122000 -     0x7fff93127fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff93128000 -     0x7fff9312fff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff93130000 -     0x7fff9313bff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff9313c000 -     0x7fff931deff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff9322d000 -     0x7fff9322dfff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff932c1000 -     0x7fff9330dff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9336f000 -     0x7fff9368bff7  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9368c000 -     0x7fff93701ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff93702000 -     0x7fff9373dfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff9373e000 -     0x7fff93805ff7  com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff93942000 -     0x7fff93942fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff93943000 -     0x7fff93947fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff93e4a000 -     0x7fff93e9eff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff93e9f000 -     0x7fff93edeff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff93ee6000 -     0x7fff93f34fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff93f92000 -     0x7fff94070fff  com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff94072000 -     0x7fff94076fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff940d2000 -     0x7fff940effff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
    0x7fff9437e000 -     0x7fff9445bfef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    0x7fff9445c000 -     0x7fff9449bfff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff9449d000 -     0x7fff9449ffff  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib
    0x7fff944a0000 -     0x7fff94595fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff9466c000 -     0x7fff9466ffff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff94f48000 -     0x7fff94f5cff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff94f5d000 -     0x7fff94fc5ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff94fc6000 -     0x7fff9504bff7  com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff9504c000 -     0x7fff9512afff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff953b7000 -     0x7fff95556fff  com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9583b000 -     0x7fff9583cfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff9583d000 -     0x7fff95c6afff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff95c6b000 -     0x7fff95c6bfff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff95c6c000 -     0x7fff95c93ff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff95fef000 -     0x7fff960f4fff  libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff96107000 -     0x7fff9610dfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff9610e000 -     0x7fff96267fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff96268000 -     0x7fff96269fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff9626a000 -     0x7fff9626fff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff96270000 -     0x7fff96737fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff9697f000 -     0x7fff96996fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff969cb000 -     0x7fff969fbff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff969fc000 -     0x7fff96a00ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff96a01000 -     0x7fff96a7cff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff96b10000 -     0x7fff96b3bff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
    0x7fff96b3c000 -     0x7fff96b9eff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff96baf000 -     0x7fff96bbcfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff96bbd000 -     0x7fff96be1fff  com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff96c06000 -     0x7fff96c0bfff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff96c0c000 -     0x7fff96c82fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff96ca6000 -     0x7fff96cc3ff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff96d2d000 -     0x7fff96d2fff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff96d30000 -     0x7fff96db4ff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff96dc1000 -     0x7fff96e13ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff96ea0000 -     0x7fff96ebffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff96ec0000 -     0x7fff96ec1ff7  libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff96ec2000 -     0x7fff96ec7fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff972e6000 -     0x7fff972f1fff  com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff972f2000 -     0x7fff97304ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff97311000 -     0x7fff9762aff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff97648000 -     0x7fff9764bfff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff9764c000 -     0x7fff97652fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff97755000 -     0x7fff97775fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff97776000 -     0x7fff9781afff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9781c000 -     0x7fff97857fff  com.apple.LDAPFramework (3.1 - 120.2) <19B714EB-104B-38D2-9ADD-155F71F6844B> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff97858000 -     0x7fff9791fff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <4538975D-2834-3FF7-AAE4-5B13AFF2256B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff97920000 -     0x7fff9792fff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff97930000 -     0x7fff9793bff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff97951000 -     0x7fff97991ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
    0x7fff979b4000 -     0x7fff97a4aff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff97a4b000 -     0x7fff97a8dff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff97a8e000 -     0x7fff97aa4ff7  com.apple.ImageCapture (7.0 - 7.0) <F15FC6FB-9E88-3BE9-BABE-0454D3A502A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff97aa5000 -     0x7fff97ab2ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff97abf000 -     0x7fff97adafff  libexpat.1.dylib (7.2.0 - compatibility 7.0.0) <DDB91E75-A2FA-331F-8069-999127AC6A9D> /usr/lib/libexpat.1.dylib
    0x7fff97adb000 -     0x7fff97ae3fff  libsystem_dnssd.dylib (??? - ???) <D0CEBE0E-956F-3CCF-9808-25FDEA42B9AF> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff97ae4000 -     0x7fff97ae7ff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff97ae8000 -     0x7fff97afefff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff97b45000 -     0x7fff97b8bff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib
    0x7fff97b8c000 -     0x7fff97b93fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff97b94000 -     0x7fff97b98fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff97ec0000 -     0x7fff97ec3fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff9813b000 -     0x7fff981d5ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff98294000 -     0x7fff982faff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff982fd000 -     0x7fff9835dfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff98369000 -     0x7fff983adff7  com.apple.MediaKit (12 - 589) <7CFF29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff983ae000 -     0x7fff984bbfff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff984bc000 -     0x7fff984befff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9858f000 -     0x7fff98590ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff98591000 -     0x7fff98596fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff98597000 -     0x7fff985aefff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff985af000 -     0x7fff985c2ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    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: 3358
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=184.4M resident=100.0M(54%) swapped_out_or_unallocated=84.4M(46%)
Writable regions: Total=41.8M written=6780K(16%) resident=14.6M(35%) swapped_out=0K(0%) unallocated=27.2M(65%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  4592K
CG image                              4K
CG raster data                      256K
CG shared images                   3408K
CoreGraphics                         16K
CoreServices                       2616K
MALLOC                             24.7M
MALLOC guard page                    32K
Memory tag=242                       12K
STACK GUARD                        56.0M
Stack                              10.0M
VM_ALLOCATE                         128K
__CI_BITMAP                          80K
__DATA                             13.3M
__IMAGE                             528K
__LINKEDIT                         55.2M
__TEXT                            129.2M
__UNICODE                           544K
mapped file                        70.9M
shared memory                       316K
===========                      =======
TOTAL                             371.5M

Model: Macmini4,1, BootROM MM41.0042.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 6 GB, SMC 1.65f2
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x01BA, 0x202020202020202020202020202020202020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x830B, 0x4E54324743363442383842304E532D434720
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.19)
Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: Hitachi HTS545032B9SA02, 320,07 GB
Serial ATA Device: HL-DT-STDVDRW  GA32N
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26400000 / 2
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24400000 / 2
USB Device: USB Keyboard, 0x060b  (Solid Year Co., Ltd.), 0x2402, 0x24410000 / 3
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06630000 / 5
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 2
Danke für alle Hilfe oder Hinweise im Voraus!
barahir1983
QtCreator 2.5 beta und Qt Libraries 4.8.0 auf MacOS X 10.7.3
barahir1983
Beiträge: 21
Registriert: 30. August 2010 14:51
Wohnort: Jena
Kontaktdaten:

Re: MacOS X Deployment mit CMake

Beitrag von barahir1983 »

Noch ein kurzer Nachschlag: es scheint daran zu liegen, dass qt_menu.nib nicht kopiert wird und keine qt.conf erstellt wird. Anscheinend weiß dann Mac OS X nicht genau, welche Qt-Version es verwenden soll und stürzt lieber mal vorsorglich ab. Wie kann man denn dafür sorgen dass z. B. macdeployqt ausgeführt wird bevor er das Zeuch verpackt?
QtCreator 2.5 beta und Qt Libraries 4.8.0 auf MacOS X 10.7.3
barahir1983
Beiträge: 21
Registriert: 30. August 2010 14:51
Wohnort: Jena
Kontaktdaten:

Re: MacOS X Deployment mit CMake

Beitrag von barahir1983 »

Für alle, die sich vielleicht fragten wo die Lösung liegt: es funktioniert, wenn man bei der Definition der Variable $APPS nicht ${CMAKE_INSTALL_PREFIX} voranstellt.
QtCreator 2.5 beta und Qt Libraries 4.8.0 auf MacOS X 10.7.3
Antworten