Closed GoogleCodeExporter closed 9 years ago
+1
It's a problem of gtkmm, but they've fixed it at 09-03-20, I'm using ubuntu
8.10 and
libgtkmm-2.4, seems is the latest version, but still got the problem.
I tried changing the args:
Gtk::Builder::create_from_file(const std::string&, const Glib::ustring&)
to
Gtk::Builder::create_from_file(const std::string&, const char* object_id)
then it could compile. Of course, I got a linking error later...
Original comment by springri...@gmail.com
on 4 Sep 2009 at 7:44
gtk+版本太低。 可以安装相应gloose版本来降低gtk+版本要求。
Original comment by lero...@gmail.com
on 27 Sep 2009 at 5:10
Original issue reported on code.google.com by
qinyong....@gmail.com
on 1 Sep 2009 at 10:15