From: Erez D <ere...@gm...> - 2011-04-04 07:47:51
|
If I want to cross compile an android app to run on a gnu/linux system (without java) using gtk or qt, what is the best option i have ? On Sun, Apr 3, 2011 at 8:37 PM, Arno Puder <ar...@pu...> wrote: > > the Python backend was more a proof-of-concept that was done a long time > ago. It is not under active development currently. There is a little > feature matrix at: > http://xmlvm.org/documentation/ > > You can see the matured-ness of the various backends. > > Arno > > > On 4/3/11 4:36 AM, Erez D wrote: > > I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) > > > > ant > > ant demos > > alias xmlvm='java -jar some/path/xmlvm.jar' > > xmlvm --in=Ball.class --out=/tmp/xokoban --target=python > > python Ball.py > > > > I get the following: > > erez@black:/tmp/xokoban$ python Ball.py > > Traceback (most recent call last): > > File "Ball.py", line 192, in <module> > > class > > org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): > > NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined > > > > ( i get the same error using branch vtable) > > > > under branch wp7, i fail in 'ant demos' > > > > in branch 2phase2 i get: > > erez@black:/tmp/xokoban$ python Ball.py > > File "Ball.py", line 196 > > __locals = range() > > ^ > > IndentationError: expected an indented block > > > > > > > > > ------------------------------------------------------------------------------ > > Create and publish websites with WebMatrix > > Use the most popular FREE web apps or write code yourself; > > WebMatrix provides all the features you need to develop and > > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > > > > > > > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |