[Bug 218561] net/tigetvnc: glxdricommon.c:147:25: error: use of undeclared identifier '__DRI_ATTRIB_FLOAT_BIT'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 11 09:26:45 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218561
Bug ID: 218561
Summary: net/tigetvnc: glxdricommon.c:147:25: error: use of
undeclared identifier '__DRI_ATTRIB_FLOAT_BIT'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: emz at norma.perm.ru
FreeBSD 11.0-RELEASE-p5
Latest ports.
Cannot build net/tigetvnc:
[...]
CC indirect_reqsize.lo
CC indirect_size_get.lo
CC indirect_table.lo
CC clientinfo.lo
CC createcontext.lo
CC extension_string.lo
CC indirect_util.lo
CC indirect_program.lo
CC indirect_texture_compression.lo
CC glxcmds.lo
CC glxcmdsswap.lo
CC glxext.lo
CC glxdriswrast.lo
CC glxdricommon.lo
glxdricommon.c:147:25: error: use of undeclared identifier
'__DRI_ATTRIB_FLOAT_BIT'
if (value & __DRI_ATTRIB_FLOAT_BIT)
^
glxdricommon.c:149:25: error: use of undeclared identifier
'__DRI_ATTRIB_UNSIGNED_FLOAT_BIT'
if (value & __DRI_ATTRIB_UNSIGNED_FLOAT_BIT)
^
glxdricommon.c:196:29: error: use of undeclared identifier
'__DRI_ATTRIB_UNSIGNED_FLOAT_BIT'
return !!(renderType & (__DRI_ATTRIB_UNSIGNED_FLOAT_BIT
^
glxdricommon.c:197:31: error: use of undeclared identifier
'__DRI_ATTRIB_FLOAT_BIT'
| __DRI_ATTRIB_FLOAT_BIT));
^
4 errors generated.
*** Error code 1
Stop.
make[3]: stopped in
/usr/ports/net/tigervnc/work/tigervnc-1.7.1/unix/xserver/glx
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/net/tigervnc/work/tigervnc-1.7.1/unix/xserver
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/net/tigervnc
*** Error code 1
Stop.
make: stopped in /usr/ports/net/tigervnc
===>>> make build failed for net/tigervnc
===>>> Aborting update
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list