Bug 70374

Summary: /usr/include/libgnorba/gnorba.h references ORBit incorrectly
Product: [Retired] Red Hat Linux Reporter: Kambiz Aghaiepour <kambiz>
Component: gnome-libsAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
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: 2002-07-31 21:37:13 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 Kambiz Aghaiepour 2002-07-31 21:37:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.18-0.7 i686)

Description of problem:
#include <orb/orbit.h>
#include <ORBitservices/CosNaming.h>

are included.  However, those are actually in /usr/include/orbit-1.0/ and such. 
So should they read:

#include <orbit-1.0/orb/orbit.h>
#include <orbit-1.0/ORBitservices/CosNaming.h>

or is this actually a bug in ORBit-devel-0.5.13-3 ?


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Try and rebuild xchat from the SRPM to see one example of the problem.


Additional info:

Comment 1 Havoc Pennington 2002-07-31 22:21:14 UTC
It's a bug in the xchat build, because xchat should be including the output of
orbit-config --cflags --libs on its compile line.

Works in latest packages.