eebenson / haggle

Automatically exported from code.google.com/p/haggle
Apache License 2.0
0 stars 0 forks source link

Build Haggle native code #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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: