i have now i extracted "OOo_3.2.1_src_system.tar.bz2" containing libxml2. if i redo the make,will it work fine?
On Tue, Jun 29, 2010 at 2:52 PM, Michael Stahl <[email protected]>wrote: > On 29/06/2010 11:12, mohammed safeer wrote: > > hi, > > > > when i tried to build OOO320_m19 i got an error.. > > > > steps i hv done are: > > > > in directory OOO320_m19 > >> ./configure > >> ./bootstrap > >> source LinuxX86-64Env.Set.sh > >> make > > i guess that will use system libxml2, right? > > > after a long compiling process i got the following error: > > > > > > Compiling: jvmfwk/source/framework.cxx > > g++ -fmessage-length=0 -c -O2 -fno-strict-aliasing -DENABLE_LAYOUT=0 > > -DENABLE_LAYOUT_EXPERIMENTAL=0 -I. -I../unxlngx6.pro/inc -I../inc > > -I../inc/pch -I../inc -I../unx/inc -I../unxlngx6.pro/inc -I. > > -I/media/OS/openoffice/OOO320_m19/solver/320/ > unxlngx6.pro/inc/stl-I/media/OS/openoffice/OOO320_m19/solver/320/ > > unxlngx6.pro/inc/external -I/media/OS/openoffice/OOO320_m19/solver/320/ > > unxlngx6.pro/inc -I/media/OS/openoffice/OOO320_m19/solenv/unxlngx6/inc > > -I/media/OS/openoffice/OOO320_m19/solenv/inc > > -I/media/OS/openoffice/OOO320_m19/res > > -I/media/OS/openoffice/OOO320_m19/solver/320/ > unxlngx6.pro/inc/stl-I/media/OS/openoffice/OOO320_m19/solenv/inc/Xp31 > > -I/usr/lib/jvm/java-6-openjdk/include > > -I/usr/lib/jvm/java-6-openjdk/include/linux > > -I/usr/lib/jvm/java-6-openjdk/include/native_threads/include > -I/usr/include > > -I/media/OS/openoffice/OOO320_m19/solver/320/unxlngx6.pro/inc/offuh -I. > > -I../res -I. -pipe -fvisibility-inlines-hidden -fno-use-cxa-atexit -Wall > > -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy > > -Wno-non-virtual-dtor -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 -DX86_64 > > -DNPTL -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 > > -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE -DX86_64 -D__DMAKE > > -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.4 -DSUPD=320 > > -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI > > -DSOLAR_JAVA -DSHAREDLIB -D_DLL_ -fexceptions -fno-enforce-eh-specs > > -DEXCEPTIONS_ON -o > > ../ > unxlngx6.pro/slo/framework.o/media/OS/openoffice/OOO320_m19/jvmfwk/source/framework.cxx > > In file included from > > /media/OS/openoffice/OOO320_m19/jvmfwk/source/framework.cxx:43: > > /media/OS/openoffice/OOO320_m19/jvmfwk/source/elements.hxx:35:27: error: > > libxml/parser.h: No such file or directory > > does the following work for you? > > cd jvmfwk > build ENVCFLAGS="-I/usr/lib/libxml2" > > -- > "C++ has the lethal combination of looking all nice and simple on > the surface and having lots of traps installed under the surface, > waiting for a victim." -- Yossi Kreinin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
