[tcljava-dev] Compiling TclBlend under windows :-)
Brought to you by:
mdejong
From: Georgios P. <pet...@ya...> - 2008-07-18 16:27:04
|
Hi all, I have managed to compile tcljava 1.4.1 under windows by using: 1) cmake 2.7 2) MSVC++ 9.0 3) ActiveTcl 8.5.2 The news here is of cource the usage of cmake: cmake can generate native build "facilities" under many operating systems. I have written a CMakeLists.txt file that can compile tcljava (build the twp jar files & the shared library). This CMakeLists.txt seems to work under windows (I have tested both nmake makefiles & MSDEV project files), but also linux with make. If anybody is interested in getting the CMakeLists.txt file, I can provide it through e-mail. The file may require some modifications, as its really a part of a whole application cmake built system, but these are easy to be made. But I really think that the tcljava developers should consider adding such a facility in tcljava, as will allow the easy build of tcljava at least under windows (as for other systems the configure/make combination may be adequate). Regards, George |