Hi,

I wanted to start using gstreamermm in my project today but ran into a
problem with an include file.

taglist.h contains this line (196)
const Glib::ustring VERSION = GST_TAG_VERSION;

This causes a compilation error (expected unqualified-id before string
constant) because VERSION is already defined as e.g. "0.1.0"  since my
project uses autoconf.

This is pretty annoying and I guess more projects will face this
problem, or am I missing something to avoid this error?

Regards,
Dirk
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to