xiekw2010 / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client
0 stars 0 forks source link

-DGTL_BUILDS_AS_FRAMEWORK=1 should be -DGTL_BUILT_AS_FRAMEWORK=1 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow build instructions in 
http://code.google.com/p/google-api-objectivec-client/wiki/BuildingTheLibrary
2. Application for Mac OS X does not build because of a preprocessor error 
(cannot find include file)

What is the expected output? What do you see instead?
Application should build

What version of the product are you using? On what operating system?
Current release on Nov 4, 2011. Mac OS X, Xcode 4

Please provide any additional information below.

You just need to change the build instructions on the wiki. The correct 
preprocessor define is GTL_BUILT_AS_FRAMEWORK=1

Original issue reported on code.google.com by a...@andyfiedler.com on 4 Nov 2011 at 6:31

GoogleCodeExporter commented 9 years ago
Thank you for pointing out the problem.

Original comment by grobb...@google.com on 4 Nov 2011 at 6:37