I've gotten Pike to compile nominally under Windows using the Visual C++ toolkit. The problem I'm dealing with now is that some of the dynamic modules fail to load:
C:/msys/1.0/home/e10401/pike-7.7.21/build/mingw32_nt-5.1-1.0.10_0.46_3_2_-i686/lib/modules/Gmp.so:-: Warning: Failed to load library: Symbol '_hook_in_int64_funcs' not found.
I compiled with DLDEBUG and DLVERBOSE, and that output is here:
http://hww3.riverweb.com/dist/pikeWinBuildLoadError.txt
From what I can tell, hook_in_int64_funcs is defined in the pike
binary. Any suggestions?
Bill