Bug 248183

Summary: /usr/include/glib-2.0/glib/gtypes.h includes glibconfig.h which doesn't exist
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: glib2Assignee: Matthias Clasen <mclasen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: hdegoede
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-21 20:33:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Ellson 2007-07-13 19:12:52 UTC
Description of problem:
/usr/include/glib-2.0/glib/gtypes.h includes glibconfig.h which doesn't exist

Version-Release number of selected component (if applicable):
glib2-devel-2.13.6-1.fc8.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 John Ellson 2007-07-13 19:37:09 UTC
Never mind - I found it in its weird location:
   /usr/lib64/glib-2.0/include/glibconfig.h

The bug must be in the code I'm building.

Comment 2 Hans de Goede 2007-08-21 20:33:31 UTC
Indeed,

[hans@shalem devel]$ pkg-config --cflags glib-2.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  
[hans@shalem devel]$ 

Maybe your package is not using pkgconfig (like mine which got me here)

Anways, not a bug, closing.