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 748719 - Missing GLIBMM_API for Interface
Missing GLIBMM_API for Interface
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2015-04-30 17:55 UTC by Mikhail Titov
Modified: 2015-05-06 17:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Missing GLIBMM_API for Interface (808 bytes, application/mbox)
2015-04-30 17:55 UTC, Mikhail Titov
Details

Description Mikhail Titov 2015-04-30 17:55:02 UTC
Created attachment 302687 [details]
Missing GLIBMM_API for Interface

Compiling demowindow.cc from gtkmm throws a warning about non dll-interfaces that starts from here.

gtkmm-3.16.0\gtk\gtkmm/treeviewcolumn.h(121) : warning C4275: non dll-interface class 'Gtk::CellLayout' used as base for dll-interface class 'Gtk::TreeViewColumn'