keyfile.cc fails at a couple of places with errors like this:
keyfile.cc:274: error: cannot convert 'unsigned int*' to 'gsize*' for argument '4' to 'gint* g_key_file_get_integer_list(GKeyFile*, const gchar*, const gchar*, gsize*, GError**)'
I've attached a diff file that changes all unsigned int declarations gsize. With this you also need to change tests/core/iochannel.cc:65 to gsize from unsigned int.
examples/selection.cc also fails with this message:
selection.cc: In member function "virtual void RetrieveSelectionButton::on_selection_received(const Xfc::Gtk::SelectionData&, unsigned int)":
selection.cc:50: error: cast from "unsigned char*" to "unsigned int" loses precision
_______________________________________________
Xfc-dev mailing list
Xfc-dev@...
http://foo-projects.org/mailman/listinfo/xfc-dev