Comment # 1
on bug 9340
from Anders Broman
As we don't want to do anything to the GTK code at this stage as we are moving
to Qt we should probably remove these compile flags from Configure.ac and
Configure.nmake
# If we have GTK then add flags for it.
CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS"
CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS"
CPPFLAGS="-DGTK_DISABLE_DEPRECATED $CPPFLAGS"
Could you try it out and supply a patch if it works?
I'm not sure if tis line should go too:
CPPFLAGS="-DGSEAL_ENABLE $CPPFLAGS"
Regards
Anders
You are receiving this mail because:
- You are watching all bug changes.