From: Elie H. <eli...@gm...> - 2010-11-04 10:49:48
|
Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you ----- Original Message ----- From: Elie Haddad Sent: 11/03/10 09:04 PM To: Users, Xmlvm Subject: [xmlvm-users] building on xcode Hello, Please find below the steps that i am doing to run the compiled android project on xcode: 1- create a cocoa application project using xcode 3. 2 delete the main.m and the Mainmenu.nib and the projectname_prefix.pch and all the implemetation file directory. 3- Delete from the info.plist <key>NSMainNibFile</key> <string>MainMenu</string> 4- Add the src folder and the proejctname.xcodeproj folder and from resources folder the app folder without the sys folder since it contains the projectname-Info.plist and when building i receive an error projectname_prefix.pch:nosuch file or directory. And if i keep it i have 31 errors and 4 warnings :( Is there anything missing in my steps please advice? Thank you very much |
From: Elie H. <eli...@gm...> - 2010-11-05 10:31:15
|
Hello , Please find below a list of errors :) error: android_sax_RootElement.h: No such file or directory error: android_sax_Element.h: No such file or directory error: android_sax_EndTextElementListener.h: No such file or director error: cannot find protocol declaration for 'android_sax_EndTextElementListener' error: java_net_MalformedURLException.h: No such file or directory error: android_sax_EndElementListener.h: No such file or directory error: org_xml_sax_ContentHandler.h: No such file or directory error: android_util_Xml.h: No such file or directory error: android_util_Xml_Encoding.h: No such file or directory error: android_net_NetworkInfo.h: No such file or directory error: android_widget_AbsListView_LayoutParams.h: No such file or directory error: android_net_ConnectivityManager.h: No such file or directory error: android_net_NetworkInfo_State.h: No such file or directory error: java_util_TimerTask.h: No such file or directory error: cannot find interface declaration for 'java_util_TimerTask' ----- Original Message ----- From: Panayotis Katsaloulis Sent: 11/04/10 02:02 PM To: Users, Xmlvm Subject: Re: [xmlvm-users] building on xcode On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. |
From: Wolfgang K. <wol...@xm...> - 2010-11-05 11:03:58
|
Elie, the classes you see in your error messages are currently not supported by XMLVM's compatibility library. As you might know we are moving forward to a C-based cross-compilation allowing to cross-compile classes from the JAVA SDK (Open JDK) instead of writing them manually. This will provide a much better API coverage than we have today. Unfortunately you have to consider rewriting you application without using the unsupported classes for now. -- Wolfgang Elie Haddad wrote: > > Hello , > > > Please find below a list of errors :) > > > error: android_sax_RootElement.h: No such file or directory > > error: android_sax_Element.h: No such file or directory > > error: android_sax_EndTextElementListener.h: No such file or director > > error: cannot find protocol declaration for > 'android_sax_EndTextElementListener' > > error: java_net_MalformedURLException.h: No such file or directory > > error: android_sax_EndElementListener.h: No such file or directory > > error: org_xml_sax_ContentHandler.h: No such file or directory > error: android_util_Xml.h: No such file or directory > error: android_util_Xml_Encoding.h: No such file or directory > error: android_net_NetworkInfo.h: No such file or directory > > error: android_widget_AbsListView_LayoutParams.h: No such file or > directory > error: android_net_ConnectivityManager.h: No such file or directory > > error: android_net_NetworkInfo_State.h: No such file or directory > error: java_util_TimerTask.h: No such file or directory > > error: cannot find interface declaration for 'java_util_TimerTask' > > > >> ----- Original Message ----- >> >> From: Panayotis Katsaloulis >> >> Sent: 11/04/10 02:02 PM >> >> To: Users, Xmlvm >> >> Subject: Re: [xmlvm-users] building on xcode >> >> >> >> On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: >> >>> Hello Again, >>> >>> I updated my xcode and the issue is that all the procedure steps >>> that are availble on the manual file are availble. >>> >>> I compiled the project i got like 200 errors most of them of .h >>> files : no such file ot directory >>> >>> Any suggestion ? >>> >>> Thank you >>> >> >> >> You might have seen that there is a new method to migrate android >> projects. >> Please have a look at the documentation here: >> https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend >> >> You need to start from a clean android project to go on. >> If your application still fails to compile, chances are that you are >> requesting functionality from the Android SDK that is not yet present >> in the Android compatibility library. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Elie H. <eli...@gm...> - 2010-11-05 10:36:09
|
Sorry for missing the below : error: android_view_ViewConfiguration.h: No such file or directory error: android_widget_AdapterView_OnItemLongClickListener.h:: No such file or directory error: android_graphics_ColorFilter.h: No such file or directory error: android_graphics_LightingColorFilter.h: No such file or directory error: android_widget_AdapterView_OnItemClickListener.h: No such file or directory error: java_util_Date.h: No such file or directory I guess all mentioned are functionality from the Android SDK that is not yet present in the Android compatibility library. Hello , Please find below a list of errors :) error: android_sax_RootElement.h: No such file or directory error: android_sax_Element.h: No such file or directory error: android_sax_EndTextElementListener.h: No such file or director error: cannot find protocol declaration for 'android_sax_EndTextElementListener' error: java_net_MalformedURLException.h: No such file or directory error: android_sax_EndElementListener.h: No such file or directory error: org_xml_sax_ContentHandler.h: No such file or directory error: android_util_Xml.h: No such file or directory error: android_util_Xml_Encoding.h: No such file or directory error: android_net_NetworkInfo.h: No such file or directory error: android_widget_AbsListView_LayoutParams.h: No such file or directory error: android_net_ConnectivityManager.h: No such file or directory error: android_net_NetworkInfo_State.h: No such file or directory error: java_util_TimerTask.h: No such file or directory error: cannot find interface declaration for 'java_util_TimerTask' ----- Original Message ----- From: Panayotis Katsaloulis Sent: 11/04/10 02:02 PM To: Users, Xmlvm Subject: Re: [xmlvm-users] building on xcode On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. |
From: Elie H. <eli...@gm...> - 2010-11-05 10:37:35
|
Thank you very much. Looking forward to use it ----- Original Message ----- From: Wolfgang Korn Sent: 11/05/10 12:36 PM To: Elie Haddad Subject: Re: [xmlvm-users] building on xcode Elie, the classes you see in your error messages are currently not supported by XMLVM's compatibility library. As you might know we are moving forward to a C-based cross-compilation allowing to cross-compile classes from the JAVA SDK (Open JDK) instead of writing them manually. This will provide a much better API coverage than we have today. Unfortunately you have to consider rewriting you application without using the unsupported classes for now. -- Wolfgang Elie Haddad wrote: Hello , Please find below a list of errors :) error: android_sax_RootElement.h: No such file or directory error: android_sax_Element.h: No such file or directory error: android_sax_EndTextElementListener.h: No such file or director error: cannot find protocol declaration for 'android_sax_EndTextElementListener' error: java_net_MalformedURLException.h: No such file or directory error: android_sax_EndElementListener.h: No such file or directory error: org_xml_sax_ContentHandler.h: No such file or directory error: android_util_Xml.h: No such file or directory error: android_util_Xml_Encoding.h: No such file or directory error: android_net_NetworkInfo.h: No such file or directory error: android_widget_AbsListView_LayoutParams.h: No such file or directory error: android_net_ConnectivityManager.h: No such file or directory error: android_net_NetworkInfo_State.h: No such file or directory error: java_util_TimerTask.h: No such file or directory error: cannot find interface declaration for 'java_util_TimerTask' ----- Original Message ----- From: Panayotis Katsaloulis Sent: 11/04/10 02:02 PM To: Users, Xmlvm Subject: Re: [xmlvm-users] building on xcode On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. ----------------------------------------------------------------- ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev ----------------------------------------------------------------- _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Panayotis K. <pan...@pa...> - 2010-11-04 12:02:49
|
On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > Hello Again, > > I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. > > I compiled the project i got like 200 errors most of them of .h files : no such file ot directory > > Any suggestion ? > > Thank you > You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. |
From: Kevin J. <ke...@co...> - 2010-11-04 13:06:30
|
Hi, Please unsubscribe me from this list! Regards, Kevin Op 4-11-2010 13:02, Panayotis Katsaloulis schreef: > > On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > >> Hello Again, >> >> I updated my xcode and the issue is that all the procedure steps that >> are availble on the manual file are availble. >> >> I compiled the project i got like 200 errors most of them of .h files >> : no such file ot directory >> >> Any suggestion ? >> >> Thank you >> > > > You might have seen that there is a new method to migrate android > projects. > Please have a look at the documentation here: > https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend > > You need to start from a clean android project to go on. > If your application still fails to compile, chances are that you are > requesting functionality from the Android SDK that is not yet present > in the Android compatibility library. > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Sascha H. <sa...@xm...> - 2010-11-04 18:16:28
|
You can do it easily yourself: https://lists.sourceforge.net/lists/listinfo/xmlvm-users <https://lists.sourceforge.net/lists/listinfo/xmlvm-users> On Thu, Nov 4, 2010 at 1:39 PM, Kevin Jacobs <ke...@co...> wrote: > Hi, > > Please unsubscribe me from this list! > > Regards, > Kevin > > Op 4-11-2010 13:02, Panayotis Katsaloulis schreef: > > > On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > > Hello Again, > > I updated my xcode and the issue is that all the procedure steps that are > availble on the manual file are availble. > > I compiled the project i got like 200 errors most of them of .h files : > no such file ot directory > > Any suggestion ? > > Thank you > > > > You might have seen that there is a new method to migrate android > projects. > Please have a look at the documentation here: > > https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend > > You need to start from a clean android project to go on. > If your application still fails to compile, chances are that you are > requesting functionality from the Android SDK that is not yet present in the > Android compatibility library. > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now!http://p.sf.net/sfu/SAP-dev2dev > > > _______________________________________________ > xmlvm-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |