[Bug 63864] New: Compile failure; OPCODE_PRINT not found.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 24 00:07:00 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=63864
Priority: medium
Bug ID: 63864
Assignee: dri-devel at lists.freedesktop.org
Summary: Compile failure; OPCODE_PRINT not found.
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: knut.tidemann at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/DRI/r200
Product: Mesa
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 at 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 at vmware.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130424/2441b782/attachment.html>
More information about the dri-devel
mailing list