[cairo-bugs] [Bug 31368] New: _cairo_drm_surface_create_similar not defined
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 3 16:04:56 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31368
Summary: _cairo_drm_surface_create_similar not defined
Product: cairo
Version: 1.10.0
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: xcb backend
AssignedTo: cworth at cworth.org
ReportedBy: p.haering at mailinator.com
QAContact: cairo-bugs at cairographics.org
I got a compilation error with following configuration:
CFLAGS="-O2 -march=i686" ../cairo-1.10.0/configure
--prefix=/sw/cairo-1.10.0-20101103/dest --disable-static --enable-xcb
--enable-drm --enable-gallium --enable-xcb-drm --enable-gl --enable-xml
Compilations stops at cairo-xcb-surface.lo with following error message:
../../cairo-1.10.0/src/cairo-xcb-surface.c: In function
'_cairo_xcb_surface_create_similar':
../../cairo-1.10.0/src/cairo-xcb-surface.c:192: error: implicit declaration of
function '_cairo_drm_surface_create_similar'
../../cairo-1.10.0/src/cairo-xcb-surface.c:192: warning: nested extern
declaration of '_cairo_drm_surface_create_similar'
../../cairo-1.10.0/src/cairo-xcb-surface.c:192: warning: assignment makes
pointer from integer without a cast
Line 192 of cairo-xcb-surface.c is the only occurence of
"_cairo_drm_surface_create_similar" in the whole source tree of cairo-10.0
Peter Häring
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list