User forums > Using Code::Blocks
Building Code::Blocks with wxWidgets 2.6.1 on Mac OS X
takeshimiya:
No one has got working 100% C::B in Mac OS X yet. Unfortunately there are very few users here have access to that OS.
takeshimiya:
What's the current state of the Mac OS X port of Code::Blocks?
It works with the new build system?
afb:
A Mac snapshot is now in the download area of BerliOS.
Some info on how it was built can be found here:
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Mac_OS_X
(under construction, a few patches/details are missing)
And yes, it still has major problems with layout/plugins.
takeshimiya:
--- Quote from: afb on February 22, 2006, 11:25:10 am ---And yes, it still has major problems with layout/plugins.
--- End quote ---
About plugins, have you read this thread (and other threads -previous atempts to get C::B in MacOS X working) ?
Specially the part about
--- Code: (cpp) ---#define PLUGINS_MASK _T("*.dylib")
--- End code ---
and so.
afb:
Yes, and working on getting anything beyond CALL_GENERIC
working in AngelScript for Darwin... (ideally both PPC / X86)
Plugins should definitely not have a ".dylib" suffix, but either
a ".so" (same as Linux) or preferrably a ".bundle" suffix...
Mac OS X differs between "shared libraries" and "loadable libraries".
Thus, wxWidgets and libcodeblocks are dylib while plugins are bundle.
Here is the "file" info for them:
--- Code: ---bin/codeblocks: Mach-O executable ppc
lib/libcodeblocks.0.0.1.dylib: Mach-O dynamically linked shared library ppc
lib/libwxscintilla.0.0.1.dylib: Mach-O dynamically linked shared library ppc
share/codeblocks/plugins/libastyle.so: Mach-O bundle ppc
share/codeblocks/plugins/libclasswizard.so: Mach-O bundle ppc
share/codeblocks/plugins/libcodecompletion.so: Mach-O bundle ppc
share/codeblocks/plugins/libcompiler.so: Mach-O bundle ppc
share/codeblocks/plugins/libdebuggergdb.so: Mach-O bundle ppc
share/codeblocks/plugins/libdefaultmimehandler.so: Mach-O bundle ppc
share/codeblocks/plugins/libpluginwizard.so: Mach-O bundle ppc
share/codeblocks/plugins/libtodo.so: Mach-O bundle ppc
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version