From: Shekar M. <sh...@fa...> - 2010-09-06 16:23:17
|
Hi, Just did an svn update on the XMLVM repository, built xmlvm and generated ObjC code for my Android application. I get a few compile errors. Most notably, here are the ones that have me flummoxed: 1. Compiling java_lang_Object.m (part of the Andriod compat-lib, I think): Line 43: objc_setAssociatedObject(self, &memberKey, members, OBJC_ASSOCIATION_RETAIN); warning: implicit declaration of function objc_setAssociatedObject error: OBJC_ASSOCIATION_RETAIN undeclared (first use in this function) 2. Compiling java_lang_String.m Line 258: NSRange found = [self rangeOfString:regex options:NSRegularExpressionSearch]; error: NSRegularExpressionSearch undeclared (first use in this function) 3. org_xmlvm_iphone_MFMailComposeViewController.m Line 21: #import "org_xmlvm_iphone_MFMailComposeViewController.h" error: MessageUI/MessageUI.h No such file or directory error MessageUI/MFMailComposeViewController.h No such file or directory I am running XCode 3.1.2 on Tiger OS. Thanks, Shekar |