From: SourceForge.net <no...@so...> - 2006-11-29 17:16:28
|
Bugs item #1605379, was opened at 2006-11-29 09:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115655&aid=1605379&group_id=15655 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Compile error on Windows Initial Comment: Version 0.64 won't compile on Windows XP with Visual Studio 2003 from cpan. I ran "install Wx" from cpan on XP and I got this error: Html.c(879) : error C2664: '__thiscall wxBestHelpController::wxBestHelpController(const class wxBestHelpController &)' : cannot convert parameter 1 from 'class wxWindow *' to 'const class wxBestHelpController &' Reason: cannot convert from 'class wxWindow *' to 'const class wxBestHelpController' No constructor could take the source type, or constructor overload resolution was ambiguous ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115655&aid=1605379&group_id=15655 |