[Java-gnome-developer] missing an includes directory
Brought to you by:
afcowie
From: Brandon C. <bca...@ex...> - 2001-08-17 05:02:07
|
Sorry for the lack of a patch, but autoconf/automake are not in my arsenel at the moment. However, when trying to compile the native shared-object files, the compiliation fails because the file $JAVA_HOME/include/jni.h includes $JAVA_HOME/include/linux/jni_md.h but is not pulled in (via autoconf) to add BOTH of the following to the JAVA_INCLUDES make variable in the src/Makefile : JAVA_INCLUDES = -I $JAVA_HOME/include/ \ -I $JAVA_HOME/include/linux The $JAVA_HOME macros are typed here for convenience, but is: JAVA_HOME=/usr/local/java/jdk1.3.1 The DEFAULT ./configure --prefix=/usr/local produces the line in src/Makefile: JAVA_INCLUDES = -I $JAVA_HOME/include/ I added the second line to the Makefile, but this needs to be reflected in the autoconf configuration to include this. Lastly, my system: Java-GNOME-0.6.1 Sun's J2SDK - 1.3.1 Debian 2.2 (POTATO) And apologies if this has already been submitted. Thanks, Brandon Castagna bcastagna_@_excite_com brandon.castagna_@_bankofamerica_com _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ |