From: SourceForge.net <no...@so...> - 2009-10-24 22:40:43
|
Bugs item #2885585, was opened at 2009-10-24 22:57 Message generated for change (Tracker Item Submitted) made by catalinr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2885585&group_id=51305 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: wxpdfdoc Group: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: catalin (catalinr) Assigned to: Nobody/Anonymous (nobody) Summary: [msw] build fix for mingw gcc and 2.9.x Initial Comment: A few errors and warnings encountered when building with mingw/gcc on msw with 2.9.x. CodeBlocks automatically removed the extra spaces and the end of rows so those are in the patch as well. But the main issues are: - in pdffontparsertruetype.cpp: the inclusion of "wx/msw/private.h"; - in wxmemdbg.h: include "wx/msw/msvcrt.h" instead of <crtdbg.h>; and the DEBUG_NEW defines (not sure if they should be removed completely like the patch does but they do look wrong now). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2885585&group_id=51305 |