dev-0x7C6 / dev1990-overlay

My gentoo overlay, there's a ebuild for separate qtsdk workspaces if you want to develop with many qtsdks, slic3r prusa edition and some ebuilds for my projects, and other stuff that I'm using or used
6 stars 1 forks source link

qt-creator-4.9: use clang needs >=clang 7.0 #1

Closed klimentyev closed 5 years ago

klimentyev commented 5 years ago

I tried build this version with clang use, but I had error at compiling. I see that clang and llvm would be updated to 7.0 and greater. https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/README.md

klimentyev commented 5 years ago

@dev-0x7C6 What version of the clang do you use? I've an error for stable clang-6.0.1 and use clang.

dev-0x7C6 commented 5 years ago

Currently I'm using:

[ebuild R ~] sys-devel/clang-8.0.0:8::gentoo [ebuild R ~] sys-devel/llvm-8.0.0:8::gentoo

I have ~amd64 keywords for llvm and clang (and other toolchain parts) for sometime

klimentyev commented 5 years ago

I have ~amd64 keywords for llvm and clang (and other toolchain parts) for sometime

OK, thx. So, I will update my llvm/clang package.

dev-0x7C6 commented 5 years ago

Fixed in https://github.com/dev-0x7C6/dev1990-overlay/commit/dcd8ab0874da9768e402c120d250b84552be8431

klimentyev commented 5 years ago

@dev-0x7C6 Thank you.