[Mesa-dev] Error when trying to compile RADV

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Sat Oct 1 15:29:22 UTC 2016


Hi,

Do you have LLVM development packages installed? It seems configure
can't find llvm-config and the header that can't be found is in the
standard include path, at least for archlinux (i.e.
/usr/include/llvm-c/TargetMachine.h). radv needs LLVM 3.9 development
packages or newer.

The issue Gustaw referred to is probably the cause of configure not
giving an error about it. If you want to be sure this is handled
right, also enable radeonsi to be build.

Yours sincerely,
Bas Nieuwenhuizen

On Sat, Oct 1, 2016 at 2:23 PM, Limeth <jakub.hlusicka at email.cz> wrote:
> Hello,
> I decided to try out the work-in-progress AMD driver with Vulkan support:
> https://github.com/airlied/mesa/tree/semi-interesting
> But when I try to compile the source, it fails -- see the log:
> http://pastebin.com/1nCQYCEF
>
> Is this a common problem with the official mesa3d repo aswell, or is it
> RADV-specific? How can I resolve this?
>
> Thank you,
> Jakub "Limeth" Hlusička
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>


More information about the mesa-dev mailing list