Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: sleary78 on October 28, 2013, 02:26:31 pm
-
Hi all,
I compiled CodeBlocks on OpenIndiana (Solaris/Illumos) and all seems well until i try to debug a program with a breakpoint. When it hits the breakpoint the app seems to go into an infinite loop and controls flicker like they are being updated.
I'm using codeblocks-12.11release8629 and wxWidget 2.8.12
I followed this guide http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris
Any help appreciated.. some info below.
S.
sleary@openindiana:~/compileZone$ uname -a
SunOS openindiana 5.11 oi_151a8 i86pc i386 i86pc Solaris
sleary@openindiana:~/compileZone$ g++ --version
g++ (Illumos gcc-4.4.4-il-3) 4.4.4
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
sleary@openindiana:~/compileZone$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i386-pc-solaris2.1
-
Slight update... if i close the xterm window i see this in the debug log.
Can't launch console (gnome-terminal --disable-factory -t 'Program Console' -x sleep 80006113)
And then i can debug the program. Its almost like a fork is failing or something..
-
What is the setting for your terminal in Settings -> Env -> General -> Terminal used to launch console... ?