Error When Building WXPython, SVN R65762

The build worked fine for WXPython R65750, but when I did an SVN update
to R65762 (ditto with wxWidgets to the same revision number), I now get
an error that says:

src\msw\_windows_wrap.cpp(4183) : error C2039:
'MSWSetTransparentBackground' : is not a member of 'wxPanel'
c:\wxWidgets-2.9\include\wx/generic/panelg.h(30) : see declaration of
'wxPanel'
error: command '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN\cl.exe"' failed with exit status 2
ERROR: failed building wxPython.

Tyler

See http://groups.google.com/group/wxPython-dev/browse_thread/thread/dd7ff9dfb5d99686#

···

On 10/4/10 4:11 PM, Tyler Kavanaugh wrote:

  The build worked fine for WXPython R65750, but when I did an SVN update
to R65762 (ditto with wxWidgets to the same revision number), I now get
an error that says:

src\msw\_windows_wrap.cpp(4183) : error C2039:
'MSWSetTransparentBackground' : is not a member of 'wxPanel'
c:\wxWidgets-2.9\include\wx/generic/panelg.h(30) : see declaration of
'wxPanel'
error: command '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN\cl.exe"' failed with exit status 2
ERROR: failed building wxPython.

--
Robin Dunn
Software Craftsman