Re: Helix gnome + intl/ dir



Fatih Demir wrote:

> On Wed, Mar 14, 2001 at 09:22:00PM -0800, Naba Kumar wrote:
> > Hi,
> >
> > I've got a problem with helix gnome (or the gnome itself).
> >
> > I upgraded recently to helix gnome. After that I can't
> > build glade projects with gettext support.
> >
> > The intl/ dir seems not to created properly. It's empty.
> > Therefore, configure script is unable to create Makefile
> > (since, Makefile.am and Makefile.in are not there inside).
>
> A general problem for us CVS builders but how did you came into this
>  problem .-)
>
> Reinstall the gettext package and re-run ./autogen.sh -- then the intl files
>  will be there.
>
> They can't be copied from $STANDARD_PACKAGE_PREFIX/share/gettext/intl in this/
>  your case because another app did overwrite the original files there with a
>   foo'sh and empty intl dir (installing with 'root' perms does have got also
>    disadvatages as in this case).
>
> BTW: Anjuta is really very good, but I do always get slight and stupid error
>  messages from Gdk:
>
>  Gdk-WARNING **: Creating pixmap from xpm with NULL window and colormap
>
> Why could that be? I do have got all these messages since m first try of anjuta
>  last year... Which XPM files are you using which are OUTSIDE the anjuta package
>   itself?
> --

Actually, Those warnings come for the pixmap files _inside_ Anjuta.
I mean, the xpm files are included as gchar*. These are actually small
pixmaps which I thought would go better in the source rather than
loading from xpm files at run time.

The problem is when I create the GdkPixmap from these pixmap_data,
the widgets are not yet created (so is the GdkWindow inside the widgets).
The function (gdk_pixmap_create_from_data()) probably use the
GdkWindow for generating the mask.

The warnings are harmless as far as I know. But I would certainly
wish to avoid them as they messes our terminals. :-)

Regards,
-Naba







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]