https://bugzilla.novell.com/show_bug.cgi?id=849842 https://bugzilla.novell.com/show_bug.cgi?id=849842#c0 Summary: OpenSUSE 13.1: glibconfig.h incompatible with other GLIB headers Classification: openSUSE Product: openSUSE 13.1 Version: RC 1 Platform: i686 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: giles.atkinson@eu.citrix.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 Attempting to compile code that includes glibconfig.h fails: /tmp> cat /etc/issue Welcome to openSUSE 13.1 "Bottle" - Kernel \r (\l). /tmp> cat t.c #include <glibconfig.h> /tmp> gcc `pkg-config --cflags glib-2.0` t.c In file included from /usr/lib/glib-2.0/include/glibconfig.h:9:0, from t.c:1: /usr/include/glib-2.0/glib/gmacros.h:35:2: error: #error "Only <glib.h> can be included directly." #error "Only <glib.h> can be included directly." ^ Reproducible: Always Steps to Reproduce: 1.As above. 2. 3. Actual Results: As above. Expected Results: Compilation fails at links stage. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.