https://bugs.documentfoundation.org/show_bug.cgi?id=96587

            Bug ID: 96587
           Summary: V5.0.4.2 fix build for x-less/cairo-less build
           Product: LibreOffice
           Version: 5.0.4.2 rc
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 121395
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121395&action=edit
fix x-less build

x-less build fails with

|
/home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/5.0.4.2-r0/libreoffice-5.0.4.2/vcl/headless/svpgdi.cxx:660:5:
warning: "CAIRO_VERSION" is not defined [-Wundef]
|  #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
|      ^
|
/home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/5.0.4.2-r0/libreoffice-5.0.4.2/vcl/headless/svpgdi.cxx:660:22:
warning: "CAIRO_VERSION_ENCODE" is not defined [-Wundef]
|  #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
|                       ^
|
/home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/5.0.4.2-r0/libreoffice-5.0.4.2/vcl/headless/svpgdi.cxx:660:42:
error: missing binary operator before token "("
|  #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
|                                           ^
|
/home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/5.0.4.2-r0/libreoffice-5.0.4.2/vcl/headless/svpgdi.cxx:727:5:
warning: "CAIRO_VERSION" is not defined [-Wundef]
|  #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
|      ^
|
/home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/5.0.4.2-r0/libreoffice-5.0.4.2/vcl/headless/svpgdi.cxx:727:22:
warning: "CAIRO_VERSION_ENCODE" is not defined [-Wundef]
|  #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
|                       ^
|
/home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/5.0.4.2-r0/libreoffice-5.0.4.2/vcl/headless/svpgdi.cxx:727:42:
error: missing binary operator before token "("
|  #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to