From: Eran I. <era...@gm...> - 2012-05-31 19:48:11
|
Hi Noel, I found and fixed 2 major problems which caused an error during launch: - The install_name_tool did not fix the path to libclang.dylib properly - libclang.dylib has a dependency with libLLVM* - I rebuilt clang with different configure options to remove this dependency issues Do an SVN update and give it a try (works for me now ;) On Thu, May 31, 2012 at 9:50 AM, Eran Ifrah <era...@gm...> wrote: > I will check it out later today ( at work I got a Mac box) > > > On Wed, May 30, 2012 at 11:00 PM, Noel Grandin <noe...@gm...>wrote: > >> On Wed, May 30, 2012 at 8:09 PM, Eran Ifrah <era...@gm...> wrote: >> > No, you are under Mac.. >> > >> > Just do: >> > >> > open Runtime/CodeLite.app/ >> > >> >> Cool, that gets me step closer :-) Now I'm getting a crash when it opens. >> >> >> >> Process: codelite [55357] >> Path: >> /Users/noelgrandin/codelite/Runtime/CodeLite.app/Contents/MacOS/codelite >> Identifier: codelite >> Version: ??? (???) >> Code Type: X86 (Native) >> Parent Process: launchd [97] >> >> Date/Time: 2012-05-30 21:55:39.528 +0200 >> OS Version: Mac OS X 10.6.8 (10K549) >> Report Version: 6 >> >> Interval Since Last Report: 1189911 sec >> Crashes Since Last Report: 5 >> Per-App Crashes Since Last Report: 4 >> Anonymous UUID: 62C7FB78-C302-4CDE-B1E2-A2A86BABC475 >> >> Exception Type: EXC_BREAKPOINT (SIGTRAP) >> Exception Codes: 0x0000000000000002, 0x0000000000000000 >> Crashed Thread: 0 >> >> Dyld Error Message: >> Library not loaded: @executable_path/../lib/libLLVM-3.1svn.dylib >> Referenced from: >> >> /Users/noelgrandin/codelite/Runtime/CodeLite.app/Contents/MacOS/libclang.dylib >> Reason: image not found >> >> Binary Images: >> 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) >> <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld >> >> Model: MacBookPro1,1, BootROM MBP11.0055.B08, 2 processors, Intel Core >> Duo, 1.83 GHz, 2 GB, SMC 1.2f10 >> Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB >> Memory Module: global_name >> AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), >> Atheros 5424: 2.1.14.6 >> Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports >> Network Service: AirPort, AirPort, en1 >> Serial ATA Device: ST98823AS, 74,53 GB >> Parallel ATA Device: MATSHITADVD-R UJ-857 >> USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000 / 2 >> USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), >> 0x0217, 0x1d200000 / 2 >> USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000 / 2 >> USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), >> 0x8205, 0x7d100000 / 2 >> > > > > -- > Eran Ifrah > Author of the cross platform, open source C++ IDE: http://www.codelite.org > YTubePlayer http://www.ytubeplayer.com > > -- Eran Ifrah Author of the cross platform, open source C++ IDE: http://www.codelite.org YTubePlayer http://www.ytubeplayer.com |