Hi, I'm trying to build wxPython on windows (vc++ 6.0, window XP), as per the build instructions given on the website for wxWidget----> 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=1 MSLU=1
and for wxPython--> python setup.py build_ext --inplace MONOLITHIC=0 UNICODE=1 In this case wxPython is not building with following errors unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert unresolved external symbol "__declspec(dllimport) public: __thiscall wxString::wxString unresolved external symbol "__declspec(dllimport) public: class wxStringBase & __thiscall wxStringBase::operator unresolved external symbol "__declspec(dllimport) public: class wxString & __thiscall wxString::Append unresolved external symbol "__declspec(dllimport) wchar_t const * const wxPanelNameStr Please suggest what is the write syntax to build wxPython, it seems everyone has encountered these problem and everyone got the solution, but somehow I'm not able to find the right configuration option Please help me. Regards, Anurag
_______________________________________________ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython