Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19906 - The XCHAT ebuild don't install the xchat C-library
Summary: The XCHAT ebuild don't install the xchat C-library
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Other (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-24 22:01 UTC by Alessandro Re
Modified: 2003-05-16 12:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Re 2003-04-24 22:01:17 UTC
To make a plugin for XChat i need the header and the library of xchat (for the header 
th file is xchat-plugin.h), but the xchat ebuild dont install this. 
I tried to search it in the whole system, but without any resoult. 
So, i ask if the ebuild can install also the library and the headers. 

Reproducible: Always
Steps to Reproduce:
1.Create a new file with the include file #include "xchat-plugin.h" 
2.Try to compile it with gcc 
3. 
Actual Results:  
fanculizza.c:1:26: xchat-plugin.h: No such file or directory 
 
and a lot of other errors coused bhy this. 

Expected Results:  
No errors :) 

I saw the interested file in the tarball downloaded at the xchat.org 
in this tarball there are a src/common directory, where the header is located
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-05-07 03:54:41 UTC
This doesn't have anything to do with documentation, reassigning to the bug-wranglers (sorry guys, I know you're already quite busy :)
Comment 2 foser (RETIRED) gentoo-dev 2003-05-16 12:08:03 UTC
Added xchat-2.0.2-r1 which install /usr/include/xchat/xchat-plugin.h .

That should do.