Author Topic: CodeBlocks on OpenIndiana (I am new, I am here)  (Read 4789 times)

Offline sleary78

  • Single posting newcomer
  • *
  • Posts: 2
CodeBlocks on OpenIndiana (I am new, I am here)
« 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

Offline sleary78

  • Single posting newcomer
  • *
  • Posts: 2
Re: CodeBlocks on OpenIndiana (I am new, I am here)
« Reply #1 on: October 28, 2013, 02:45:51 pm »
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..

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: CodeBlocks on OpenIndiana (I am new, I am here)
« Reply #2 on: October 28, 2013, 09:17:23 pm »
What is the setting for your terminal in Settings -> Env -> General -> Terminal used to launch console... ?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]