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 |
From: Panayotis K. <pan...@pa...> - 2010-09-06 16:55:14
|
On 06 Σεπ 2010, at 6:58 μ.μ., Shekar Mantha wrote: > Hi, > … > I am running XCode 3.1.2 on Tiger OS. > > Thanks, > Shekar Unfortunately you need latest Xcode to use XMLVM |
From: Shekar M. <sh...@fa...> - 2010-09-06 17:15:31
|
What is the latest XCode? Apple says I have to upgrade to Snow Leopard to run the latest XCode. Also I had a typo -- I am running Leopard (not Snow Leopard) On 9/6/10 12:55 PM, Panayotis Katsaloulis wrote: > On 06 Σεπ 2010, at 6:58 μ.μ., Shekar Mantha wrote: > >> Hi, >> … >> I am running XCode 3.1.2 on Tiger OS. >> >> Thanks, >> Shekar > > > Unfortunately you need latest Xcode to use XMLVM > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Arno P. <ar...@pu...> - 2010-09-06 17:16:53
|
you have no choice but to update everything. The latest iPhone SDK requires Snow Leopard. Arno On 9/6/10 10:17 AM, Shekar Mantha wrote: > What is the latest XCode? Apple says I have to upgrade to Snow Leopard > to run the latest XCode. > > Also I had a typo -- I am running Leopard (not Snow Leopard) > > On 9/6/10 12:55 PM, Panayotis Katsaloulis wrote: >> On 06 Σεπ 2010, at 6:58 μ.μ., Shekar Mantha wrote: >> >>> Hi, >>> … >>> I am running XCode 3.1.2 on Tiger OS. >>> >>> Thanks, >>> Shekar >> >> >> Unfortunately you need latest Xcode to use XMLVM >> ------------------------------------------------------------------------------ >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Shekar M. <sh...@fa...> - 2010-09-06 17:52:45
|
So, the latest version is Xcode 3.2.3 and iOS SDK 4.02. Is XMLVM compatible with the above? Thanks. On 9/6/10 1:17 PM, Shekar Mantha wrote: > What is the latest XCode? Apple says I have to upgrade to Snow Leopard > to run the latest XCode. > > Also I had a typo -- I am running Leopard (not Snow Leopard) > > On 9/6/10 12:55 PM, Panayotis Katsaloulis wrote: >> On 06 Σεπ 2010, at 6:58 μ.μ., Shekar Mantha wrote: >> >>> Hi, >>> … >>> I am running XCode 3.1.2 on Tiger OS. >>> >>> Thanks, >>> Shekar >> >> Unfortunately you need latest Xcode to use XMLVM >> ------------------------------------------------------------------------------ >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Panayotis K. <pan...@pa...> - 2010-09-06 19:01:05
|
On 06 Σεπ 2010, at 8:26 μ.μ., Shekar Mantha wrote: > So, the latest version is Xcode 3.2.3 and iOS SDK 4.02. > > Is XMLVM compatible with the above? > Yes it is :) |
From: Shekar M. <sh...@fa...> - 2010-09-07 19:34:10
|
Thanks for the reply. I finally upgraded my machine and added a bunch of frameworks (to get rid of some link errors) but I am still left with these five link errors: "_OBJC_CLASS_$_CATransition", referenced from: "_OBJC_CLASS_$_MPMoviePlayerController", referenced from: "_OBJC_CLASS_$_CAAnimation", referenced from: "_OBJC_CLASS_$_CALayer", referenced from: "_OBJC_CLASS_$_CAEAGLLayer", referenced from: Any ideas how I can resolve these? Thanks. On 9/6/10 3:00 PM, Panayotis Katsaloulis wrote: > On 06 Σεπ 2010, at 8:26 μ.μ., Shekar Mantha wrote: > >> So, the latest version is Xcode 3.2.3 and iOS SDK 4.02. >> >> Is XMLVM compatible with the above? >> > > Yes it is > :) > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Shekar M. <sh...@fa...> - 2010-09-07 19:52:08
|
Please ignore my earlier message. It turns out the following frameworks need to be added to the project to link the application properly. At the risk of stating the obvious, here are the frameworks that seem to be necessary: MediaPlayer QuartzCore OpenGLES AVFoundation AudioToolbox MessageUI Thanks. On 9/7/10 3:36 PM, Shekar Mantha wrote: > Thanks for the reply. > > I finally upgraded my machine and added a bunch of frameworks (to get > rid of some link errors) but I am still left with these five link errors: > > "_OBJC_CLASS_$_CATransition", referenced from: > "_OBJC_CLASS_$_MPMoviePlayerController", referenced from: > "_OBJC_CLASS_$_CAAnimation", referenced from: > "_OBJC_CLASS_$_CALayer", referenced from: > "_OBJC_CLASS_$_CAEAGLLayer", referenced from: > > Any ideas how I can resolve these? > > Thanks. > > > On 9/6/10 3:00 PM, Panayotis Katsaloulis wrote: >> On 06 Σεπ 2010, at 8:26 μ.μ., Shekar Mantha wrote: >> >>> So, the latest version is Xcode 3.2.3 and iOS SDK 4.02. >>> >>> Is XMLVM compatible with the above? >>> >> Yes it is >> :) >> ------------------------------------------------------------------------------ >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |