Dana 17.1.2013 21:42, Randy McMurchy je napisao: > Hi all, > > When I run 'make check' after compiling the glib-networking-2.34.2 package > it bombs with an error: > > GLib-GIO-ERROR **: No GSetting schemas are instaled on the system > > I have gsettings-desktop-schemas-3.6.1 installed and configure finds it > just fine. The package builds fine but as I mentioned 'make check' bombs > immediately with the error shown above. > > Any tips where I should look? > > Thanks, > Randy >
Try: glib-compile-schemas-2.0 /usr/share/glib-2.0/schemas and re-run make check If that fails, then try installing glib-networking and then running make check -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
