Re: [Libreoffice] How to build for 3.3

2010-11-09 Thread Miklos Vajna
On Tue, Nov 09, 2010 at 09:27:22PM +0100, Thorsten Behrens wrote: > yes, your changes are clearly an improvement. Re. master - > bin/transform is indeed gone, maybe rerun autogen? I'd like to have > them on master, too. :) Oh, yes. I forgot to re-run autogen, that fixed the issue. I just tested

Re: [Libreoffice] How to build for 3.3

2010-11-09 Thread Thorsten Behrens
Miklos Vajna wrote: > 2) I'm attaching two patches: > > a) Avoid the usage of git-branch (usual problem: git-branch is a git > porcelain command so its output may change any time without notice). > > b) Don't check if master is checkout out, check if the branch is the > same as the branch of buil

[Libreoffice] How to build for 3.3

2010-11-08 Thread Miklos Vajna
Hi, I read the wiki page http://wiki.documentfoundation.org/Development/How_to_build and noticed we do not mention anything about how to build the libreoffice-3.3 branch. Here is what works for me: git clone /path/to/build.git libreoffice-3-3 cd libreoffice-3-3 git checkout --track origin/libr