C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -DWIN32=1 -I./src -I./contrib -I/usr/include -IX:\Python27-x64\include -IX:\Python27-x64\PC /Tp./python/fltk_wrap.cpp /Fobuild\temp.win-amd64-2.7\Release\./python/fltk_wrap.obj /GR
fltk_wrap.cpp
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
./python/fltk_wrap.cpp(4544) : warning C4244: 'initializing' : conversion from 'Py_ssize_t' to 'int', possible loss of data
./python/fltk_wrap.cpp(4998) : error C2665: 'Fl::add_fd' : none of the 2 overloads could convert all the argument types
X:\inclib-vc9-x64\FL/Fl.H(418): could be 'void Fl::add_fd(int,Fl_FD_Handler,void *)'
while trying to match the argument list '(int, overloaded-function)'
./python/fltk_wrap.cpp(5549) : warning C4244: 'initializing' : conversion from 'Py_ssize_t' to 'int', possible loss of data
./python/fltk_wrap.cpp(5612) : warning C4244: 'initializing' : conversion from 'Py_ssize_t' to 'int', possible loss of data
./python/fltk_wrap.cpp(5719) : warning C4244: 'initializing' : conversion from 'Py_ssize_t' to 'int', possible loss of data
./python/fltk_wrap.cpp(5779) : error C2057: expected constant expression
./python/fltk_wrap.cpp(5779) : error C2466: cannot allocate an array of constant size 0
./python/fltk_wrap.cpp(5779) : error C2133: 'tmp' : unknown size
Using this for now:
Fixed in rev 505. Thanks Christoph for providing the patch.