Chmouel Boudjnah wrote:
> > >I hope this isn't the "pre-final" release Gael mentioned. :)
>
> all RPM should now ok.
The mirrors don't appear to have fixed that yet. An fmirror of
ftp.rpmfind.net returns corrupted RPMs for gtk+-1.2.6-6mdk.i586.rpm,
gtk+-devel-1.2.6-6mdk.i586.rpm and kernel-2.2.14-15mdk.src.rpm
Not good at all.
Also, I'm have difficulty build any gtk+ reliant apps. I get errors like
as follow:
g++ -Wall -g -O2 -c `sh frend-config --cflags` interface.cc -o
interface.o
In file included from /usr/include/gdk/gdktypes.h:33,
from /usr/include/gdk/gdk.h:31,
from /usr/include/gtk/gtk.h:31,
from frend.cc:24:
/usr/include/glib.h:66: glibconfig.h: No such file or directory
make: *** [frend.o] Error 1
glibconfig.h is stored in /usr/lib/glib/include. This doesn't seem right
to me. Should be in /usr/include with glib.h right?
Dara Hazeghi