http://wxforum.shadonet.com/viewtopic.php?t=6045&highlight=
(http://wxforum.shadonet.com/viewtopic.php?t=6045&highlight=)
See below the section of Bundles
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Mac_OS_X
(http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Mac_OS_X)
/Developer/Tools/SetFile -t APPL `pwd`/${1}
/developer/tools/Rez -d __DARWIN__ -t APPL Carbon.r -o `pwd`/${1}
I have a Portfile that should work for installing Code::Blocks
using DarwinPorts MacPorts, just waiting for this SVN patch:
http://developer.berlios.de/patch/?func=detailpatch&patch_id=1395&group_id=5358
Without it, the plugins fail when linking with libcodeblocks.
("symbol" defined in indirectly referenced dynamic library)
It would be nice if bootstrap could learn about glibtoolize, too.
Currently using a workaround, for both of libtool and aclocal...
pre-configure {
reinplace "s|^libtoolize|glibtoolize|" \
"${worksrcpath}/bootstrap"
reinplace "s|aclocal$|aclocal -I ${prefix}/share/aclocal|" \
"${worksrcpath}/bootstrap"
}