ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

xcode project build is broken #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd gtest/xcode
2. xcodebuild -projext gtest.xcodeproj -alltargets

What is the expected output? What do you see instead?
Everything builds and tests pass. Instead, tests fail to build with

gtest/googletest-read-only/xcode/../include/gtest/gtest.h:62:34:
error: gtest/gtest-printers.h: No such file or directory

Original issue reported on code.google.com by vladlosev on 28 Sep 2010 at 2:34

GoogleCodeExporter commented 9 years ago
Are you working on this, Vlad?

I plan to soon solicit contribution from more people, and thus are going 
through the issue list to make sure their status are up-to-date.  If you aren't 
working on it, I'd like to remove your name from the 'owner' field such that 
people can know that no one has claimed the work yet.  Thanks.

Original comment by w...@google.com on 28 Sep 2010 at 4:52

GoogleCodeExporter commented 9 years ago
Well, I kinda have started looking into it.

Original comment by vladlosev on 28 Sep 2010 at 5:02

GoogleCodeExporter commented 9 years ago
Fixed in revision 493.

Original comment by vladlosev on 12 Oct 2010 at 10:08