running: python setup.py install FINAL=1
results in:
LINK : fatal error LNK1181: cannot open input file "wxmsw233h.lib"
at the link step.
Now I tried setting the flags manually in setup.py and that gets it to
link against wxmsw233.lib, but now I am getting unresolved
externals.
A bunch of unresolved externals involving wxAssert like this:
windows.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) v
oid __cdecl wxAssert(int,char const *,int,char const *,char const *)" (__imp_?wx
Assert@@YAXHPBDH00@Z)
running: python setup.py install FINAL=1
results in:
LINK : fatal error LNK1181: cannot open input file "wxmsw233h.lib"
at the link step.
Okay, I've fixed that.
Now I tried setting the flags manually in setup.py and that gets it to
link against wxmsw233.lib, but now I am getting unresolved
externals.
A bunch of unresolved externals involving wxAssert like this:
windows.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) v
oid __cdecl wxAssert(int,char const *,int,char const *,char const *)" (__imp_?wx
Assert@@YAXHPBDH00@Z)