[opensuse-factory] wv2 seems to need patching
I got: In file included from /usr/include/wv2/olestream.h:26:0, from graphicshandler.cpp:23: /usr/include/glib-2.0/glib/giochannel.h:28:2: error: #error "Only <glib.h> can be included directly." I think the problem is in wv2-devel package. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Monday 09 January 2012, Ilya Chernykh wrote:
I got:
In file included from /usr/include/wv2/olestream.h:26:0, from graphicshandler.cpp:23: /usr/include/glib-2.0/glib/giochannel.h:28:2: error: #error "Only <glib.h> can be included directly."
I think the problem is in wv2-devel package.
in olestream.h replace #include <glib/giochannel.h> by #include <glib.h> and report it to upstream (if it's not fixed already there) cu, Rudi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Monday 09 January 2012, Ruediger Meier wrote:
On Monday 09 January 2012, Ilya Chernykh wrote:
I got:
In file included from /usr/include/wv2/olestream.h:26:0, from graphicshandler.cpp:23: /usr/include/glib-2.0/glib/giochannel.h:28:2: error: #error "Only <glib.h> can be included directly."
I think the problem is in wv2-devel package.
in olestream.h replace #include <glib/giochannel.h> by #include <glib.h>
and report it to upstream (if it's not fixed already there)
I've fixed wv2 package, so your build should work again when it got merged into Factory. cu, Rudi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Ilya Chernykh
-
Ruediger Meier