From: SourceForge.net <no...@so...> - 2009-10-16 08:40:46
|
Bugs item #2880364, was opened at 2009-10-16 10:40 Message generated for change (Tracker Item Submitted) made by g00fy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2880364&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: any Group: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steven Van Ingelgem (g00fy) Assigned to: Nobody/Anonymous (nobody) Summary: wxWidgets wrongly detected by wxwin.m4 Initial Comment: In wxwin.m4 there is a mistake which affects all components which make use of wxcode.m4 -> wxwin.m4: around line 867 there is being done a check for all kind of ports. But in "$WX_SELECTEDCONFIG", I have "osx_carbon-unicode-static-2.9"... As such it doesn't find there is any port available... The ports I have are: Default config is osx_carbon-unicode-static-2.9 Default config will be used for output Also available in /usr: mac-unicode-debug-2.8 osx_carbon-unicode-debug-static-2.9 osx_carbon-unicode-release-static-2.9 osx_cocoa-unicode-debug-static-2.9 osx_cocoa-unicode-release-static-2.9 As you can see there will need to be a check for Cocoa & Carbon added into this script. Grtz, Steven ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2880364&group_id=51305 |