Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinyWRAP jar compilation problem #30

Open
GoogleCodeExporter opened this issue Aug 19, 2015 · 9 comments
Open

tinyWRAP jar compilation problem #30

GoogleCodeExporter opened this issue Aug 19, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Issue 32 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant