After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345497 - CVS head fails to build
CVS head fails to build
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-06-20 23:18 UTC by Elijah Newren
Modified: 2006-06-21 19:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the build (451 bytes, patch)
2006-06-21 03:30 UTC, Elijah Newren
none Details | Review

Description Elijah Newren 2006-06-20 23:18:03 UTC
Appears to be due to recent changes (more recent than the last bugs I filed as it compiled fine after fixing those).  Anyway, I'm getting:

printunixdialog.cc: In member function `void Gtk::PrintUnixDialog::add_custom_ta
b(const Gtk::Widget&, const Glib::ustring&)':
printunixdialog.cc:47: error: invalid use of undefined type `struct Gtk::Label'
../../gtk/gtkmm/container.h:53: error: forward declaration of `struct Gtk::Label
'
printunixdialog.cc:48: error: no matching function for call to `Gtk::PrintUnixDi
alog::add_custom_tab(const Gtk::Widget&, Gtk::Label&)'
printunixdialog.cc:46: note: candidates are: void Gtk::PrintUnixDialog::add_custom_tab(const Gtk::Widget&, const Glib::ustring&)
../../gtk/gtkmm/printunixdialog.h:132: note:                 void Gtk::PrintUnixDialog::add_custom_tab(const Gtk::Widget&, const Gtk::Widget&)
make[5]: *** [printunixdialog.lo] Error 1
Comment 1 Elijah Newren 2006-06-21 03:30:15 UTC
Created attachment 67760 [details] [review]
Fix the build
Comment 2 Murray Cumming 2006-06-21 19:58:38 UTC
Yeah, already fixed. Thanks.