D13613: RFC: Fix libclang default include paths on FreeBSD.
Milian Wolff
noreply at phabricator.kde.org
Mon Jul 2 21:07:45 UTC 2018
mwolff added a comment.
Could it be that the issue is that on your system, libc++ and the clang compiler builtin-headers are installed in the same prefix? On Linux at least, that is usually not the case afaik. Thus we didn't run into this issue yet.
I mean, compare: https://packages.ubuntu.com/bionic/amd64/libc++-dev/filelist vs. https://packages.ubuntu.com/bionic/amd64/libclang-common-6.0-dev/filelist
The clang builtins are in /usr/lib/clang/6.0.0/include
The libc++ headers are in /usr/include/c++/v1/
Your last comment seems to indicate that the builtins are also in the latter path on FreeBSD?
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D13613
To: arrowd, #kdevelop, mwolff
Cc: mwolff, aaronpuchert, kdevelop-devel, antismap, iodelay, vbspam, njensen, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180702/9650f360/attachment.html>
More information about the KDevelop-devel
mailing list