Bug 25065

Summary: Problem compiling cairo 1.9.4
Product: cairo Reporter: Pierre <pierre42d>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.9.5   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Pierre 2009-11-12 17:18:56 UTC
$ make
Making all in src
  CC    cairo-directfb-surface.o
cairo-directfb-surface.c:46:26: error: direct/types.h: No such file or directory
cairo-directfb-surface.c:47:26: error: direct/debug.h: No such file or directory
cairo-directfb-surface.c:48:27: error: direct/memcpy.h: No such file or directory
cairo-directfb-surface.c:49:25: error: direct/util.h: No such file or directory
cairo-directfb-surface.c:76: error: expected ')' before string constant
cairo-directfb-surface.c:77: error: expected ')' before string constant
cairo-directfb-surface.c:78: error: expected ')' before string constant
cairo-directfb-surface.c:79: error: expected ')' before string constant
cairo-directfb-surface.c:80: error: expected ')' before string constant
cairo-directfb-surface.c: In function '_directfb_format_to_content':
cairo-directfb-surface.c:188: error: implicit declaration of function 'DFB_COLOR_BITS_PER_PIXEL'
cairo-directfb-surface.c:188: warning: nested extern declaration of 'DFB_COLOR_BITS_PER_PIXEL'
cairo-directfb-surface.c: In function '_cairo_to_directfb_format':
cairo-directfb-surface.c:208: error: 'DSPF_A1' undeclared (first use in this function)
cairo-directfb-surface.c:208: error: (Each undeclared identifier is reported only once
cairo-directfb-surface.c:208: error: for each function it appears in.)
cairo-directfb-surface.c: In function '_directfb_to_pixman_format':
cairo-directfb-surface.c:233: error: 'DSPF_ALUT44' undeclared (first use in this function)
cairo-directfb-surface.c:234: error: 'DSPF_AiRGB' undeclared (first use in this function)
cairo-directfb-surface.c:235: error: 'DSPF_A1' undeclared (first use in this function)
cairo-directfb-surface.c:236: error: 'DSPF_NV12' undeclared (first use in this function)
cairo-directfb-surface.c:237: error: 'DSPF_NV16' undeclared (first use in this function)
[...]
Comment 1 Andrea Canciani 2011-06-20 03:10:07 UTC
I'm unable to reproduce it.
Please reopen attaching your config.log if it still happens on cairo 1.10 and/or master.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.