Re: [dev] Could not open include file "jni.h". @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-20 Thread Ulf Wendel
tora - Takamichi Akiyama schrieb: Ulf Wendel wrote: > after solving my little ant issue I ran into "could not open jni.h". How about use of --with-jdk-home=/usr/j2se or like that? find /usr/j* -name jni.h /usr/j2se/include/jni.h /usr/jdk/instances/jdk1.5.0/include/jni.h /usr/jdk/instances/jdk1

Re: [dev] Could not open include file "jni.h". @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread tora - Takamichi Akiyama
Christian Lohmaier wrote: No, use JDK 1.5, the baseline will be raised shortly. 1.4 will no longer work. Thank you for the invaluable information! I will follow that. Tora - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [dev] Could not open include file "jni.h". @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread Christian Lohmaier
Hi *, On Tue, Aug 19, 2008 at 10:05 PM, tora - Takamichi Akiyama <[EMAIL PROTECTED]> wrote: > [...] > I recommend JDK 1.4.1_03 since it has been absolutely used > by the release engineer of OpenOffice.org for years. No, use JDK 1.5, the baseline will be raised shortly. 1.4 will no longer work. c

Re: [dev] Could not open include file "jni.h". @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread tora - Takamichi Akiyama
Ulf Wendel wrote: > after solving my little ant issue I ran into "could not open jni.h". How about use of --with-jdk-home=/usr/j2se or like that? find /usr/j* -name jni.h /usr/j2se/include/jni.h /usr/jdk/instances/jdk1.5.0/include/jni.h /usr/jdk/instances/jdk1.6.0/include/jni.h I recommend JDK

[dev] Could not open include file "jni.h". @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread Ulf Wendel
Hi, after solving my little ant issue I ran into "could not open jni.h". Google told me that I should set additional include directories through CPPFLAGS. That did not work out :(. The compiler call show -INO_JAVA_HOME/include/solaris. Is that because of --without-java, do I have to set NO_JA