[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
gstreamermm header problem
- From: Dirk Vanden Boer <dirk vdb gmail com>
- To: gtkmm-list gnome org
- Subject: gstreamermm header problem
- Date: Fri, 15 May 2009 16:16:34 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]