Bug 36687 - [regression] git/master now requires LLVM to build
Summary: [regression] git/master now requires LLVM to build
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium critical
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 10:12 UTC by David Ronis
Modified: 2011-04-29 11:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description David Ronis 2011-04-29 10:12:54 UTC
I've been following mesa's git/master on a slackware box using gcc-4.6.0 to build.  I updated the source tree yesterday and tried to build.   I run configure with the flags:

--enable-gallium-nouveau --enable-gallium-radeon --with-state-trackers=dri --disable-egl

and it dies with:

checking for llvm-config... no
configure: error: LLVM is required to build Gallium R300 on x86 and x86_64

This worked about 1 week ago.
Comment 1 Alex Deucher 2011-04-29 10:30:05 UTC
llvm is a requirement for r300g now.
Comment 2 David Ronis 2011-04-29 11:10:25 UTC
Thanks for the quick reply.   So mesa requires a new compiler suite just for one module?  Amazing!  I've got an R200 here,  can I simply disable the R300 module?
Comment 3 Marek Olšák 2011-04-29 11:18:26 UTC
Use: --disable-gallium-r300


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.