freny-John / android-quill

Automatically exported from code.google.com/p/android-quill
GNU General Public License v3.0
0 stars 0 forks source link

JNI CPP Source code missing? #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In Android.mk
2. line jni_sources:= ...
3.  can't find org_libharu_Document.cpp org_libharu_Page.cpp 
org_libharu_Font.cpp

What is the expected output? What do you see instead?
expected to be in the source, none seen.

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

Please provide any additional information below.

Original issue reported on code.google.com by wmTorr...@gmail.com on 14 Feb 2012 at 12:48

GoogleCodeExporter commented 8 years ago
Those are machine generated. Tough it seems I forgot to include the build 
script, will check that into the repo. For now:

javah -jni -d jni -classpath bin/classes org.libharu.Document
javah -jni -d jni -classpath bin/classes org.libharu.Page
javah -jni -d jni -classpath bin/classes org.libharu.Font

Original comment by vbraun.n...@gmail.com on 14 Feb 2012 at 12:57

GoogleCodeExporter commented 8 years ago
javah generates the headers but the implementations .cpp are still missing.

Original comment by wmTorr...@gmail.com on 14 Feb 2012 at 1:24

GoogleCodeExporter commented 8 years ago
Oh yes. Checked in to the repo now.

Original comment by vbraun.n...@gmail.com on 14 Feb 2012 at 1:29