I'm trying to build for anything but debug and i keep getting errors with not having other c flags set to have :
#if !DEBUG
#if GDATA_INCLUDE_nameServiceHere_SERVICE && !GDATA_SUPPRESS_INCLUDE_WARNING
#error The service placeholder compiler flag should be replaced by actual service specifications
#endif
#endif
Which in my project settings i have other c flags to have the following :
Other C Flags: -DGDATA_REQUIRE_SERVICE_INCLUDES=1 -DGDATA_INCLUDE_DOCS_SERVICE=1
Just like the documents say.... Am I missing something else here?