Code::Blocks Forums

User forums => Help => Topic started by: teales on August 11, 2007, 07:57:16 am

Title: 8/8 build hangs at Tip of the Day on ubuntu 7.04
Post by: teales 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
Title: Re: 8/8 build hangs at Tip of the Day on ubuntu 7.04
Post by: Biplab on August 11, 2007, 08:06:57 am
Upgrade to wxGTK-2.8.4.
Title: Re: 8/8 build hangs at Tip of the Day on ubuntu 7.04
Post by: cstudent 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.

Title: Re: 8/8 build hangs at Tip of the Day on ubuntu 7.04
Post by: teales 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