Menu

#65 MaxOSX Build Errors

open
5
2012-05-17
2012-05-17
Anonymous
No

I am receiving the following errors when trying to compile on Mac OSX 10.7.3, Xcode 4.3.2 using Apple LLVM Compiler 3.1:

'captureCount' was not declared in this scope

This error is happening on line 259 of the RegexKitLite.h file around this line of code:
- (BOOL)RKL_METHOD_PREPEND(enumerateStringsMatchedByRegex):(NSString *)regex usingBlock:(void (^)(NSInteger captureCount, NSString * const capturedStrings[captureCount], const NSRange capturedRanges[captureCount], volatile BOOL * const stop))block;

Any ideas on how I can get around this error?

Thanks!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.