Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Mac Binaries

<< < (24/25) > >>

skyjunky:
I've been trying to get cb working on mac intel.
It built but crashes at startup after clicking OK on the compiler dialog.
bool wxPropertyGrid::SetFont ( const wxFont& font ) in propgrid.cpp did not compile, res was out of scope, but simple to fix.

version 2481.
I did try the with the source of the 1.0-rc2 but it would not build (configure failed).

error report attached.



[attachment deleted by admin]

skyjunky:
It starts up if I disable the project wizard plugin.
The editor basically works. I did not try compiling or debugging.
I created a basic project and added a few files.

There are some problems.

Settings->environment causes a crash.
Expanding items in the management panel does not repaint if the panel already has focus. You have to resize or change focus to force a repaint. The scrollbars do not update unless you try to select an item on the edge of the panel.
Draging files into the main window causes a crash.
Cannot quit cb if a project is open.

Pecan:
Has anyone been successful building wxMac2.6.3 on OS X 10.4 having installed XCode 2.x? And using the ./configure method?

I get error after compiler error. Is it my system or is it wxWidgets?

Amazingly XCode will build it, but not ./configure.

thanks
pecan

Pecan:
I can nolonger compile svn codeblocks on OS X 10.3.

threadpool.cpp crashes compiler gcc 3.3. I've tried -O0 and -fno-fast-math.
These flags do not seem to avoid the crash when CB is compiling CB itself.

Has anyone got any ideas?

thanks
pecan



--- Code: ---g++ -Wall -g `wx-config --cflags` -fmessage-length=0 -fexceptions -Winvalid-pch -fPIC -DcbDEBUG -DCB_PRECOMP -D__WXMAC__ -O0 -fno-fast-math  -Isdk/wxscintilla/include -Isdk -Isdk/as/source -Isdk/as/include -Isdk/propgrid/include -Isdk/wxFlatNotebook -I/usr/include -Isdk -c sdk/cbthreadpool.cpp -o .objs/sdk/cbthreadpool.o
[address=45e533a4 pc=000e6b3c]
sdk/cbthreadpool.cpp: In member function `bool cbThreadPool::WaitingThread()':
sdk/cbthreadpool.cpp:151: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
Process terminated with status 1 (1 minutes, 19 seconds)
1 errors, 0 warnings
 

--- End code ---

Pecan:

--- Quote from: Pecan on June 25, 2006, 05:38:42 pm ---I can nolonger compile svn codeblocks on OS X 10.3.

threadpool.cpp crashes compiler gcc 3.3. I've tried -O0 and -fno-fast-math.
These flags do not seem to avoid the crash when CB is compiling CB itself.

Has anyone got any ideas?

--- End quote ---

Ceniza has generously spent the time to restructure the cbThreadPool.cpp/h code to enable us gcc 3.3 users to compile CodeBlocks without the segfaults
(svn 2617).

I've compiled and tested the code on OS X 10.3 with gcc3.3 with no problems.

Thank you Ceniza
pecan

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version