[wxPython-dev] wxPython for windows 64-bit
Robin Dunn
robin at alldunn.com
Thu Nov 15 10:57:09 PST 2007
Brandon Pedersen wrote:
> First of all, would adding the bufferoverflowu.lib file to the command
> fix this compiler error?
It's doubtful. ICEs usually indicate an unrecoverable bug in the
compiler itself, and as you mentioned the libs are not even used in the
compile step.
> Is the lib file really necessary for cl since
> in the documentation for cl it says it just passes it on to the linker
> which is done in a separate step anyway? Finally if I do need to add the
> lib file at the end what would you suggest is the best way to go about
> that? If I looked at it right I could just do like a global search and
> replace for $** and replace it with $** bufferoverflowu.lib but that
> seems a bit tedious, but I will do it if you think it will work.
At this point I don't know what to suggest. I'd really need to have it
in front of me to be able to do a bunch of guess-tweak-try cycles to be
able to figure out more.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-dev
mailing list