abedmaatalla / imsdroid

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

fatal error: jni.h: No such file or directory while building tinyWRAP.so #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1.Building G729B files
2.Setting up the path for Entering Directory and leaving directory
3.Building tinyWRAP.so file with G729B files

What is the expected output? What do you see instead?
Expected output is to build tinyWRAP.so with G729AB support., While building 
the .so file i m getting error as given below:

AP_wrap.cxx -o tinyWRAP_wrap.o
tinyWRAP_wrap.cxx:160:17: fatal error: jni.h: No such file or directory
compilation terminated.
make: *** [tinyWRAP_wrap.o] Error 1

What version of the product are you using? On what operating system?

on Linux System(Ubuntu)

Please provide any additional information below.:

Original issue reported on code.google.com by gmrames...@gmail.com on 15 Nov 2011 at 11:48

GoogleCodeExporter commented 9 years ago
jni.h is from the JDK, so this means that you don't have it installed or it's 
not in your $PATH

Original comment by boss...@yahoo.fr on 21 Nov 2011 at 6:24