Re: probelm with gtk build



I don't think this was sent right so here it is again. I think gmail
responds to whoever posted the last message.

from experience I've found that SuSE is not a good candidate to install GTK on.
I rendered the graphical useless at least once trying to get it to
work. I think SuSE uses some weird paths, you might need to redirect
to install it somewhere else or tell it where to find some of the
libraries. If you need the latest GTK then I suggest Fedora.

David


On Fri, 5 Nov 2004 21:47:20 -0800, David Corrigan
<lightingisfun gmail com> wrote:
Hi,
from experience I've found that SuSE is not a good candidate to install GTK on.
I rendered the graphical useless at least once trying to get it to
work. I think SuSE uses some weird paths, you might need to redirect
to install it somewhere else or tell it where to find some of the
libraries. If you need the latest GTK then I suggest Fedora.

David




On Fri, 05 Nov 2004 16:54:21 +0100, Iago Rubio <iago rubio hispalinux es> wrote:
On Fri, 2004-11-05 at 12:55, nimalan s wrote:
Hi,
I am trying to install gtk 2.4.9 on my Linux pc
running suse 9.o,when i encountered the following
problem during build.Although the configuration was
successful i get the following error during
build.Could anyone suggest whats wrong...
[snip]
`/home/nimsiva/nim/sources/gtk+-2.4.9'
#/bin/sh: line 1: glib-mkenums: command not found
[/snip]

Or you don't have glib-devel installed or you have installed it in a
location out of your PATH.

You must check if you've installed glib-devel.

If it's not installed install it.

If it's installed locate the glib-mkmenus executable and add it's base
directory to your PATH.

Example (in bash):

$ locate  glib-mkenums
/opt/bin/glib-mkenums
$ export PATH=$PATH:/opt/bin
$ make

Hope this helps.
--
Iago Rubio


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list





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