From: <ART...@Au...> - 2009-08-19 18:15:13
|
I am trying the landscape, but I wasn't running the make from that the directory... I was running it from root of my cross compile folder. I ran it from the iphone directory and got a different result... mkdir -p /Users/artipton/Library/Application\ Support/iPhone\ Simulator/User/Applications/XMLVM cd build; cp -R iHelloWorld.app /Users/artipton/Library/Application\ Support/iPhone\ Simulator/User/Applications/XMLVM echo "(version 1)" > /Users/artipton/Library/Application\ Support/iPhone\ Simulator/User/Applications/XMLVM.sb echo "(debug deny)" >> /Users/artipton/Library/Application\ Support/iPhone\ Simulator/User/Applications/XMLVM.sb echo "(allow default)" >> /Users/artipton/Library/Application\ Support/iPhone\ Simulator/User/Applications/XMLVM.sb open /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app The file /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app does not exist. make: *** [run] Error 1 I installed the iPhoneSimulator package from Apple's iPhone SDK (3.0)... am I missing something else? Thank you, Andy -----Original Message----- From: Arno Puder [mailto:ar...@pu...] Sent: Tuesday, August 18, 2009 7:49 PM To: xml...@li... Subject: Re: [xmlvm-users] Running the provided iHelloWorld example. that is weird. The linking error indicates that there is no main() function. But that should have been generated from the example. Which of the three Hello World versions are you using? I just did the following: ant cd dist/demo/iphone/ihelloworld/portrait/iphone make That works perfectly fine for me. Arno ART...@Au... wrote: > Afternoon, > > > > I have been reading through the instructions and > everything has gone great up to this point. First off, my setup... I am > doing everything on Windows (sorry) up to the point of running the > 'make' under the output directory. I have a mount to the windows folder > on my Mac that I run the 'make' command (on the Mac). > > > > It compiles and then at the end I get this instead of it bringing up the > emulator... > > > > Undefined symbols: > > "_main", reference from: > > Start in crt1.10.5.o > > Id: symbol(s) not found > > collect2: Id returned 1 exit status > > make: *** [build/hellp.app/hellpp] Error 1 > > > > Again I am starting with the supplied hello program... Any ideas? > > > > Thank you in advance, > > Andy Tipton Jr. > > Automationdirect.com > > Product Development > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users |