From: Arno P. <ar...@pu...> - 2010-09-10 14:21:25
|
we had a little bug yesterday that we fixed. Please make sure you do a "svn update" to get the latest version of XMLVM. All XMLVM demos should work just fine. Also make sure you have the latest version of Xcode. Arno On 9/10/10 7:09 AM, Biardzki, Michal wrote: > Yes I try to compile with --target=iphone --iphone-app=Something but > when I try to run project in XCode there lots of errors with classes > i.e: Main.h in code is normal Main.h and _Main.h, file name is _Main.h. > When I try to run the iRemote project just like it is there are about > 300 errors and lots of them are like example above. > Michal > > -----Original Message----- > From: Arno Puder [mailto:ar...@pu...] > Sent: Friday, September 10, 2010 3:54 PM > To: xml...@li... > Subject: Re: [xmlvm-users] (no subject) > > > first of all, you need a Mac and the iPhone SDK to compile the demos. > The Makefiles are there for historic reasons (XMLVM began long before > Apple released the iPhone SDK). You need to use Xcode to write an iPhone > > application nowadays. Luckily, XMLVM generates a ready-to-compile Xcode > project for you. > > Try the following: > > svn co https://xmlvm.svn.sourceforge.net/svnroot/xmlvm/trunk/xmlvm > cd xmlvm > ant > open dist/demo/android/xokoban/iphone/Xokoban.xcodeproj/ > > Arno > > > On 9/10/10 6:42 AM, Biardzki, Michal wrote: >> Hi, >> >> I try to convert demo include to xmlvm. I compile xmlvm and demos >> >> in Netbeans, everything work fine. But when I convert class files from >> >> demo to iphone app and copy everything to Mac machine I try to run >> >> Makefile and there is an syntax error in this line >> >> ifeq (a, a$(IPHONE_SDK_HOME)). >> >> I never work with make so I don't rely know >> >> what to do with this? I attach Makefile. ASAP. >> >> Regards, >> >> M. Biardzki >> >> >> >> > ------------------------------------------------------------------------ > ------ >> Automate Storage Tiering Simply >> Optimize IT performance and efficiency through flexible, powerful, >> automated storage tiering capabilities. View this brief to learn how >> you can reduce costs and improve performance. >> http://p.sf.net/sfu/dell-sfdev2dev >> >> >> >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------ > ------ > Automate Storage Tiering Simply > Optimize IT performance and efficiency through flexible, powerful, > automated storage tiering capabilities. View this brief to learn how > you can reduce costs and improve performance. > http://p.sf.net/sfu/dell-sfdev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------------ > Automate Storage Tiering Simply > Optimize IT performance and efficiency through flexible, powerful, > automated storage tiering capabilities. View this brief to learn how > you can reduce costs and improve performance. > http://p.sf.net/sfu/dell-sfdev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |