after unpacking the totem tar file and running ./config everything seems to go fine until I get the following with error message;
checking for glib-2.0 >= 2.1.0 libgnomeui-2.0 >= 2.1.1 libglade-2.0 gnome-vfs-2.0 >= 2.1.6 gnome-desktop-2.0 >= 2.1.5 libxine >= 1.0.0 gconf-2.0... Package libgnomeui-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeui-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeui-2.0' found
configure: error: Library requirements (glib-2.0 >= 2.1.0 libgnomeui-2.0 >= 2.1.1 libglade-2.0 gnome-vfs-2.0 >= 2.1.6 gnome-desktop-2.0 >= 2.1.5 libxine >= 1.0.0 gconf-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
did locate for libgnomeui-2.0.pc but did not find file.
after a google search i found nothing helpfull.
from planetmirror.com I found this file i think it may be the soloutin to my problem, but i am not sure what to do with it.
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
libgnomeui_serverdir=${exec_prefix}/libexec
Name: libgnomeui
Description: libgnomeui
Requires: libgnome-2.0 libgnomecanvas-2.0 gtk+-2.0 gdk-pixbuf-2.0 libart-2.0 gconf-2.0 libbonoboui-2.0
Version: 2.4.0.1
Libs: -L${libdir} -lgnomeui-2 -L/usr/X11R6/lib -lSM -lICE
Cflags: -I${includedir}/libgnomeui-2.0
can anyone point me in the right direction ?
