Search found 7 matches

by TimN
Thu Feb 06, 2014 11:46 am
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

TimN wrote:OK, so currently one little snafu with my above process, wxMedia hasn't built, which I don't need for my current use case.
Fixed that with

Code: Select all

--enable-mediactrl
I now also have a full fat version of WxRuby for ruby 2.0 on Mavericks if anyone is interested... :D
by TimN
Tue Feb 04, 2014 8:25 am
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

OK, so currently one little snafu with my above process, wxMedia hasn't built, which I don't need for my current use case.
by TimN
Mon Feb 03, 2014 9:26 am
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

Thanks to the tip from eranon I have made progress, :D successfully managed a build against 10.6 SDK by forcing the use of gcc 4.2. By default in mavericks/Xcode 5.02 gcc -> clang, but I had a genuine gcc from a previous build so exported its PATH and the make goes all the way! Now going to see whi...
by TimN
Mon Feb 03, 2014 9:04 am
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

Thanks to the tip from eranon I have made progress, :D successfully managed a build against 10.6 SDK by forcing the use of gcc 4.2. By default in mavericks/Xcode 5.02 gcc -> clang, but I had a genuine gcc from a previous build so exported its PATH and the make goes all the way! Now going to see whic...
by TimN
Mon Feb 03, 2014 7:22 am
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

Audacity (a well known wxWidgets-based software) is using wxWidgets 2.8 and their wiki says it's possible, but only with an OS X 10.9 coming from OSX update. Here is the excerpt, from the top of their page at http://wiki.audacityteam.org/wiki/Building_On_Mac : The steps also work on Mavericks updat...
by TimN
Fri Jan 31, 2014 4:35 pm
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

Trying to force compiling against the the Snow leopard SDK --with-macosx-sdk="/Volumes/Snow_1/Developer/SDKs/MacOSX10.6.sdk" \ --with-macosx-version-min=10.6 Led to different errors /src/mac/carbon/graphics.cpp:1072:74: error: redefinition of parameter 'y' virtual void GetBox(wxDouble *x, ...
by TimN
Fri Jan 31, 2014 11:57 am
Forum: Compiler / Linking / IDE Related
Topic: wxMac 2.8.12 on OSX 10.9 Mavericks
Replies: 11
Views: 7937

Re: wxMac 2.8.12 on OSX 10.9 Mavericks

I get the:- . ./wxMac-2.8.12/include/wx/mac/carbon/private.h:1459:9: error: unknown type name 'Cursor'; did you mean 'NSCursor'? typedef Cursor ClassicCursor; ^~~~~~ NSCursor ../wxMac-2.8.12/include/wx/defs.h:2508:28: note: 'NSCursor' declared here DECLARE_WXCOCOA_OBJC_CLASS(NSCursor); ^ ../wxMac-2....