From: Olaf G. <Zor...@gm...> - 2010-03-26 14:19:15
|
yes! That works! But tell me, where's the difference? I thought that the ant command prepares xmlvm itself - not the demos. Thus, after building xmlvm, I created a new, empty directory and ran: xmlvm --in=<path-to-xmlvm>/demo/iphone/ifireworks --target=iphone --app-name=ifireworks. make => which leads directly to the linker error described. Even SayHello works fine using the dist/demo/android/sayhello pre-build Xcode project!! But what on earth is different when I try to cross-compile it myself??? Again, all I do in an empty directory is xmlvm --in=<path-to-xmlvm>/demo/android/sayhello --target=android-on-iphone --app-name=sayhello make Can you try it that way, too? Or did you do it like that? My problem is: I want to port my own program, not SayHello... :-) Thus, I need to get it running "myself", not through the dist. :-( Thanks again!!! Olaf -------- Original-Nachricht -------- > Datum: Fri, 26 Mar 2010 07:08:24 -0700 > Von: Arno Puder <ar...@pu...> > An: Olaf Gottschalk <Zor...@gm...> > CC: xml...@li... > Betreff: Re: [xmlvm-users] Help needed: problems getting started with android-on-iphone > > after running 'ant', try: > > open dist/demo/iphone/ifireworks/iphone/iFireworks.xcodeproj/ > > this works flawlessly for me. If this does not work for you, I'm running > out of ideas what might be the problem with your configuration. > > Arno |