• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 1194 1195 1196 1197 1198

Compiling Mac Help.
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Compiling Mac Help.
04-09-2009, 02:46 PM
#1
Kerrby Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Apr 2009
Hello forumers, I seem to be having trouble following this guide on how to install on a mac.
http://code.google.com/p/dolphin-emu/wiki/MacOSX_Build

I get down to compile in Xcode and just get stuck.

I have the file installer_win32.ini and don't know what to do with that either.

Would one of you please be so kind as to help me.

Thankyou, Kerrby.
Find
Reply
04-10-2009, 04:41 AM
#2
cmccmc
Unregistered
 
what do you get stuck on?
Reply
04-10-2009, 03:36 PM
#3
Kerrby Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Apr 2009
I get stuck on what to do next.

What and how do I compile it in Xcode to install Dolphin? It doesn't say in the guide, it just has (tbd).
Find
Reply
04-10-2009, 11:53 PM
#4
cmccmc
Unregistered
 
tbd: To Be Determined?
Try using scons.
Reply
04-11-2009, 12:24 PM
#5
Kerrby Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Apr 2009
(04-10-2009, 11:53 PM)cmccmc Wrote: tbd: To Be Determined?
Try using scons.


Okay then how do I use this scons?
Find
Reply
04-11-2009, 12:28 PM
#6
cmccmc
Unregistered
 
it's above the xcode thing
Reply
04-11-2009, 07:26 PM
#7
Kerrby Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Apr 2009
It says command not found.

What am I doing wrong??
Find
Reply
04-14-2009, 06:19 PM
#8
Okeribok Offline
Junior Member
**
Posts: 8
Threads: 0
Joined: Apr 2009
(04-10-2009, 11:53 PM)cmccmc Wrote: Try using scons.

Scons doesn't work. I tried it (build 2962) and it gives this error:
scons: *** [Binary/Darwin-i386/Dolphin.app/Contents/MacOS/Dolphin] Implicit dependency `CoreServices' not found, needed by target `Binary/Darwin-i386/Dolphin.app/Contents/MacOS/Dolphin'.
scons: building terminated because of errors.

Is there anybody who can build a working Mac version?
Find
Reply
04-20-2009, 05:26 PM
#9
Kerrby Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Apr 2009
Anyone??
Find
Reply
04-20-2009, 11:54 PM (This post was last modified: 04-21-2009, 12:17 AM by Okeribok.)
#10
Okeribok Offline
Junior Member
**
Posts: 8
Threads: 0
Joined: Apr 2009
treid build 3019 today. Still no go. Still the same CoreServices implicit dependancy error.

Then, I entered an issue in the SVN, but found that there was already a related issue. Apparently, the CoreServices error was introduced with the change made by Nakee for 2566. So in the file (Sconstests:utils.py) I changed lines 119-121 in my 3019 checkout back to the pre-2566 status and he-presto: it builds.

where it says:
found = 0
if CheckPKG(context, 'portaudio'):
context.Message( 'Checking for lib portaudio version > %s... ' % version)
found = context.TryRun("""

make it say:
context.Message( 'Checking for lib portaudio version > %s... ' % version)
context.env.Append(LIBS = 'portaudio')
found = context.TryRun("""

Then it builds. For me. I have installed OpenAL through MacPorts. You may need to do that too. Now to see if it works...
(04-20-2009, 11:54 PM)Okeribok Wrote: Now to see if it works...

Well, that was quick: I saw the UI for a second and then it crashed.
so still no working dolphin for mac
Reporter gave me this:

Process: Dolphin [4273]
Path: /Users/buisman/dolphin-emu-read-only/Binary/Darwin-i386/Dolphin.app/Contents/MacOS/Dolphin
Identifier: com.dolphin-emu.dolphin
Version: svn (svn)
Code Type: X86 (Native)
Parent Process: launchd [124]

Date/Time: 2009-04-20 16:15:54.851 +0200
OS Version: Mac OS X 10.5.6 (9G55)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fffffff4
Crashed Thread: 0

Thread 0 Crashed:
0 libstdc++.6.dylib 0x92e63a9c std::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(char const*, unsigned long) + 46
1 libstdc++.6.dylib 0x92e63b71 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(char const*) + 37
2 libPlugin_DSP_HLE.dylib 0x16caa029 IniFile::Get(char const*, char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, char const*) + 57
3 libPlugin_DSP_HLE.dylib 0x16cb2339 AudioCommonConfig::Load(IniFile&) + 157
4 libPlugin_DSP_HLE.dylib 0x16c8803f CConfig::Load() + 125
5 libPlugin_DSP_HLE.dylib 0x16c8806d CConfig::CConfig() + 17
6 libPlugin_DSP_HLE.dylib 0x16cba1d4 __static_initialization_and_destruction_0(int, int) + 48
7 libPlugin_DSP_HLE.dylib 0x16cba1ef _GLOBAL__I_g_Config + 21
8 dyld 0x8fe12f36 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 246
9 dyld 0x8fe0e7e3 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 307
10 dyld 0x8fe0e8c9 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 57
11 dyld 0x8fe02202 dyld::runInitializers(ImageLoader*) + 34
12 dyld 0x8fe0bbdd dlopen + 605
13 libSystem.B.dylib 0x95801202 dlopen + 66
14 com.dolphin-emu.dolphin 0x000f8445 DynamicLibrary::Load(char const*) + 129
15 com.dolphin-emu.dolphin 0x001045fd Common::CPlugin::CPlugin(char const*) + 153
16 com.dolphin-emu.dolphin 0x00069d20 CPluginInfo::CPluginInfo(char const*) + 170
17 com.dolphin-emu.dolphin 0x0006af6c CPluginManager::ScanForPlugins() + 494
18 com.dolphin-emu.dolphin 0x00013cc2 CFrame::CFrame(bool, wxFrame*, int, wxString const&, wxPoint const&, wxSize const&, long) + 1390
19 com.dolphin-emu.dolphin 0x000490e4 DolphinApp::OnInit() + 2108
20 com.dolphin-emu.dolphin 0x00049d12 wxAppConsole::CallOnInit() + 24
21 libwx_macu-2.8.0.dylib 0x0081f5db wxEntry(int&, wchar_t**) + 59
22 com.dolphin-emu.dolphin 0x000488a6 main + 24
23 com.dolphin-emu.dolphin 0x000027ce start + 54

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x92e63a7c ecx: 0x16cb8a5c edx: 0x16cb8a60
edi: 0x16cb8a5c esi: 0x16cbe2b4 ebp: 0xbfffef38 esp: 0xbfffef00
ss: 0x0000001f efl: 0x00010286 eip: 0x92e63a9c cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0xfffffff4

Binary Images:
0x1000 - 0x15efff +com.dolphin-emu.dolphin svn (svn) <69c594ee2acb17b5026a6f675c752005> /Users/buisman/dolphin-emu-read-only/Binary/Darwin-i386/Dolphin.app/Contents/MacOS/Dolphin
0x27e000 - 0x2dcf83 +libSDL-1.2.0.dylib ??? (???) /opt/local/lib/libSDL-1.2.0.dylib
0x2f8000 - 0x2faff2 +libao.2.dylib ??? (???) /opt/local/lib/libao.2.dylib
0x2fe000 - 0x30cfff +libportaudio.2.dylib ??? (???) <0d4f7338d95c9f4af640f52d2214daae> /opt/local/lib/libportaudio.2.dylib
0x313000 - 0x323ffd +libz.1.dylib ??? (???) /opt/local/lib/libz.1.dylib
0x328000 - 0x34bfed com.apple.audio.OpenAL 1.2 (1.2) <d2b9567e2f3e44ef025556bffbb1aeb9> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x35e000 - 0x455ff0 +libiconv.2.dylib ??? (???) /opt/local/lib/libiconv.2.dylib
0x462000 - 0x481feb +libpng12.0.dylib ??? (???) /opt/local/lib/libpng12.0.dylib
0x488000 - 0x4a4ff0 +libjpeg.62.dylib ??? (???) /opt/local/lib/libjpeg.62.dylib
0x4ab000 - 0x4f7fef +libtiff.3.dylib ??? (???) /opt/local/lib/libtiff.3.dylib
0x7dc000 - 0xce6fef +libwx_macu-2.8.0.dylib ??? (???) /opt/local/lib/libwx_macu-2.8.0.dylib
0xfb8000 - 0xfd4fe3 +libexpat.1.dylib ??? (???) /opt/local/lib/libexpat.1.dylib
0xff7000 - 0xff8ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x1258000 - 0x1259fe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x17c4000 - 0x17c5fff +com.cooliris.safariplugin ??? (1.7) <2ee37a4ce8ff7f4a87974bfb4502b6d4> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
0x15c61000 - 0x15c65fff com.apple.CommonCocoaPanels 3.0 (15) <e55f5774d14df35699e1d0f676993418> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
0x1649b000 - 0x1666dfe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x16c84000 - 0x16cbbff7 +libPlugin_DSP_HLE.dylib ??? (???) <47f8e51a892703eb0711b9b2721eae8e> /Users/buisman/dolphin-emu-read-only/Binary/Darwin-i386/Dolphin.app/Contents/PlugIns/libPlugin_DSP_HLE.dylib
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90003000 - 0x90019fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <80b173571cdb99a829e1b8ec0a677291> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9001a000 - 0x90038fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x90039000 - 0x9010dfef com.apple.WebKit 5528 (5528.16) <24ccae21ccfe5c21c2a78656983324c1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9010e000 - 0x90129ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9012a000 - 0x90132fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90133000 - 0x9013afe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9013b000 - 0x9018cff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9018d000 - 0x9023dfff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9023e000 - 0x90287fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x90288000 - 0x90302ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90303000 - 0x9038aff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x9038b000 - 0x903cdfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x903ce000 - 0x90514ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x90515000 - 0x90592fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x90593000 - 0x9061fff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90620000 - 0x90753fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x907e4000 - 0x90b81fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90b82000 - 0x90b8cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x90bc0000 - 0x90ec8fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90ece000 - 0x90ed5ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x90ed6000 - 0x90f60fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90f62000 - 0x90f69fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x90f6f000 - 0x9103afff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x910ae000 - 0x910ecff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9129f000 - 0x912acfe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x92437000 - 0x9243effe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x92534000 - 0x927affe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x927e7000 - 0x927eafff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x927eb000 - 0x927edfff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x927ee000 - 0x92825fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92826000 - 0x92b48fe2 com.apple.QuickTime 7.5.5 (995.22.3) <07ffd134d58fdbfe377ba9007f591289> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x92b73000 - 0x92bb4fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92bd3000 - 0x92c52ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x92c66000 - 0x92e34ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x92e35000 - 0x92e92ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x92e93000 - 0x92e94ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x92ed5000 - 0x92f00fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x92f01000 - 0x92f94ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92f9b000 - 0x92fdafef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92fef000 - 0x92ff3fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x92ffa000 - 0x930dfff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93229000 - 0x9322ffff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x93255000 - 0x93279fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x9327a000 - 0x93b04fff com.apple.WebCore 5528 (5528.16) <7e28871fe2b59d98edd6e624d850ccb8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x93b05000 - 0x93b05ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93b06000 - 0x93be7ff7 libxml2.2.dylib ??? (???) <306036e0070330e35045650e6d9f0d05> /usr/lib/libxml2.2.dylib
0x93be8000 - 0x93be8ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x93cb9000 - 0x93cb9ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93cd2000 - 0x93cd2ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x93cd3000 - 0x93cd7fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x93cd8000 - 0x93e2aff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e2b000 - 0x941e9fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x941ea000 - 0x942cafff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x942cb000 - 0x942f3fff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
0x9437e000 - 0x94b7cfef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94b7d000 - 0x94f8dfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x94f8e000 - 0x95019fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9501a000 - 0x9502afff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9502b000 - 0x9505afe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9505b000 - 0x9505bfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9505c000 - 0x95336ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x954e0000 - 0x9553aff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9553b000 - 0x955f5fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x955f6000 - 0x9572eff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x9572f000 - 0x957f6ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x957f7000 - 0x9595eff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x95986000 - 0x95986ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x95987000 - 0x959e0ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95c4a000 - 0x95c4affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x95c4b000 - 0x95c60ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95c6d000 - 0x95c79ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95c7a000 - 0x95cf7feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x95d08000 - 0x95dbaffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x95deb000 - 0x95e47ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x95e85000 - 0x96525fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96526000 - 0x965cdfeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96913000 - 0x9692bfff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9692c000 - 0x9692cff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x96a0e000 - 0x96a0effd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96a4a000 - 0x96addfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96ade000 - 0x96b18fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x96b26000 - 0x96b2ffff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x96b30000 - 0x96b32ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96b33000 - 0x96b60feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96b61000 - 0x96b66fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96c7d000 - 0x96c93fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96c94000 - 0x96ca2ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x96d46000 - 0x96d56ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x96d57000 - 0x96d76ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x96d77000 - 0x96d82fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96d83000 - 0x96e20fe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96e66000 - 0x96fcbfe7 com.apple.JavaScriptCore 5528 (5528.15) <a1edf2b00622f9d833987cb333b432ac> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x96fcc000 - 0x9749df3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode