Claus Hetzer <[EMAIL PROTECTED]> writes:

> I have just gotted GTK+ and am trying to run the "Hello World" program
> presented in the tutorial.  It compiles just fine (using gcc and the
> command-line parameters as specified) and the window appears when I run
> the executable, but a series of identical error messages are output to
> the console:
> 
> ** (helloworld:28337): WARNING **: Could not load converter from EUC-KR
> to UTF-8
> 
> Is this something that was done wrong in the compilation, or is there
> another compiler option that I have to set?  I am using the latest
> version of GTK+ and gcc version 2.95.2 on Solaris 8.

>From the INSTALL file in the GLib distribution:

 If you are using the native iconv implementation on Solaris
 instead of libiconv, you'll need to make sure that you have 
 the converters between locale encodings and UTF-8 installed.
 At a minimum you'll need the SUNWuiu8 package. You probably
 should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and
 SUNWkiu8 packages.

Regards,
                                        Owen

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to