[Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 17 15:28:59 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685
Carlos Jacobo Puga Medina <cpm at fbsd.es> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cpm at fbsd.es
--- Comment #4 from Carlos Jacobo Puga Medina <cpm at fbsd.es> ---
Regarding typedef redefinition errors:
../../gpu/command_buffer/common/gles2_cmd_format.h:41:26: error: typedef
redefinition with different types ('khronos_intptr_t' (aka 'long') vs
'ptrdiff_t' (aka 'int'))
typedef khronos_intptr_t GLintptr;
^
/usr/local/include/GL/glext.h:6152:19: note: previous definition is here
typedef ptrdiff_t GLintptr;
^
Needs to be fixed before FreeBSD-10.1 (clang 3.4).
Please, can you try to build chromium with USE_GCC=4.7+ and report back?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list