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
This doesn't have anything to do with documentation, reassigning to the bug-wranglers (sorry guys, I know you're already quite busy :)
Added xchat-2.0.2-r1 which install /usr/include/xchat/xchat-plugin.h . That should do.