Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
12.11 and 13.12 on OSX 10.5.8 PPC/Intel
Smirftsch:
2.8.12 with -v
smirs-power-mac-g5:~ smir$ codeblocks -v
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
Abbreviations: loaded
AStylePlugin: loaded
Autosave: loaded
ClassWizard: loaded
CodeCompletion: loaded
Compiler: loaded
Debugger: loaded
FilesExtensionHandler: loaded
OccurrencesHighlighting: loaded
OpenFilesList: loaded
ProjectsImporter: loaded
ScriptedWizard: loaded
ToDoList: loaded
Abbreviations plugin activated
Source code formatter (AStyle) plugin activated
Autosave plugin activated
Class wizard plugin activated
Code completion plugin activated
Added compiler "GNU GCC Compiler"
ClassBrowser::UpdateClassBrowserView(): No active project available.
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
then just hangs.
once --debug-log is appended it shows nothing anymore at all.
log from wxWidgets 3.0:
codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x91475e0 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x94339e78 0x19a2d48 0x78f32b0 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.553 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x24088f0 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x9148dda0 0x94339e78 0x19a2d48 0x78f32b0 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.555 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x66643e0 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x9148dda0 0x94339e78 0x19a2d48 0x78f32b0 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.556 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x9148aa0 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x9148dda0 0x94339e78 0x19a2d48 0x78f32b0 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.558 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x9147820 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x94339e78 0x19a2d48 0x19a4f4c 0x1b43a68 0x1b41bec 0xb2be50 0x1b426ac 0x1b560c0 0x1b06a6c 0x78f3358 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.559 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x6606c00 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x94339e78 0x19a2d48 0x78f3388 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.561 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x9148030 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x9148dda0 0x94339e78 0x19a2d48 0x78f3388 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.562 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x9148070 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x9148dda0 0x94339e78 0x19a2d48 0x78f3388 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
2014-01-05 13:19:07.563 codeblocks[45318:5603] *** _NSAutoreleaseNoPool(): Object 0x91351c0 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x911acdac 0x910d9e14 0x943224f8 0x94457968 0x9148dda0 0x94339e78 0x19a2d48 0x78f3388 0x78f3504 0x1fb2fd0 0x1fb8e54 0x9090ff74)
with -v I get additionally:
15:32:08: Deleted stale lock file '/var/folders/TY/TYuPW678G54kU7uKOxVPBk+++TI/-Tmp-/Code::Blocks-smir'.
15:32:10: Invalid regular expression '(([a-zA-Z]:)?.*?):([0-9]*):([0-9]*):(middle|beg):(.*)': quantifier operand invalid
Smirftsch:
Now as report for the remaining folks out there like me, bothering with old PPC's:
I got a workaround now by using wxgtk and running 12.11 in X11 from Terminal (xterm). Starting it from OSX directly via .app or terminal causes "Fatal IO error 35 (Resource temporarily unavailable) on X server" error message. I assume its trying to start the wrong X server and not recently installed xorg.
Not only that it starts up now in maybe 1/4 of the time it needed before, it seems to run without any of the known OSX bugs also, like "Build options" selection is working and CodeCompletion plugin.
I did not try any further with 13.12 with this method for the moment as I am having finally a working instance of CodeBlocks on my G5 and it took me already quite some time to get that far, as you can see.
No idea whats the problem with running it in (Cocoa?) wxWidgets and it also seems to be at least partially due to bugs in OSX PPC version of it, but X11+GTK version of CodeBlocks is obviously worked out way better nevertheless. Maybe shouldn't even bother with this so much and recommend/use X11+GTK version by default for any OSX build, guess this could save a lot of energy and work for the CB development team.
Either way, I now have a very annoying problem and I hope to get an answer here. When starting CB now over X11, it only provides me the build targets I have for Linux and not anymore for Mac- where is this defined, can I override it somehow? It doesn't seem to identify itself anymore as Mac. Didn't find something about it in the docs or wiki.
oBFusCATed:
We check for __WXGTK__ probably, but we need to check if platform::darwin or macos is available...
mojca:
See also http://forums.codeblocks.org/index.php/topic,18394.new.html
Some isues have already been fixed (like the missing <string>).
Create an app from wxGTK is doable and I think that it worked for me (except that the icon is bouncing forever – probably a bug in wxWidgets).
If Code::Blocks package from MacPorts could be fixed in any way to better support 10.5, please let me know. I don't have one to test.
Navigation
[0] Message Index
[*] Previous page
Go to full version