Re: error: expected a platform name, e.g., 'macosx'

2012-09-22 Thread Ryan Schmidt
On Sep 22, 2012, at 05:04, Joshua Root wrote: > On 2012-9-22 19:51 , Ryan Schmidt wrote: >> The system headers use availability macros, and at least on Mountain Lion >> their definitions include the word "macosx", e.g. >> "availability(macosx,introduced=10.5)". The problem occurs when a softwar

Re: error: expected a platform name, e.g., 'macosx'

2012-09-22 Thread Joshua Root
On 2012-9-22 19:51 , Ryan Schmidt wrote: > The system headers use availability macros, and at least on Mountain Lion > their definitions include the word "macosx", e.g. > "availability(macosx,introduced=10.5)". The problem occurs when a software > package defines its own preprocessor symbol call

error: expected a platform name, e.g., 'macosx'

2012-09-22 Thread Ryan Schmidt
I want to alert port maintainers to a strange error message users might report starting on Mountain Lion: /usr/include/sys/stat.h:451:40: error: expected a platform name, e.g., 'macosx' int lchflags(const char *, __uint32_t) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);

Re: Mountain Lion asking for Xcode

2012-09-22 Thread Ryan Schmidt
On Sep 21, 2012, at 10:43, Daniel wrote: > I've got command-line tools installed for xcode > (https://developer.apple.com/downloads/index.action#) , but I keep getting > errors saying xcode isn't installed and I need to run xcode-select. Shouldn't > it be sufficient just to have the command-li

Re: wxWidgets vs. wxWidgets-devel: a proposal

2012-09-22 Thread Ryan Schmidt
On Sep 21, 2012, at 08:50, Kuba Ober wrote: > Here's what I propose: > > - rename wxWidgets to wxWidgets28, adjust all dependent packages appropriately > - rename wxWidgets-devel to wxWidgets (that's 2.9.x) When you "rename" a port, what you actually do is "svn copy" the old port to the new po