Summary: | Git head fails to build-No rule to make target 'default' in src/gallium/drivers/failover | ||
---|---|---|---|
Product: | Mesa | Reporter: | idunham |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED WORKSFORME | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | idunham, jfonseca |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
idunham
2011-11-30 22:53:41 UTC
By the way: After reverting the relevant commit, I still get some problems building: make dies with an error about "no rule to make src/gallium/winsys/radeon/drm/libradeonwinsys.a"; the workaround is: make -C src/gallium/winsys/radeon/drm libradeonwinsys.a make This results in a complete build. (In reply to comment #0) > I updated to the latest git, ran make distclean, reconfigured, and ran make. > It died here: You'll need to run ./autogen.sh as well. I've reproduced it, and re-runing ./autogen.sh solved the issue. OK. Well, now to get autogen.sh to work--I don't have an intel card, but autogen.sh needs libdrm_intel updated anyhow. ./autogen.sh invokes ./configure automatically. You can pass the same arguments as configure has, and tell it not to build intel drivers. |
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.