[wxPython] build error in win 32 during exec of setup.py

I am not sure if this is the sort of thing that one
reports on sourceforge or not...

I updated my CVS version of the wxW/Python
sources and when I was running setup.py
to build wxPython I got:

printfw.cpp
C:\wx2src\wxPython\src\msw\printfw.cpp(1718) : error C2661: 'wxPostScriptDC::wxP
ostScriptDC' : no overloaded function takes 3 parameters
error: command '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe"' fail
ed with exit status 2

Now I don't use wxPostScriptDC and haven't plumbed into this
code, so I don't know what's going on here.

Anyway, I just wanted to report it.

···

#--------------------------------
Jeff Sasmor
jeff@sasmor.com

I get the same error trying to build under linux/gtk. Also, the new
wizard.cpp/wizard.py files are missing from the src/gtk directory.

···

On Tue, 20 Aug 2002 12:07:20 -0400 "Jeff Sasmor" <jsasmor@gte.net> wrote:

I am not sure if this is the sort of thing that one
reports on sourceforge or not...

I updated my CVS version of the wxW/Python
sources and when I was running setup.py
to build wxPython I got:

printfw.cpp
C:\wx2src\wxPython\src\msw\printfw.cpp(1718) : error C2661:
'wxPostScriptDC::wxP ostScriptDC' : no overloaded function takes 3
parameters error: command '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\cl.exe"' fail ed with exit status 2

Now I don't use wxPostScriptDC and haven't plumbed into this
code, so I don't know what's going on here.

Anyway, I just wanted to report it.

#--------------------------------
Jeff Sasmor
jeff@sasmor.com

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

--
Ken Dowling

I updated my CVS version of the wxW/Python
sources and when I was running setup.py
to build wxPython I got:

printfw.cpp
C:\wx2src\wxPython\src\msw\printfw.cpp(1718) : error C2661:

'wxPostScriptDC::wxP

ostScriptDC' : no overloaded function takes 3 parameters
error: command '"C:\Program Files\Microsoft Visual

Studio\VC98\BIN\cl.exe"' fail

ed with exit status 2

Yes, I fixed that last week before I left town, but I guess I didn't check
it in. I will soon.

I get the same error trying to build under linux/gtk. Also, the new
wizard.cpp/wizard.py files are missing from the src/gtk directory.

Same here. I checked in the MSW files, but didn't have time to rebuild on
the other platforms before I left.

···

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