Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 55433

Summary: libart-config --cflags returns no flags.
Product: [Retired] Red Hat Raw Hide Reporter: MATSUURA Takanori <t-matsuu>
Component: gnome-libsAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 1.0CC: t-matsuu
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: 2001-11-01 00:48:30 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 MATSUURA Takanori 2001-10-31 03:26:41 UTC
Description of Problem:
libart-config --cflags returns no flags.

Version-Release number of selected component (if applicable):
gnome-libs-1.4.1.2-2

How Reproducible:


Steps to Reproduce:
1. $ libart-config --cflags

Actual Results:
return only blank


Expected Results:
-I/usr/include/gnome-1.0

Additional Information:
$ gnome-config --cflags libart
-I/usr/include
I think that is also wrong because the directory libart_lgpl is in
/usr/include/gnome-1.0. So it should be return
-I/usr/include/gnome-1.0

The value of LIBART_INCLUDEDIR in the file "/usr/lib/libartConf.sh" should
be set "-I/usr/include/gnome-1.0".

Comment 1 Havoc Pennington 2001-11-01 01:37:00 UTC
gnome-libs-1.4.1.2.90-1 fixes