Re: [tcljava-dev] Problem with configure
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2003-03-24 23:04:16
|
On Mon, 24 Mar 2003 14:37:45 -0600 "Wilson, Mark" <Mar...@us...> wrote: Hi Mark. > When I try to run configure (using tcl 8.4.2, thread 2.5, j2sdk1.4.1_02), I > get: I assume you mean thread 2.5.1. You can't build under Windows with the 2.5 release, but that does not seem to be related to the problem you posted below. > Using the following JNI include flags -I/cygdrive/c/j2sdk1.4.1_02/include > -I/cygdrive/c/j2sdk1.4.1_02/include/win32 > checking to see if jni.h can be included... configure: error: could not > compile file that includes jni.h > > (I am using the MinGW gcc compiler). Well, why is there that /cygdrive prefix on your paths? You are not trying to build under Cygwin are you? The README file for Tcl Blend says that the msys_mingw package is needed to compile Tcl Blend. If this is not the cause of your problem, you might want to post the generated config.log file, since it will contain more info about what the exact compiler error is. cheers Mo |