[Lldb-commits] [PATCH] Reducing lldb Carbon footprint by replacing the only Carbon API call by Cocoa equivalent
Greg Clayton
gclayton at apple.com
Wed Jul 2 13:40:36 PDT 2014
I believe I fixed it with:
% svn commit
Sending lldb.xcodeproj/project.pbxproj
Transmitting file data .
Committed revision 212213.
> On Jul 2, 2014, at 1:25 PM, Greg Clayton <gclayton at apple.com> wrote:
>
> Linking now fails for me after this:
>
> Undefined symbols for architecture x86_64:
> "_AECreateDesc", referenced from:
> lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> "_AEDisposeDesc", referenced from:
> lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> "_FSPathMakeRef", referenced from:
> lldb_private::Host::LaunchApplication(lldb_private::FileSpec const&) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> "_GetProcessPID", referenced from:
> lldb_private::Host::LaunchApplication(lldb_private::FileSpec const&) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> "_LSFindApplicationForInfo", referenced from:
> lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> "_LSOpenApplication", referenced from:
> lldb_private::Host::LaunchApplication(lldb_private::FileSpec const&) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> "_LSOpenURLsWithRole", referenced from:
> lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o)
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>
>
>> On Jul 2, 2014, at 12:46 PM, Jean-Daniel Dupas <devlists at shadowlab.org> wrote:
>>
>> r212208
>
More information about the lldb-commits
mailing list