any reviews of code::blocks running on Yosemite? The download says its buggy but its dated from 2013... any help is appreciated. Thanks
alterdbeazt
There is post on how to build Code::Blocks (CB) for Mac OS.
The problem is there is NOT an CB Developer to fix the reported bugs under Mac OS.
If you know C++ and the Mac OS you likely can get CB to run under Mac OS and report the bugs.
But, you will need to test the patches of other people to fix the bugs.
And, in some cases you would need to create the patches yourself.
No idea if Yosemite is old or new; the Old Mac OS with wxGTK 2.8 works OK.
Few of the more resent Mac OS works with wxGTK 3.0.
The major problem for the new Mac OS is that wxGTK no longer works using the same MAC OS API.
There's 3 unique ports of wxWidgets designed for Mac OS X: wxMac, wxOSX/Carbon, and wxOSX/Cocoa.
I forget which of the above is the port that works best.
Edit added more info, below; I am a Windows/Linux CB user (not a dev.) Looks like 10.5 or 10.6 is likely the cut-off where CB had major issues. But, it might have been 10.2.
wxGTK: The recommended port for Linux and other Unix variants, using GTK+ version 2.6 or higher.
wxMac: For delivering Carbon applications on Mac OS X 10.2 through 10.6.
wxOSX/Carbon: For delivering 32-bit Carbon-based applications on Mac OS X 10.5 and above.
wxOSX/Cocoa: For delivering 32-bit and 64-bit Cocoa-based applications on Mac OS X 10.5 and above.
Edit: Link to the most recent afb post I found
http://forums.codeblocks.org/index.php/topic,20366.msg138642.html#msg138642Tim S.