[Libreoffice-bugs] [Bug 119699] Wrong include directory for chart2/source/view/{axes, charttypes}
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 5 07:23:35 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119699
Miklos Vajna <vmiklos at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #1 from Miklos Vajna <vmiklos at collabora.co.uk> ---
Usually we use bugzilla only for user-visible bugs. :-)
Anyway, chart2/source/view/charttypes/BarChart.cxx is in Library_chartcore, but
chart2/Library_chartcore.mk (its gb_Library_set_include) section already
includes the correct include directories.
The root of your problem is that gbuild in general has no idea about what flags
to use to "compile" headers; the assumed filename is set in
chart2/IwyuFilter_chart2.yaml, but that one is only able to handle headers
which are available for all char2 translation units, i.e. chart2/inc/* and
chart2/source/inc/*.
So the bug is confirmed, but I would consider it a low priority: I wish our
largest problem at the moment would be those "internal" headers, given that all
of include/* and foo/inc/* would be already IWYU-clean. ;-)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180905/d2c1047c/attachment.html>
More information about the Libreoffice-bugs
mailing list