D13613: RFC: Fix libclang default include paths on FreeBSD.

Aaron Puchert noreply at phabricator.kde.org
Tue Jul 3 00:12:09 UTC 2018


aaronpuchert added a comment.


  In D13613#282425 <https://phabricator.kde.org/D13613#282425>, @arrowd wrote:
  
  >   clang -ferror-limit=100 -fspell-checking  -Wunused-parameter -Wunreachable-code -Wall -std=c++11 -nostdinc -nostdinc++ -xc++ -isystem/usr/include/c++/v1 -isystem/usr/lib/clang/6.0.0/include -isystem /usr/local/llvm60/lib/clang/6.0.0/include -imacros /tmp/test_problems.zWlSBE /tmp/testfile_HVezBz.cpp
  
  
  Actually we seem to have 2 builtin directories here: `/usr/lib/clang/6.0.0/include` and `/usr/local/llvm60/lib/clang/6.0.0/include`. It looks like the latter comes from a local installation, probably the one used to compile KDevelop. (It's the last argument.) But I'm not sure how this is related to the missing `/usr/include`.

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/20180703/f535114d/attachment.html>


More information about the KDevelop-devel mailing list