Author Topic: 8/8 build hangs at Tip of the Day on ubuntu 7.04  (Read 3561 times)

Offline teales

  • Multiple posting newcomer
  • *
  • Posts: 13
8/8 build hangs at Tip of the Day on ubuntu 7.04
« on: August 11, 2007, 07:57:16 am »
I installed the 8/8 build on Ububtu Fiesty.  That seemed to go OK.  It starts to load, lets me choose my default compiler, and then gets as far as the Tip of the Day dialog, at which point it hangs.  I kill it, and in the console where I started it I see:

(codeblocks:10279): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed

I have installed all I can find that seems relevant to GTK, but I imagine I have missed something.

Can anyone help please.

Thanks
Steve

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: 8/8 build hangs at Tip of the Day on ubuntu 7.04
« Reply #1 on: August 11, 2007, 08:06:57 am »
Upgrade to wxGTK-2.8.4.
Be a part of the solution, not a part of the problem.

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: 8/8 build hangs at Tip of the Day on ubuntu 7.04
« Reply #2 on: August 11, 2007, 12:19:41 pm »
Try using the alternate repository. See the wiki page http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu


Code
Alternate wxWidgets repository. Some users of Code::Blocks have received critical errors related to libwxgtk when using the above repository packages.
They were able to solve their problems by installing newer packages available from an alternate repository from wxWidgets.org.
To use these packages make the following changes to the above directions:

Add deb http://apt.wxwidgets.org/ edgy-wx main or deb http://apt.wxwidgets.org/ feisty-wx main to your sources.list.

Download the gpg key using wget http://apt.wxwidgets.org/key.asc and install the same as above.


Offline teales

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: 8/8 build hangs at Tip of the Day on ubuntu 7.04
« Reply #3 on: August 14, 2007, 03:26:40 pm »
I removed existing wxGTK and installed 2.8.4 from the suggested alternate site.  I also removed Codeblocks and installed from scratch frm 10 August build.

Same result - any other ideas?

Thanks
Steve