wxWindows from CVS [WX_2_4_2] - wxPython doesn't build on MSW

Hi,
I did
cvs update -r WX_2_4_2
wxWindows built fine.
But for the wxPython part:
1. First I had to comment out
      'wx.tools',
      'wx.tools.XRCed',
   from the packages array.
2. then I get this compiler error.

C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD
/W3 /GX
/DNDEBUG -DWIN32 -D__WIN32__ -D_WINDOWS -D__WINDOWS__ -DWINVER=0x0400 -D__WI
N95__ -DSTRICT -D__WXMSW__ -DWXUSINGDLL=1 -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWX
P_USE_THREAD=1 -UNDEBUG -D__WX__ -DSCI_LEXER -DLINK_LEXERS -Isrc -Ix:\myCVS\
wxWindows\lib\mswdll -Ix:\myCVS\wxWindows\include -Icontrib\stc\contrib\src\
stc/scintilla/include -Icontrib\stc\contrib\src\stc/scintilla/src -Icontrib\
stc\contrib\include -IC:\Python22\include -IC:\Python22\PC
/Tpcontrib/stc\msw\stc_.cpp
/Fobuild\temp.win32-2.2\Release\contrib/stc\msw\stc_.obj /Gy
stc_.cpp
contrib/stc\msw\stc_.cpp(9062) : error C2440: 'type cast' : cannot convert
from 'class wxCursor' to 'int'
        No user-defined-conversion operator available that can perform this
conversion, or the operator cannot be called
error: command '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe"'
failed with exit status 2

Any hint ?

Thanks ,
Sebastian Haase

Sebastian Haase wrote:

Hi,
I did
cvs update -r WX_2_4_2

Try using the current CVS for the WX_2_4_BRANCH instead. There have been a number of changes for wxPython since the WX_2_4_2 tag was made. I should also be adding a new tag soon (probably today) when I make the first wxPython 2.4.2.x release.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!