Zhanchang / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

tinyWRAP jar compilation problem #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://groups.google.com/group/doubango/browse_thread/thread/ab247e67750ed9d3

Original issue reported on code.google.com by boss...@yahoo.fr on 10 Aug 2010 at 11:42

GoogleCodeExporter commented 9 years ago
As a result, I was able to finish the build process, although it required for 
some changes to be made to the original files(not the ones listed in the 
documents), I am sending them as a patch. Without these, some projects do not 
build. Check it out, please.

Original comment by volkov.r...@gmail.com on 12 Aug 2010 at 7:58

Attachments:

GoogleCodeExporter commented 9 years ago
Unfortunately, there are still some steps missing. As a result of a building 
process(android-projects/buildAll.sh), I have multiple .so libraries and a demo 
program, while in IMSDroid there is only one .so library, which, in addition, 
has name different from any of those, as well as its size is almost the same as 
the size of them alltogether. Any tip on transformation?

Original comment by volkov.r...@gmail.com on 12 Aug 2010 at 8:47

GoogleCodeExporter commented 9 years ago
The "buildAll.sh" you are using is not the right one to used to build 
tinyWRAP.so. tinyWRAP as it's name says is a wrapper project (C++) used for 
Java/C#/Python/Ruby projects. To build tinyWRAP for IMSDroid, you should use 
$(DOUBANGO_HOME)/bindings/java/android/buildAll.sh. You must be in 
$(DOUBANGO_HOME)/android-projects. 
For short:
cd $(DOUBANGO_HOME)/android-projects
../bindings/java/android/buildAll.sh
I'm adding a wiki page.

Original comment by boss...@yahoo.fr on 12 Aug 2010 at 3:01

GoogleCodeExporter commented 9 years ago
Now available here: http://code.google.com/p/imsdroid/wiki/Building_Source

Original comment by boss...@yahoo.fr on 12 Aug 2010 at 6:51

GoogleCodeExporter commented 9 years ago
Issue 32 has been merged into this issue.

Original comment by boss...@yahoo.fr on 13 Aug 2010 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Aug 2010 at 4:03

GoogleCodeExporter commented 9 years ago
I just wanted to inform you that doubango's revision 469 built just fine, and 
it works with imsdroid revision 188, so it is the latest changes that have 
caused the NoSuchMethod error. The only thing I had to do is uncomment other 
tiny* libs in bindings/java/android/buildAll.sh (doubango rev 469). It took 
some time to find out the right combo and fix all the issues though, four days 
at least, you could have saved a LOT of everyone's time if you just checked 
everything before committing to public 8) More time saved = more time spent on 
your project development! 8) Anyway, thanks for help, at least now I can 
experiment with everything.

Original comment by volkov.r...@gmail.com on 19 Aug 2010 at 12:37

GoogleCodeExporter commented 9 years ago
Revision 469 was too old (jul 28). You have posted the issue on Aug 10 and 
revision 470 (Aug 2) was already good.

Original comment by boss...@yahoo.fr on 19 Aug 2010 at 12:48

GoogleCodeExporter commented 9 years ago
I've posted a working revision as soon as I found one, of course there could be 
working revisions between that one and the trunk, just downloading, building, 
copying to the imsdroid, building, running, checking takes so much time on my 
setup (>20 minutes), that I've decided to let everyone know where to start to 
save their efforts.

Original comment by volkov.r...@gmail.com on 19 Aug 2010 at 2:13