Code::Blocks currently uses wxMac (wxOSX/Carbon), which is 32-bit only. So it's not possible to build for 'x8664'. When Code::Blocks (and requirements) has been updated to use wxOSX/Cocoa, then a 64-bit version might be built too. Build wxWidgets Download the source code. Download the tarball for the wxMac release: http://wxwidgets.org/downloads/. Due to lack of active developers by the Code::Blocks team there is currently no native Code::Blocks version available for the macOS platform which is newer than v13.12 (Published 2013). For Mac OS X 10.4 up to 10.6 (PowerPC or Intel), download the 'Universal' Now unpack the zip file package, and put CodeBlocks.app where you like it. The suggested location is /Developer/Applications or /Applications. WxWidgets (2.8.x, dylib) is included inside the application bundle.
Okay, so I'm taking an Intro to C class and I cannot get my Code Blocks compiler to work. I've installed Command Line tools for Xcode and I also have Xcode. However, the installation for the OSX 10.7.5 software update won't seem to work. I keep getting the following message:
file://localhost/Users/alyssacastelli/Desktop/Screen%20Shot%202013-02-04%20at%20 9.40.36%20AM.png
I have a simple 'hello world' code in Code Blocks and when I hit 'build and run', all I get is this:
___________________________________________________________
gcc -c '/Users/alyssacastelli/Desktop/C Programming Files/alyssahello.c' -o '/Users/alyssacastelli/Desktop/C Programming Files/alyssahello.o'
g++ -o '/Users/alyssacastelli/Desktop/C Programming Files/alyssahello' '/Users/alyssacastelli/Desktop/C Programming Files/alyssahello.o'
Process terminated with status 0 (0 minute(s), 1 second(s))
Code Blocks Pour Mac Os 10.8
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))
Code Blocks Pour Mac Os High Sierra
Checking for existence: /Users/alyssacastelli/Desktop/C Programming Files/alyssahello
Code Blocks For Mac Os X Download
Executing: osascript -e 'tell app 'Terminal' -e 'activate' -e 'do script '/Users/alyssacastelli/Desktop/C Programming Files/alyssahello' -e 'end tell' /Users/alyssacastelli/Downloads/CodeBlocks.app/Contents/MacOS/cb_console_runner (in /Users/alyssacastelli/Desktop/C Programming Files)
Code Blocks Pour Mac Os High Sierra
Process terminated with status 0 (0 minute(s), 2 second(s))
____________________________________________________________
Code Blocks For Macos Mojave
I've been trying to get this thing to work for years. I've taken it to my professor several times as well as a few of the other mac users in my class with no success. If someone here can figure this out, that would be great. Thanks.
MacBook Pro, Mac OS X (10.7.5), Code Blocks compiler and Xcode
Posted on Feb 4, 2013 6:58 AM