> Thanks.
>
> A question, wiil be any Gambas way to find the line for this error in
> the future?
>
No. Gambas is not aware that an underlying shared library prints warning to
the standard error output.
Regards,
--
Benoît Minisini
Thanks.
A question, wiil be any Gambas way to find the line for this error in
the future?
On Sat, 2010-11-06 at 16:57 +0100, Benoît Minisini wrote:
> > Hi,
> >
> > i have an application (VirusCollectionTools) and the output in console
> > gave this.
> >
> > (VirusCollectionTools-source:6343):
> Hi,
>
> i have an application (VirusCollectionTools) and the output in console
> gave this.
>
> (VirusCollectionTools-source:6343): Pango-WARNING **: Invalid UTF-8
> string passed to pango_layout_set_text()
>
> what is this?
>
An invalid UTF-8 string has been set to a GTK+ function. To know
you need to download the complete archive, uncompress it , enter in
the directory, do a
./reconf-all
./configure
make
make install (in root or with sudo)
but befor all of that you need to install all the dev package
needed... go to gambasdoc.org to learn more about that
2010/11/5 Jussi Lahtin