What steps will reproduce the problem?
1. update the breakpad SVN to r1375 or any later version
2. xcodebuild -project src/client/mac/Breakpad.xcodeproj -sdk macosx10.9 -arch
x86_64 GCC_VERSION=com.apple.compilers.llvm.clang.1_0
What is the expected output? What do you see instead?
With r1374, building works fine. Starting with r1375, we get:
Ld build/Release/Inspector normal x86_64
[...]
Undefined symbols for architecture x86_64:
"google_breakpad::LaunchReporter(char const*, char const*)", referenced from:
google_breakpad::Inspector::Inspect(char const*) in Inspector.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
launch_reporter.cc isn't referenced in any project file, as far as I can see.
What version of the product are you using? On what operating system?
I tried r1375 and r1387 on OS X 10.9.4 with Xcode 5.1.1, build 5B1008.
Original issue reported on code.google.com by tiwocph...@gmail.com on 25 Sep 2014 at 10:38
Original issue reported on code.google.com by
tiwocph...@gmail.com
on 25 Sep 2014 at 10:38