From: Biardzki, M. <mbi...@mi...> - 2010-09-10 14:10:51
|
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 |
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 |
From: Sahar D-F. <sah...@ho...> - 2010-09-13 14:55:39
|
Dear all, I wonder if anyone can help me, im very new to xmlvm but i've managed to compile my android game to objective c so far using xmlvm, the only issue is now that when i try and open any xcode project or even the provided demos in xcode i get a series of errors. Im not sure if i' m running these properly but i have followed the instructions in the manual. At the moment i am simply trying to run the iHelloWorld demo and i have created a new window-based application in xcode and deleted the following files:iHelloWorld_Prefiix.pchiHelloWorldAppDelegate.hiHelloWorldAppDelegate.mMainWindow.xibmain.mthen i have added all the source code provided in the src folder of the iHelloWorld Demo and updated the iHelloWorld-info.plist as requested but when i build and run i get the following error: Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 Im really confused because i have downloaded the latest version of apple sdk and updated xmlvm and nothing seems to work. Could anyone let me know if im doing something wrong or missing a step? many thanks Sahar > Date: Fri, 10 Sep 2010 07:21:00 -0700 > From: ar...@pu... > To: xml...@li... > Subject: Re: [xmlvm-users] FW: (no subject) > > > 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 > > ------------------------------------------------------------------------------ > 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 |