i have a problem with compiling a connector for domino server on Solaris 8 i made some changes in Makefile as it is described in documentation (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/domhowto.html) and when a use 'make' i'll get this mess:
-------------------------------------------------------------- bash-2.05# make gcc -fPIC -O3 -DUNIX -I -I/usr/local/j2sdk/include -I../common -o ../common/jk_ajp12_worker.o -c ../common/jk_ajp12_worker.c gcc -fPIC -O3 -DUNIX -I -I/usr/local/j2sdk/include -I../common -o ../common/jk_ajp13.o -c ../common/jk_ajp13.c gcc -fPIC -O3 -DUNIX -I -I/usr/local/j2sdk/include -I../common -o ../common/jk_ajp13_worker.o -c ../common/jk_ajp13_worker.c gcc -fPIC -O3 -DUNIX -I -I/usr/local/j2sdk/include -I../common -o ../common/jk_connect.o -c ../common/jk_connect.c gcc -fPIC -O3 -DUNIX -I -I/usr/local/j2sdk/include -I../common -o ../common/jk_jni_worker.o -c ../common/jk_jni_worker.c ../common/jk_jni_worker.c: In function `open_jvm1': ../common/jk_jni_worker.c:852: `JDK1_1InitArgs' undeclared (first use in this function) ../common/jk_jni_worker.c:852: (Each undeclared identifier is reported only once ../common/jk_jni_worker.c:852: for each function it appears in.) ../common/jk_jni_worker.c:852: parse error before "vm_args" ../common/jk_jni_worker.c:860: `vm_args' undeclared (first use in this function) ../common/jk_jni_worker.c: In function `detect_jvm_version': ../common/jk_jni_worker.c:921: `JDK1_1InitArgs' undeclared (first use in this function) ../common/jk_jni_worker.c:921: parse error before "vm_args" ../common/jk_jni_worker.c:928: `vm_args' undeclared (first use in this function) ../common/jk_jni_worker.c: In function `open_jvm2': ../common/jk_jni_worker.c:1057: `JNI_EEXIST' undeclared (first use in this function) make: *** [../common/jk_jni_worker.o] Error 1 bash-2.05# ------------------------------------------------------------- for information, i have Tomcat 4.1.18, j2sdk 1.3.1-07 can someone help? thanks, .martin. ---------------------------------------------------------------- http://www.webpark.sk/novy-web.htm - Profesionálny webhosting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
