User forums > Help
CB startup problem on Mac OSX
afb:
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...
--- Code: ---pre-configure {
reinplace "s|^libtoolize|glibtoolize|" \
"${worksrcpath}/bootstrap"
reinplace "s|aclocal$|aclocal -I ${prefix}/share/aclocal|" \
"${worksrcpath}/bootstrap"
}
--- End code ---
afb:
I've posted a "C::B from SVN trunk" Portfile for DarwinPorts (with some instructions) on the Wiki:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Mac_OS_X
--- Code: ---port install codeblocks
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version