make fails on x86_64, keyfile.cc

View: New views
1 Messages — Rating Filter:   Alert me  

make fails on x86_64, keyfile.cc

by Christian Lundgren :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

keyfile.cc_x86_64.diff (2K) Download Attachment