MSVC build doesn't include a "uh" build

The default wxPython build command in the build doc requires 'uh'
libraries, but the MSVC solution doesn't have a configuration that
builds them. The default is 'u'

http://www.wxpython.org/builddoc.php

LINK : fatal error LNK1181: cannot open input file
'wxbase29uh_xml.lib'

If someone could add a configuration that builds the uh libraries I'd
appreciate it.

Also the documentation should probably be updated to explain how to
run python setup.py for the 'u' version of the libraries vs 'uh' and
if someone could tell me here I'd appreciate it.

···

--
To unsubscribe, send email to wxPython-dev+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-dev?hl=en

The default wxPython build command in the build doc requires 'uh'
libraries, but the MSVC solution doesn't have a configuration that
builds them. The default is 'u'

http://www.wxpython.org/builddoc.php

LINK : fatal error LNK1181: cannot open input file
'wxbase29uh_xml.lib'

If someone could add a configuration that builds the uh libraries I'd
appreciate it.

Use nmake to build wxWidgets as described in the build doc.

Also the documentation should probably be updated to explain how to
run python setup.py for the 'u' version of the libraries vs 'uh' and
if someone could tell me here I'd appreciate it.

Use FINAL=1 on the setup.py command line.

···

On 5/15/10 2:27 PM, Mark wrote:

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-dev+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-dev?hl=en