Hi all, Thank you for the support. Now I am getting build errors. I have downloaded the all the tarballs of libreoffice 3.3.2.2. I have added all the dependencies by running sudo apt-get build-dep libreoffice
./configure is running fine. But when i run make, it gives the following errors: found wget: wget found md5sum: md5sum found wget: wget found md5sum: md5sum build -- version: 275224 Fetching dependencies for module l10n from solver... failed Fetching dependencies for module postprocess from solver... failed Fetching dependencies for module packimages from solver... failed Fetching dependencies for module testautomation from solver... failed ============= Building module instsetoo_native ============= Entering /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2/instsetoo_native/inc_openoffice/windows/msi_languages mkout -- version: 1.8 touch /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2/solver/330/ unxlngx6.pro/inc/minormkchanged.flg Entering /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2/instsetoo_native/inc_openoffice/unix Entering /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2/instsetoo_native/util dmake: makefile.mk: line 34: Error: -- Include file /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2/solver/330/ unxlngx6.pro/inc/rtlbootstrap.mk, not found ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2/instsetoo_native/util it seems that the error is inside 'instsetoo_native', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- /bin/bash cd /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2 source ./LinuxX86-64Env.Set.sh cd instsetoo_native build when the problem is isolated and fixed exit and re-run 'make' from the top-level sometimes (sadly) it is necessary to rm -Rf unxlngx6.pro in a module. make: *** [all] Error 1 I did the following then : /bin/bash cd /home/eswagsh/Documents/LibreOffice_Sourc_Code/LIBO/src/libreoffice-bootstrap-3.3.2.2 source ./LinuxX86-64Env.Set.sh cd instsetoo_native build Still getting the same errors. :( Anything Iam doing wrong. I have put all the tarballs is "src" directory. -- Swagat On Fri, Jul 22, 2011 at 3:47 PM, Caolán McNamara <caol...@redhat.com> wrote: > On Thu, 2011-07-21 at 11:13 +0100, Michael Meeks wrote: > dad > > Hi there, > > > > On Thu, 2011-07-21 at 09:15 +0530, swagat sharma wrote: > > > Thanks for your valuable time. I'll explain the problem in more > > > details. > > > > Great - that is most helpful :-) > > > > > I create a new Document (.odt file). I add some custom properties, Say > > > a text and a number, by going into File->Properties->Custom > > > Properties. > > > I save the file (as .odt) and close it. When I open the file, I go to > > > custom properties and they are there. > > > > Right - so the custom properties are saved in a separate stream > either: > > \05SummaryInformation and/or \05DocumentSummaryInformation - and are in > > some magic MS/OLE file format. > > See SaveOlePropertySet and LoadOlePropertySet in > sfx2/source/doc/docinf.cxx, we have the infrastructure in theory to save > and load the custom properties to the DocumentSummaryInformation stream. > So it may be simply a matter of seeing why the custom properties aren't > being sent to disk or why they're not in the propertyset (or excluded > from it by some rule) or why that method isn't called. > > C. > >
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice