The problem seems to related to the fact that the source files in clearsilver are forced to be build for 64bit. In ubuntu (using 10.04, 32bit) the necessary include files for 64bit are not always available. Solution I used is to remove the requirement to build for 64bit.
On Mon, Jul 12, 2010 at 8:55 PM, kishore <[email protected]> wrote: > host Java: droiddoc (out/host/common/obj/JAVA_LIBRARIES/ > droiddoc_intermediates/classes) > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > Install: out/host/linux-x86/framework/droiddoc.jar > host C: libclearsilver-jni <= external/clearsilver/java-jni/ > j_neo_util.c > In file included from /usr/include/features.h:378, > from /usr/include/string.h:26, > from external/clearsilver/java-jni/j_neo_util.c:1: > /usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or > directory > make: *** [out/host/linux-x86/obj/SHARED_LIBRARIES/libclearsilver- > jni_intermediates/j_neo_util.o] Error 1 > > > Please help me out to get rid of this... > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
