| Summary: |
Compile failure; OPCODE_PRINT not found. |
| Product: |
Mesa
|
Reporter: |
Knut Andre Tidemann <knut.tidemann> |
| Component: |
Drivers/DRI/r200 | Assignee: |
Default DRI bug account <dri-devel> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
major
|
|
|
| Priority: |
medium
|
CC: |
frederic.romagne
|
| Version: |
git | |
|
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
Possible fix
|
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.
When building mesa from git master this morning (9a32203e1618486e87c7baf494134e05f0e38cf3), the build failed with: r200_vertprog.c:64:39: error: 'OPCODE_PRINT' undeclared here (not in a function) #define OPN(operator, ip) {#operator, OPCODE_##operator, ip} ^ r200_vertprog.c:98:4: note: in expansion of macro 'OPN' OPN(PRINT, 0), ^ make[5]: *** [r200_vertprog.lo] Error 1 This is probably due to that commit; commit 9a32203e1618486e87c7baf494134e05f0e38cf3 Author: Marek Olšák <maraeo@gmail.com> Date: Sun Apr 14 19:59:06 2013 +0200 mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Eric Anholt <eric@anholt.net>