On Tuesday 24 July 2001 11:01, arro wrote:
>�well i was installing "xmps" to watch divs movies under linux , as they
>�claimed to have a plugin that uses the win32 dll's .
>
>�libxmps/libxmps_config.h:39:18: glib.h: No such file or directory
>�i was wondering why there is the message of a missing glibc.h as i have t=
It's not complaining about missing glibc.h but missing glib.h.
On my system:
$ locate glib.h
/usr/include/glib-1.2/glib.h
Ok, so I have the file, but what rpm provided me with that file?
$ rpm -qf /usr/include/glib-1.2/glib.h
libglib1.2-devel-1.2.10-1mdk
Bingo. Install that rpm and you should have glib.h as well
Narfi.