From: Miggi <mig...@go...> - 2011-01-14 17:21:14
|
Hello Panayotis Thanks for your answer. Some of the errors I received are: package android.database.sqlite does not exist or cannot find symbol symbol: class SQLiteOpenHelper or cannot find symbol symbol: class SQLiteDatabase So what can I do? How can I cross-compile my project with XMLVM? Hope you can help me ;) Greetings Miggi Am 13.01.2011 23:37, schrieb xml...@li...: > Send xmlvm-users mailing list submissions to > xml...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > or, via email, send a message with subject or body 'help' to > xml...@li... > > You can reach the person managing the list at > xml...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of xmlvm-users digest..." > > > Today's Topics: > > 1. Re: XMLVM, LGPL,& App Store (Sascha Haeberling) > 2. Re: XMLVM and SQLite (Panayotis Katsaloulis) > 3. Re: Error with --target=posix (Paul Poley) > 4. Re: Error with --target=posix (Markus Neubrand) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 13 Jan 2011 13:32:07 +0100 > From: Sascha Haeberling<sa...@xm...> > Subject: Re: [xmlvm-users] XMLVM, LGPL,& App Store > To: "Jeremiah J. Blanchard"<jbl...@da...> > Cc: Xmlvm Users<xml...@li...> > Message-ID: > <AANLkTi=eza...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Jeremiah, > > we just had this conversation on the mailing list recently. The basic > message from the XMLVM team is that we will do everything possible so that > you can get your apps in the AppStore without hassle. > > About the specific topic of the LGPL: We are aware of the LGPL linking > exception and will grant this, if not having it will cause you trouble. > > // Sascha > > > On Wed, Jan 12, 2011 at 11:54 PM, Jeremiah J. Blanchard< > jbl...@da...> wrote: > >> Hi there, >> >> XMLVM is a very interesting and useful tool set but I'm curious about >> one thing. With respect to libraries under the LGPL, there arises a >> problem with people who want to use it but put their applications on the >> App Store due to the requirements with respect to static linking. I was >> wondering, has the XMLVM project addressed this somehow for the >> CocoaTouch java library? (For example, some libraries provide a "static >> link exception" to the LGPL.) Personally, I'd love to put together >> projects using XMLVM but I'd hate to start a project only to have to >> abandon it later. >> >> Thanks for your time, and in any case I'm sure I'll be using the rest of >> XMLVM to cross-compile code. It's a fine piece of work. :) >> >> Regards, >> Jeremiah Blanchard >> >> >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Thu, 13 Jan 2011 22:32:37 +0200 > From: Panayotis Katsaloulis<pan...@pa...> > Subject: Re: [xmlvm-users] XMLVM and SQLite > To: Xmlvm Users<xml...@li...> > Message-ID:<700...@pa...> > Content-Type: text/plain; charset=us-ascii > > > On Jan 13, 2011, at 1:00 PM, Miggi wrote: > >> Hello >> >> I've tried to cross-compile an android project with XMLVM and got >> something about 100 errors ;) The most (perhaps all) of these errors are >> something about SQLite. Is there any problem with XMLVM and SQLite or >> did I have to add some libs or something like that? >> >> Thanks for your help! >> >> Greetings >> Miggi > SQLite is not directly supported by XMLVM, but it is not a lot of work to do it. > In any case, what kind of errors do you have? > > > > > ------------------------------ > > Message: 3 > Date: Thu, 13 Jan 2011 16:33:08 -0600 > From: Paul Poley<bay...@gm...> > Subject: Re: [xmlvm-users] Error with --target=posix > To: Sascha Haeberling<sa...@xm...> > Cc: xml...@li... > Message-ID: > <AANLkTimoQnDquu6b8mX=hQM...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > I gave posix a try& based on the above, I deleted any file from boehmgc.jar > as well as anything starting with "org_xmlvm_iphone". That solved > everything mentioned previously. Then I renamed xmlvm.m to xmlvm.c& "make" > was successful. I ran my ".exe"& I got it to print out the text! I did > all this on Windows 7 using Cygwin. > > Paul > > On Thu, Jan 13, 2011 at 5:48 AM, Sascha Haeberling<sa...@xm...> wrote: > >> We will think about a solution with the posix target. Right now it's ot ok >> that it's only producing output that runs on OSX and removing a bunch of >> random files manually is obviously not an end-user solution. >> >> We will probably disable the GC for OSX for now automatically and in the >> meantime see what can be done to get the GC ported to other platforms. >> >> // Sascha >> >> On Wed, Jan 12, 2011 at 11:49 PM, Arno Puder<ar...@pu...> wrote: >> >>> you need to remove all files that are mentioned in >>> xmlvm/lib/boehmgc.jar, not just the ones that start with gc_*. >>> >>> Regarding the number of classes: that is a problem pretty much of any >>> J2SE implementation: your class inherits from java.lang.Object, that >>> references java.lang.System and java.lang.Class and if you continue the >>> transitive closure, you end up about 750 J2SE classes that need to be >>> pulled in even for a Hello World program. This is overhead you have to >>> accept. In return you don't need a JVM to run the application, so I >>> believe this is acceptable. >>> >>> Arno >>> >>> >>> On 1/12/11 2:42 PM, Leo Izen wrote: >>>> I removed everything that was gc_*.h, gc_*.c, and gc.h and gc.c. Then I >>>> edited the CFLAGS in the makefile to include -DXMLVM_NO_GC but it >>>> apparently didn't get the message: >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 4 > Date: Thu, 13 Jan 2011 14:37:25 -0800 > From: Markus Neubrand<mar...@gm...> > Subject: Re: [xmlvm-users] Error with --target=posix > To: Paul Poley<bay...@gm...> > Cc: xml...@li... > Message-ID: > <AANLkTikoxon6U8esoeig=M7w...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > If you don't want to manually delete all the files from BoehmGC because you > plan on compiling with -DXMLVM_NO_GC it might be easier if you just > uncomment the following lines (103-106) in AugmentedCOutputProcess.java: > > OutputFile boehmGc = new OutputFile(BOEHM_GC_LIB); > boehmGc.setLocation(arguments.option_out()); > boehmGc.setTag(OutputFile.TAG_LIB_NAME, BOEHM_LIB_NAME); > outputFiles.add(boehmGc); > > Those will copy all the boemgc files over to your output dir. > > Markus > > On Thu, Jan 13, 2011 at 2:33 PM, Paul Poley<bay...@gm...> wrote: > >> I gave posix a try& based on the above, I deleted any file from >> boehmgc.jar as well as anything starting with "org_xmlvm_iphone". That >> solved everything mentioned previously. Then I renamed xmlvm.m to xmlvm.c& >> "make" was successful. I ran my ".exe"& I got it to print out the text! I >> did all this on Windows 7 using Cygwin. >> >> Paul >> >> On Thu, Jan 13, 2011 at 5:48 AM, Sascha Haeberling<sa...@xm...>wrote: >> >>> We will think about a solution with the posix target. Right now it's ot ok >>> that it's only producing output that runs on OSX and removing a bunch of >>> random files manually is obviously not an end-user solution. >>> >>> We will probably disable the GC for OSX for now automatically and in the >>> meantime see what can be done to get the GC ported to other platforms. >>> >>> // Sascha >>> >>> On Wed, Jan 12, 2011 at 11:49 PM, Arno Puder<ar...@pu...> wrote: >>> >>>> you need to remove all files that are mentioned in >>>> xmlvm/lib/boehmgc.jar, not just the ones that start with gc_*. >>>> >>>> Regarding the number of classes: that is a problem pretty much of any >>>> J2SE implementation: your class inherits from java.lang.Object, that >>>> references java.lang.System and java.lang.Class and if you continue the >>>> transitive closure, you end up about 750 J2SE classes that need to be >>>> pulled in even for a Hello World program. This is overhead you have to >>>> accept. In return you don't need a JVM to run the application, so I >>>> believe this is acceptable. >>>> >>>> Arno >>>> >>>> >>>> On 1/12/11 2:42 PM, Leo Izen wrote: >>>>> I removed everything that was gc_*.h, gc_*.c, and gc.h and gc.c. Then I >>>>> edited the CFLAGS in the makefile to include -DXMLVM_NO_GC but it >>>>> apparently didn't get the message: >>> >>> ------------------------------------------------------------------------------ >>> Protect Your Site and Customers from Malware Attacks >>> Learn about various malware tactics and how to avoid them. Understand >>> malware threats, the impact they can have on your business, and how you >>> can protect your company and customers by using code signing. >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> xmlvm-users mailing list >>> xml...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>> >>> >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > > ------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > End of xmlvm-users Digest, Vol 19, Issue 12 > ******************************************* |