Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 15:28:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable
Message-ID:  <bug-192685-28929-zPRFaMHUkO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192685-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192685-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685

Carlos Jacobo Puga Medina <cpm@fbsd.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cpm@fbsd.es

--- Comment #4 from Carlos Jacobo Puga Medina <cpm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192685-28929-zPRFaMHUkO>