Bug 36687

Summary: [regression] git/master now requires LLVM to build
Product: Mesa Reporter: David Ronis <David.Ronis>
Component: OtherAssignee: mesa-dev
Status: RESOLVED NOTABUG QA Contact:
Severity: critical    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.