User forums > Nightly builds
The 06 February 2008 build (4866) is out.
afb:
--- Quote from: Auria on February 08, 2008, 02:19:22 am ---afb, my C::B builds on mac are unusable, because of two bugs, wxDynamicLibrary not working on dylibs, and combos in toolbars not appearing. Both have been confirmed on the wx bug tracker - But your builds are free of them? :? I'm a bit amazed at your magical bug-fixing abilities :lol:
--- End quote ---
Hmm, when would the wxDynamicLibrary bug kick in ? If they are loadable libraries, then they would probably be .bundle (or .so) rather than .dylib - since .dylib aren't loadable at runtime (only linktime) ? I don't have any problem with this when building with ./configure && make, did you have any more details (or the Bug number) on where it would apply ? Maybe it is when trying to build Code::Blocks with itself ?
As for the combos-in-toolbars, I have patched my wxWidgets configuration so that what you get with configure matches (somewhat) what you get with Xcode - keeping them synched is an upstream problem. (and the native Mac toolbar doesn't work with popup menus in the current wxWidgets implementation...)
--- Code: ------ include/wx/mac/carbon/chkconf.h 2007-05-14 11:09:36.000000000 +0200
+++ include/wx/mac/carbon/chkconf.h 2007-05-21 10:59:19.000000000 +0200
@@ -55,7 +55,7 @@
*/
#ifndef wxMAC_USE_NATIVE_TOOLBAR
- #define wxMAC_USE_NATIVE_TOOLBAR 1
+ #define wxMAC_USE_NATIVE_TOOLBAR 0
#endif
#endif
--- End code ---
--- Quote ---Anyway, good job, as usual :)
--- End quote ---
Thank you! I haven't been able to do much development, but the monthly builds have been "working" OK.
PS. It is also available in MacPorts as port "codeblocks-devel", for both wxMac (Aqua) and wxGTK (X11)...
--- Quote ---Someday, the C::B website should be updated, it says only Linux and Windows are supported (I'm not sure how good mac support is ATM but I think it's usable (apart from some wizards perhaps)
--- End quote ---
Depends on your definition of "support", I guess ? But yeah, it's been updated a bit on the Wiki for instance
MortenMacFly:
--- Quote from: afb on February 08, 2008, 09:31:39 am ---
--- Quote ---Anyway, good job, as usual :)
--- End quote ---
Thank you! I haven't been able to do much development, but the monthly builds have been "working" OK.
--- End quote ---
Nice one! :-) I wish I could try MAC-OS someday. Do you see any chance of running it in a VM somehow? I would be willing to buy MAC-OS, but not a MAC - thjis is just by far too expensive (even at eBay) for me. :-(
hangl:
It takes a long time (about 1~2 minutes) to open a cpp file when I double click it in explorer.And the explorer was frozen until the file was opend in CB.
WinXp SP2
afb:
--- Quote from: MortenMacFly on February 08, 2008, 09:44:57 am ---Nice one! :-) I wish I could try MAC-OS someday. Do you see any chance of running it in a VM somehow? I would be willing to buy MAC-OS, but not a MAC - thjis is just by far too expensive (even at eBay) for me. :-(
--- End quote ---
Sorry, you cannot legally run Mac OS X in a virtual machine - except on Mac OS X itself...
It's not that it would be impossible, just that Apple does not want you to switch hardware.
But I suppose you could get someone with a Mac to let you borrow it - over VNC or so ?
Or ask the guy in the Apple Store for a demonstration of the url "www.codeblocks.org" ;-)
codemania:
Hi!
Codeblocks prints well on Windows but on Linux I can't do it.
I have a print driver installed.
On Linux I print well with other software.
Codeblocks menu.
File>>Print...
codemania
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version