wxPython for windows 64-bit
Brandon Pedersen
bpedman at gmail.com
Mon Nov 12 12:41:35 PST 2007
Hello all,
I tried this on the users list but no response yet so I thought I would try
here.
I have been trying to get wxPython to work with 64-bit windows. First of all
does anyone know of a build out there that is 64-bit? I cannot seem to find
any. I would gladly use the 32-bit version but there are some other
libraries that I need for python that if I use 32-bit python on a 64-bit
machine it will not work, so I am stuck using 64-bit python and therefore
need 64-bit wxPython..
I have tried compiling using the build instructions using both VS 2005 and
VS.NET 2003. With VS 2005 I am able to compile the wxWidgets ok, although
for some reason I could not get it to compile with the Unicode flags, said
something about not being able to open unicows.lib.after I compiled the
widgets I went to use the setup.py and got errors about the compiler I was
using.can't remember what it was exactly but found on the web that I should
use VS 2003 or 7.1 which is I believe 2003.
So I tried compiling with VS 2003 and I can't even compile wxWidgets.I used
the following command:
nmake -f makefile.vc OFFICIAL_BUILD=1 SHARED=1 MONOLITHIC=0 USE_OPENGL=1
USE_GDIPLUS=1 DEBUG_FLAG=1 CXXFLAGS=/D__NO_VC_CRTDBG__ WXDEBUGFLAG=h
BUILD=release UNICODE=0 MSLU=0
I would love to be able to use the Unicode flags.I am not too worried about
supporting win9x so I may not need the mslu but I would like to support
Unicode for other windows platforms but I always get the error about opening
unicows.lib or whatever its called.
This is the last part of the output I get.
Creating library ..\..\lib\vc_dll\wxbase28h.lib and object
..\..\lib\vc_dll\w
xbase28h.exp
wxzlibh.lib(wxzlib_trees.obj) : error LNK2001: unresolved external symbol
__secu
rity_cookie
wxzlibh.lib(wxzlib_inftrees.obj) : error LNK2001: unresolved external symbol
__s
ecurity_cookie
wxregexh.lib(wxregex_regerror.obj) : error LNK2001: unresolved external
symbol _
_security_cookie
wxregexh.lib(wxregex_regcomp.obj) : error LNK2001: unresolved external
symbol __
security_cookie
basedll_registry.obj : error LNK2001: unresolved external symbol
__security_cook
ie
basedll_utils.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_utilscmn.obj : error LNK2001: unresolved external symbol
__security_cook
ie
basedll_volume.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_wxchar.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_zipstrm.obj : error LNK2001: unresolved external symbol
__security_cooki
e
basedll_debughlp.obj : error LNK2001: unresolved external symbol
__security_cook
ie
basedll_dir.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_stream.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_tarstrm.obj : error LNK2001: unresolved external symbol
__security_cooki
e
basedll_textfile.obj : error LNK2001: unresolved external symbol
__security_cook
ie
basedll_variant.obj : error LNK2001: unresolved external symbol
__security_cooki
e
basedll_filename.obj : error LNK2001: unresolved external symbol
__security_cook
ie
basedll_intl.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_log.obj : error LNK2001: unresolved external symbol
__security_cookie
basedll_strconv.obj : error LNK2001: unresolved external symbol
__security_cooki
e
basedll_datetime.obj : error LNK2019: unresolved external symbol
__security_cook
ie referenced in function "public: static void __cdecl
wxDateTime::GetAmPmString
s(class wxString *,class wxString *)"
(?GetAmPmStrings at wxDateTime@@SAXPEAVwxStri
ng@@0 at Z)
basedll_datstrm.obj : error LNK2001: unresolved external symbol
__security_cooki
e
basedll_fileconf.obj : error LNK2001: unresolved external symbol
__security_cook
ie
basedll_filefn.obj : error LNK2001: unresolved external symbol
__security_cookie
wxzlibh.lib(wxzlib_trees.obj) : error LNK2001: unresolved external symbol
__secu
rity_check_cookie
wxzlibh.lib(wxzlib_inftrees.obj) : error LNK2001: unresolved external symbol
__s
ecurity_check_cookie
wxregexh.lib(wxregex_regerror.obj) : error LNK2001: unresolved external
symbol _
_security_check_cookie
wxregexh.lib(wxregex_regcomp.obj) : error LNK2019: unresolved external
symbol __
security_check_cookie referenced in function pullback
basedll_registry.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_utils.obj : error LNK2001: unresolved external symbol
__security_check_c
ookie
basedll_utilscmn.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_volume.obj : error LNK2001: unresolved external symbol
__security_check_
cookie
basedll_wxchar.obj : error LNK2001: unresolved external symbol
__security_check_
cookie
basedll_zipstrm.obj : error LNK2001: unresolved external symbol
__security_check
_cookie
basedll_debughlp.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_dir.obj : error LNK2001: unresolved external symbol
__security_check_coo
kie
basedll_stream.obj : error LNK2001: unresolved external symbol
__security_check_
cookie
basedll_tarstrm.obj : error LNK2001: unresolved external symbol
__security_check
_cookie
basedll_textfile.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_variant.obj : error LNK2001: unresolved external symbol
__security_check
_cookie
basedll_filename.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_intl.obj : error LNK2001: unresolved external symbol
__security_check_co
okie
basedll_log.obj : error LNK2001: unresolved external symbol
__security_check_coo
kie
basedll_strconv.obj : error LNK2001: unresolved external symbol
__security_check
_cookie
basedll_datetime.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_datstrm.obj : error LNK2001: unresolved external symbol
__security_check
_cookie
basedll_fileconf.obj : error LNK2001: unresolved external symbol
__security_chec
k_cookie
basedll_filefn.obj : error LNK2001: unresolved external symbol
__security_check_
cookie
..\..\lib\vc_dll\wxbase28h_vc.dll : fatal error LNK1120: 2 unresolved
externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
Any suggestions? Thanks in advance
Brandon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-dev/attachments/20071112/2ecb9825/attachment.htm
More information about the wxpython-dev
mailing list