linker problem on OS X 10.9

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
jmontana
Posts: 562
Joined: March 14th, 2003, 1:36 pm
Location: RI

linker problem on OS X 10.9

Post by jmontana »

I'm using Xcode 5.0.2. When I try to build Thunderbird via mach build, I get this at the end:

Code: Select all

 6:09.44 ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
 6:09.44 Undefined symbols for architecture x86_64:
 6:09.44   "_sCocoaLog", referenced from:
 6:09.44       nsDragService::GetData(nsITransferable*, unsigned int) in Unified_mm_widget_cocoa1.o
 6:09.44 ld: symbol(s) not found for architecture x86_64
 6:09.44 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 6:09.44 make[4]: *** [XUL] Error 1
 6:09.44 make[3]: *** [libs] Error 2
 6:09.44 make[2]: *** [default] Error 2
 6:09.44 make[1]: *** [default] Error 2
 6:09.44 make: *** [build] Error 2
 6:09.45 500 compiler warnings present.
 6:14.59 /usr/local/bin/terminal-notifier -title Mozilla Build System -group mozbuild -message Build complete


I saw a reference to this back in 2010, but nothing recent.
jmontana
Posts: 562
Joined: March 14th, 2003, 1:36 pm
Location: RI

Re: linker problem on OS X 10.9

Post by jmontana »

Nevermind. Ended up being an issue with a bad patch.
Post Reply