From: Sascha H. <sa...@gm...> - 2010-07-16 13:52:09
|
In principle your approach is absolutely sane, however the JS backend is laking some attention lately. I for myself am very keen on making some progress on that side again at some point soon, but there are some other items on the agenda for me right now. So for now I would recommend not to bother with the JS side. I need to put up a strategy and goals for this first and prioritize before getting anywhere with it. I am not the expert on the Obj-C side, so I added the list again to see if anyof the Obj-C guys has an idea about what's going wrong there. // Sascha On Fri, Jul 16, 2010 at 3:47 PM, <ul...@we...> wrote: > Hi Sascha, > > I appreciate a lot, that you help me. > > My favorite language is Java. > I'm not a Mac expert and borrowed an iMac. > I would like to get some Java running on the iPad. > 3 ways to do this failed. > > Versions: > - xmlvm repository Jun 12. 2010 > - Mac OS 10.6.4 > - Xcode 3.2.3 > > a) JS > > JS would run with iPad's Safari. > JS has the additional advantage, > that it runs on nearly every browser. > So I tried this first. > I don't know how to get xmlvm's JS run, > see last mail. > > b) Native iPhone app > > I'm able to use XMLVM for the Obj-C code. > I can't compile it wit Xcode, > because there are compiler errors: > > 1) MyFireworks/iphone/src/xcode/lib/iphone/java_lang_String.h:25: > conflicting declaration 'typedef struct NSMutableString java_lang_String' > > 2) MyFireworks/iphone/src/xcode/lib/iphone/java_lang_Object.h:24: > 'struct java_lang_String' has a previous declaration as 'struct > java_lang_String' > > 3) > MyFireworks/iphone/src/xcode/lib/iphone/org_xmlvm_iphone_UINavigationItem.h:12: > conflicting declaration 'typedef struct UINavigationItem > org_xmlvm_iphone_UINavigationItem' > > 4) > MyFireworks/iphone/src/xcode/lib/iphone/org_xmlvm_iphone_UINavigationBar.h:10: > 'struct org_xmlvm_iphone_UINavigationItem' has a previous declaration as > 'struct org_xmlvm_iphone_UINavigationItem' > > c) make > > The xmlvm documentation says, > I could type make in console in the Obj-C directory. > This causes the error: > library not found for -lcrt1.10.5.o > > *** > > The attached picture shows how I see the mailing list with Win-FF. > With Win-IE it looks the same. > Sorry, I don't find a kind of respond feature. > > Any ideas ? > > Thanks > Ulrich > > > Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! > Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail > |