From: SourceForge.net <no...@so...> - 2006-01-17 20:23:20
|
Bugs item #1408451, was opened at 2006-01-17 12:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1408451&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: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Otto Wyss (wyo) Summary: Compiling issues on Mac OS X 10.3 - Xcode 1.5 Initial Comment: file: treelistctrl.cpp line: 1715 from: #if defined( __WXMAC__ ) && __WXMAC_CARBON__ to: #if defined( __WXMAC__ ) && defined(__WXMAC_CARBON__) Function: DoDrawRect redeclaration of wxPen pen error. wxPen pen is declared twice under mac compile ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1408451&group_id=51305 |