Pike on Windows
Starting with version 7.7, Pike can be compiled directly on Windows. This technique uses MinGW and MSYS to produce a native Windows binary (ie there's no POSIX compatibility layer as with CygWin).This technique seems to work, however there are some issues currently. The most serious of these seems to be the lack of working dynamic modules. A more promising technique is to use the freely available Microsoft Visual C++ Toolkit, which contains the "cl" command line compiler, and the Microsoft Platform SDK, which contains all of the necessary headers and libraries. Unfortunately certain functionality that the windows build of Pike relies on has been removed from this newest release of VC++, so for now, we're stuck using VC++ 6.0.Install Pike for Windows, MinGW and MSYS. Also install bison for Windows and make sure it is in your PATH.We then use rnctl, a pike script which converts gcc command line options into cl command line options.You'll need the following in $HOME/nt-tools/tools:- rntcl
|
|||
gotpike.org | Copyright © 2004 - 2009 | Pike is a trademark of Department of Computer and Information Science, Linköping University |