Re: [gtk-list] Help compiling Glade



Udo Giacomozzi wrote:
> 
> I don't know it this is the right list for this question, but I think it's
> not much off-topic.
> 
> I need some help compiling Glade. Note I'm a Linux (and GTK) novice. I have
> successfully installed the GTK library version 1.0.6 (all examples run fine
>:-) but I have trouble making the Glade utility (version 0.3.9). 'make'
> returns the following error:


> ../gladeconfig.h:25: libintl.h: No such file or directory

libintl.h should be in the intl/ directory if libintl.a was built.
(It should just be a link to libgettext.h)

Try configuring with:

 ./configure --with-included-gettext

If that doesn't work, try:

 ./configure --disable-nls


Damon



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