Code::Blocks Forums
User forums => Help => Topic started by: doctorlinux on August 23, 2009, 02:38:54 am
-
I've got C::B working looks good but whene i run ./codeblocks i get this error in the bash window, and How do I fix This?
(codeblocks:5194): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
Text seems to be pure ASCII!
We tried to find out systems default-encoding: Unicode 8 bit (UTF-8) (ID: 41)
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)
my configure \
--prefix=/opt/wx/2.8. \
--enable-xrc \
--enable-monolithic \
--enable-unicode \
--with-gtk
so i know that i --enable-unicode.
Like I stated before I'm some what new in Linux, It has been about 5 years sense I have worked with Linux. But I did use Linux for about 3 or 4 years before I quit, I have forgot so.so..... much about it and wished I had never left Linux.
I also edited this post. I got my luncher working. :P
Thanks
-
Ignore the Gdk_CRITICAL !
There seems to be a problem with libgtk2.0 greater than 2.16.1 (if I remember the version correctly).
Many programs throw this Gdk-Critical, but it seems to do no harm.
The rest is C::B's debugging output from encoding-detection. If you start C::B with the -d paramater, you see it in the debug log in the message pane.
-
O k Thanks Jens
Man C::B Is WORKING very Good. I've Already coded a program and build it, I like it and it has a lot of good fetchers. Thanks C::B looking GOOD.