Hello all,

I got an error when building canvas/source/cairo/cairo_cairo.cxx [1]

In short, the header/s form x11_extensions/inc/Xrender.h is/are quite different form the one in my system, among others things, it does not include the macros

#define PictStandardARGB32  0
#define PictStandardRGB24   1
#define PictStandardA8      2
#define PictStandardA4      3
#define PictStandardA1      4
#define PictStandardNUM     5

among other things, because a diff of the three headers in x11_extensions/inc/ with the ones I have show there are several differences. Of course, copying my headers in x11_extensions/inc/ solved the problem.

Should I file an issue so that this headers are updated?


Regards
Ariel


[1] /build/openoffice/OOH680_m12/canvas/source/cairo/cairo_cairo.cxx: In member function 'cairo::Surface* cairo::Surface::getSimilar(cairo::Content, int, int)': /build/openoffice/OOH680_m12/canvas/source/cairo/cairo_cairo.cxx:209: error: 'PictStandardA8' was not declared in this scope /build/openoffice/OOH680_m12/canvas/source/cairo/cairo_cairo.cxx:212: error: 'PictStandardRGB24' was not declared in this scope /build/openoffice/OOH680_m12/canvas/source/cairo/cairo_cairo.cxx:216: error: 'PictStandardARGB32' was not declared in this scope /build/openoffice/OOH680_m12/canvas/source/cairo/cairo_cairo.cxx:220: error: 'XRenderFindStandardFormat' was not declared in this scope
dmake:  Error code 1, while making '../../unxlngi6/slo/cairo_cairo.obj'




--
Ariel Constenla-Haile
La Plata, Argentina

[EMAIL PROTECTED]
[EMAIL PROTECTED]

http://www.ArielConstenlaHaile.com.ar/ooo/



"Aus der Kriegsschule des Lebens
                - Was mich nicht umbringt,
        macht mich härter."
                Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to