From: Arno P. <ar...@pu...> - 2011-06-15 09:15:55
|
fixed. Couple of notes: - ReflectionTest is a console app. With the fix I just committed you can also run it with --target=iphonec, but note that the output will be on the console as ReflectionTest has no UI. - Note that the C backend does not yet support return types other than void for method invocations done via reflection. I will fix that soon. ReflectionTest does not do this, so it should work just fine. Arno On 6/15/11 2:32 AM, Sal wrote: > > Hello, > > I just did a fresh SVN checkout and built a test app via: > > java -Xmx700m -jar dist/xmlvm.jar --target=iphonec > --in=bin/org/xmlvm/test/ReflectionTest.class --out=ReflectionTest > > opened the xcode project, and get this error when building: > > /Users/username/Documents/iphonedev/xmlvm/ReflectionTest/dist/../build/xcode/src/app/native_org_xmlvm_runtime_XMLVMUtil.m:9:39: > error: org_xmlvm_iphone_NSString.h: No such file or directory > > Am I doing anything wrong? Thanks in advance for any help! > > - Sal > > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |