Hello!
Is it possible to build OpenOffice.org 2.3 with --enable-cairo in configure?
I got error message when I try to enable that functionality under Linux
(Ubuntu 7.04).
configure:
CONFIGUREFLAGS="--enable-kde --enable-gtk --enable-build-mozilla
--with-system-nas --enable-vba --enable-evolution2 --enable-lockdown
--enable-cairo --enable-libsn --enable-dbus"
./configure --with-lang="${MYLANGUAGES}" --with-jdk-home=${JAVAHOME}
--with-ant-home=${ANTHOME} --with-package-format="${PKGFMTS}"
${CONFIGUREFLAGS} --with-build-version="${BUILDNUMBER}"
--with-vendor="${BUILDER}"
The error message:
Making: ../../unxlngi6.pro/slo/cairo_cairo.obj
/usr/bin/ccache /usr/bin/g++ -fmessage-length=0 -c -Os
-fno-strict-aliasing -I/usr/include/cairo -I/usr/include/freetype2
-I/usr/include/libpng12 -I. -I../../unxlngi6.pro/inc/cairocanvas
-I../inc -I../../inc/pch -I../../inc -I../../unx/inc
-I../../unxlngi6.pro/inc -I. -I/ooo2/solver/680/unxlngi6.pro/inc/stl
-I/ooo2/solver/680/unxlngi6.pro/inc/external
-I/ooo2/solver/680/unxlngi6.pro/inc -I/ooo2/solenv/unxlngi6/inc
-I/ooo2/solenv/inc -I/ooo2/res -I/ooo2/solver/680/unxlngi6.pro/inc/stl
-I/ooo2/solenv/inc/Xp31 -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/include
-I/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/include/linux
-I/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/include/native_threads/include
-I/usr/include -I/ooo2/solver/680/unxlngi6.pro/inc/offuh -I. -I../../res
-I. -pipe -mtune=pentiumpro -fvisibility-inlines-hidden -Wall -Wextra
-Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
-fpic -DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DNPTL
-DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1
-DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX
-DCPPU_ENV=gcc3
-DGXX_INCLUDE_PATH=/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2
-DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0
-DOPTIMIZE -DGSTREAMER -DCUI -DSOLAR_JAVA -DOOG680=OOG680 -DSHAREDLIB
-D_DLL_ -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON -o
../../unxlngi6.pro/slo/cairo_cairo.o
/ooo2/canvas/source/cairo/cairo_cairo.cxx
/ooo2/canvas/source/cairo/cairo_cairo.cxx: In member function
'cairo::Surface* cairo::Surface::getSimilar(cairo::Content, int, int)':
/ooo2/canvas/source/cairo/cairo_cairo.cxx:202: error: 'PictStandardA8'
was not declared in this scope
/ooo2/canvas/source/cairo/cairo_cairo.cxx:205: error:
'PictStandardRGB24' was not declared in this scope
/ooo2/canvas/source/cairo/cairo_cairo.cxx:209: error:
'PictStandardARGB32' was not declared in this scope
/ooo2/canvas/source/cairo/cairo_cairo.cxx:213: error:
'XRenderFindStandardFormat' was not declared in this scope
dmake: Error code 1, while making '../../unxlngi6.pro/slo/cairo_cairo.obj'
---* tg_merge.mk *---
ERROR: Error 65280 occurred while making /ooo2/canvas/source/cairo
dmake: Error code 1, while making 'build_instsetoo_native'
Thank you in advance!
KAMI