User forums > Help
When will we get Code::Blocks for Mac OS X?
Game_Ender:
--- Quote from: thomas on July 16, 2006, 07:05:35 pm ---No, not at all.
--- End quote ---
I think its obivious the CB dev teams doesn't think its too odd, after all that is how Code::Blocks is developed.
That makes sense if you you take the approach Project File = Makefile, to put it in unix terms. I am hoping that a system can be developed where we get Project File = autoconf + automake scripts. Although that is probably to large a goal for the Code::Blocks core, so something like the plugin I sketched out above would probably be a better idea. Of course the whole idea maybe overly complex but autotools are popular for a reason.
bnilsson:
I was able to generate the configuration files by installing the latest autoconf, automake, and libtool using darwinports and by modifying bootstrap file somewhat
./configure generated the Makefiles as it should.
However, it failed in the make process.
What version of wxwidgets is required?
My wxwidgets is installed using darwinports, it is version 2.6.3.
The first error was in that wxUSleep was not declared.
thomas:
This error is not Macintosh specific. It is a bug in the Code::Blocks sources which is normally not visible (and which nobody cares about), as it is hidden in some #ifdef construct. Strange that you see it though, that part of code should only be evaluated for wx 2.4.
Replace wxUSleep with wxUsleep.
Actually, this should have been removed many months ago. We talked about removing it alltogether (since we don't support wx 2.4 anyway) but then we somehow forgot about it.
thomas:
Ah, never mind... I removed it. Just run svn update.
bnilsson:
Thanks, wxUsleep helped.
Now to the next:
In file included from ../../../src/src/wxDockit/include/wx/gripper.h:19,
from src/generic/barholder.cpp:13:
../../../src/src/wxDockit/include/wx/gdi.h:64:6: error: #error "Your platform does not currently support wxGdi"
Is there anything that can be done about this?
I did not specify any options when installing wxwidgets using darwinports.
Any good links for svn, since I don't have it?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version