Hemathan / google-api-objectivec-client

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

GTL_NONNULL (from GTLDefines.h) import missing from imports in GTMHTTPUploadFetcher.h #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout SVN code
2. Open any example project/main project
3. Attempt to compile - build failed

What is the expected output? What do you see instead?
I'd expect it to compile. Which it didn't. 

The problem seems to lie with revision 
http://code.google.com/p/google-api-objectivec-client/source/detail?spec=svn269&
r=269 which added GTM_NONNULL. GTLDefines has something similar (GTL_NONNULL), 
but it's not working either. GTM_NONNULL apparently comes from another Google 
project (Google Toolbox for Mac) which seems not to be part of this project. 

Perhaps I might be doing something wrong, however I'd expect vanilla checkout 
from repository to "just compile". 

What version of the product are you using? On what operating system?
Latest SVN repo. 

Original issue reported on code.google.com by p...@taptera.com on 8 Feb 2013 at 8:55