Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I get the following error while integrating the Zxing lib ( http://code.google.com/p/zxing/) into my Iphone project

#import "QRCodeReader.h"



/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/include/c++/4.2.1/bits/basic_string.h
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/include/c++/4.2.1/bits/basic_string.h:772:34: error: too few arguments provided to function-like macro invocation [2]

/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/include/c++/4.2.1/bits/basic_string.h:781:32: error: too few arguments provided to function-like macro invocation [2]

/Developer/Platforms/.../4.2.1/bits/basic_string.h:801:39: error: too few arguments provided to function-like macro invocation [2]

etc...

Any ideas?

I m using XCode 4.2 and Ios SDK 5.0

share|improve this question
Please ask questions like these on the corresponding project mailing list first, you're likely to get more qualified results there. – DarkDust Nov 2 '11 at 14:55
1  
fixed. there was a conflict between another lib using a "append" macro – N-AccessDev Nov 2 '11 at 20:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.