An hour ago I checked out wxWidgets and wxPython fresh from the trunk.
wxWidgets builds fine, but my wxPython setup.py dies as shown...is this a bug in the trunk code, or my problem?
% python setup.py build_ext --debug --inplace MONOLITHIC=0 UNICODE=1
# (rest of build snipped)
building '_windows_' extension
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Od /MDd /W3 /GS- /Z7 /D_DEBUG -DWIN32 -D_WINDOWS -D__WXMSW__ -DWXUSINGDLL=1 -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -DwxUSE_UNICODE=1 -Iinclude -Isrc -Ic:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\lib\vc_dll\mswud -Ic:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\include -Ic:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\contrib\include -Ic:\Python26\include -Ic:\Python26\PC /Tpc:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\wxPython\src\msw\_windows_wrap.cpp /Fobuild.unicode\temp.win32-2.6\Debug\src\msw\_windows_wrap.obj /Gy /EHsc
_windows_wrap.cpp
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\wxPython\src\msw\_windows_wrap.cpp(3011) : warning C4996: 'wxVarVScrollLegacyAdaptor::OnGetLineHeight': was declared deprecated
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\include\wx/vscroll.h(620) : see declaration of 'wxVarVScrollLegacyAdaptor::OnGetLineHeight'
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\wxPython\src\msw\_windows_wrap.cpp(3011) : warning C4996: 'wxVarVScrollLegacyAdaptor::OnGetLinesHint': was declared deprecated
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\include\wx/vscroll.h(642) : see declaration of 'wxVarVScrollLegacyAdaptor::OnGetLinesHint'
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\wxPython\src\msw\_windows_wrap.cpp(3018) : warning C4996: 'wxVarVScrollLegacyAdaptor::OnGetLinesHint': was declared deprecated
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\include\wx/vscroll.h(642) : see declaration of 'wxVarVScrollLegacyAdaptor::OnGetLinesHint'
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\wxPython\src\msw\_windows_wrap.cpp(3018) : warning C4996: 'wxVarVScrollLegacyAdaptor::OnGetLinesHint': was declared deprecated
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\include\wx/vscroll.h(642) : see declaration of 'wxVarVScrollLegacyAdaptor::OnGetLinesHint'
c:\Users\rod\devel\3rdparty\wx\trunk\wxWidgets\wxPython\src\msw\_windows_wrap.cpp(26083) : error C2661: 'wxMDIClientWindow::wxMDIClientWindow' : no overloaded function takes 2 arguments
error: command '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2