Package: mysql-query-browser Version: 1.1.18-1 Severity: serious Hi,
Your package is failing to build with the following error: MGResultSetModel.cc: In member function 'virtual void MGResultSetModel::get_value_vfunc(const Gtk::TreeIter&, int, Glib::ValueBase&) const': MGResultSetModel.cc:402: error: no matching function for call to 'MGResultSetModel::get_value(const Gtk::TreeIter&, int&, void*&, guint&) const' MGResultSetModel.cc:259: note: candidates are: bool MGResultSetModel::get_value(const Gtk::TreeIter&, unsigned int, void*&, size_t&) const make[4]: *** [MGResultSetModel.o] Error 1 make[4]: Leaving directory `/build/buildd/mysql-query-browser-1.1.18/mysql-quer y-browser/source/linux' make[3]: *** [all] Error 2 The problem seems to be that it accepts a size_t, which is an unsigned integer value, but depending on the arch it's either an int or a long. So a guint is the wrong type. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]