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

Build Haggle native code #23

Open
GoogleCodeExporter opened this issue Aug 29, 2015 · 0 comments
Open

Build Haggle native code #23

GoogleCodeExporter opened this issue Aug 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Android SDK linux installed and in PATH
Eclipse with ADT installed
Ant installed (and in PATH by default)
Java installed
Android NDK r7 used and in PATH
Haggle-0.4 used and in PATH

What steps will reproduce the problem?
1.I run the script configure in top level directory(haggle-0.4) : it works 
correctly.
2.Then I build the external library dependencies via build.sh: so I needed to 
modify the links which allows to download core library,D-Bus,etc.(on the 
previous build.sh the links were not any more correct git clone 
git://android.git.kernel.org/platform/system/core.git
so I changed it by git clone 
http://android.googlesource.com/platform/system/core.git)
I did the same for all links and it works correctly: I could download core 
library, D-Bus etc.
3.Then I want to build native Haggle code with ndk-build but it doesn't work. I 
have an error. I attach screenshots for more informations. 

What is the expected output? What do you see instead?
I think that libhagglekernel_jni.so should be installed but there is an error.


What version of the product are you using? On what operating system?
Haggle-0.4
Ubuntu10.10

I hope that someone can help me. I have to work with Haggle for a  project on 
my university.
Thanks you

Original issue reported on code.google.com by emine.na...@gmail.com on 14 Jan 2012 at 7:21

Attachments:

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