Dear list,

When compiling PyQt-2.5 with MSVC v6.0, link never terminates.  PyQt is
being linked with Qt 2.3.1 for Windows (licensed commercial version) and
Python 2.1 for Windows.  Running link with the /VERBOSE option, the last few
messages are:

[snip 8186 lines of output...]
    Discarded "public: virtual void * __thiscall QList<class
QWidget>::`scalar deleting destructor'(unsigned int)"
(??_G?$QList@VQWidget@@@@UAEPAXI@Z) from qtcmodule.obj
    Discarded "public: virtual void * __thiscall QList<class
QObject>::`scalar deleting destructor'(unsigned int)"
(??_G?$QList@VQObject@@@@UAEPAXI@Z) from qtcmodule.obj
    Discarded "public: virtual void * __thiscall QList<char>::`scalar
deleting destructor'(unsigned int)" (??_G?$QList@D@@UAEPAXI@Z) from
qtcmodule.obj
    Discarded "public: virtual void * __thiscall QArray<class
QPoint>::`scalar deleting destructor'(unsigned int)"
(??_G?$QArray@VQPoint@@@@UAEPAXI@Z) from qtcmodule.obj
    Discarded "public: static class QString  __cdecl sipProxyqt::tr(char
const *,char const *)" (?tr@sipProxyqt@@SA?AVQString@@PBD0@Z) from
qtcmodule.obj
    Discarded "public: static class QString  __cdecl sipProxyqt::tr(char
const *)" (?tr@sipProxyqt@@SA?AVQString@@PBD@Z) from qtcmodule.obj

Any ideas?

  -Erik Weber
   Lineo Seattle
   206.285.2506 x204
   Lineo: Where Open Meets Smart




_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to