KingsleyYau / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Build on OSX fails with Xcode 5 + OSX 10.9 #561

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pull Breakpad from repo
2. open Breakpad.xcodeproj in src/client/mac
3. change base sdk for all target to latest SDK ( 10.9 )
4. change C/C++ Compiler to Default Compiler for all targets
5. Build

What is the expected output? What do you see instead?
It is supposed to build but it fails because it cannot find <tr1/tuple> in 
gtest-port.h

What version of the product are you using? On what operating system?
Revision 1271
Xcode 5.0.2
Build version 5A3005

Please provide any additional information below.
./configure make works but does not build libbreakpad_client.a

Original issue reported on code.google.com by lblnc.ma...@gmail.com on 13 Jan 2014 at 4:30