On 01/05/14 10:11, Laurent BP wrote:
I tried the following commands:
git checkout -b myoldlibreofficebranch
dace560b350346b9f9a102ee602bb129a008bcfe
make distclean
./autogen.sh && make
./instdir/program/soffice
But About box says: Version: 4.3.0.0.alpha1+
Build ID: c6c286f14468d341f5fd88edc39a37175a1b6caa
However, "git log -1" returns
==================================
commit dace560b350346b9f9a102ee602bb129a008bcfe
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Fri Oct 11 20:45:22 2013 +0100
    CID#736194 out of bounds
there's a subtle problem here - that commit pre-dates the removal of
INPATH, so if you run ./instdir/program/soffice you get the result of a
previous build (which would not be cleaned by "make clean" on this
revision!); you need to run ./instdir/unxlng*/program/soffice (or
perhaps even "make dev-install" and run it from solver/*/installation)
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.