Ok,
I want to help, so this is my first attempt at compiling:
https://goo.gl/dmpyBHthe build process was a little tricky
1) configure with options:
CXX=clang++ CXXFLAGS="-mmacosx-version-min=10.11 -std=gnu++11 -I/usr/local/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__" CC=clang ./configure --with-platform=macosx --with-contrib-plugins=all,-FileManager,-NassiShneiderman,-spellchecker --enable-debug --enable-source-formatter --enable-class-wizard --enable-code-completion --enable-compiler --enable-debugger --enable-mime-handler --enable-open-files-list --enable-occurrences-highlighting --with-wx-prefix=/usr/local/Cellar/wxmac/3.0.2_2
2) make --> build codeblocks and libcodeblocks.dylib, but plugins was built in .so - there is a bug in libtool !
3) I have built plugins in .dylib using CodeBlocks_wx30_64.workspace in c::b 13.12 (with some changes)
4) I created CodeBlocks.app using mac_pack (with some changes)
regards
frankofrank