Re: [Libreoffice] Using gnu-cp on Mac OS X for building LibreOffice

2010-10-08 Thread Eric Hoch
Hi, Am Fri, 08 Oct 2010 10:35:27 +0200 schrieb Jan Holesovsky: Hi Thomas, On 2010-10-08 at 01:04 +0200, Thomas Klausner wrote: From what I read, the BSD cp has very annoying behavior wrt. recursive copying of directories, so I understand why GNU cp is preferred ;-) Where did you read

[Libreoffice] Release and feature branches in the repos

2010-10-08 Thread Jan Holesovsky
Hi, This is a proposal how to handle the feature and release branches in the LibreOffice git repos. Terms - Release branch - branch that is used for a release of a version, like when we start stabilizing 3.3, we'll create libreoffice-3-3 branch, and only fixes targeting 3.3 are supposed to

Re: [Libreoffice] Compile fails on Ubuntu Lucid

2010-10-08 Thread Cedric Bosdonnat
Hello Jim, Thank you for trying to get started on LibreOffice build and development! On Fri, 2010-10-08 at 14:02 +, jim bobs wrote: ERROR: Product OpenOffice not defined in openoffice.lst in function: getproductblock when running bin/ooinstall -l

Re: [Libreoffice] Building error : Hunk #1 FAILED at 58

2010-10-08 Thread julien
Le 08/10/2010 11:20, Michael Meeks a écrit : Hi Julien, On Thu, 2010-10-07 at 21:41 +0200, julien wrote: I've just done these steps : git pull -r ./autogen.sh --with-git --disable-kde --disable-kde4 ./download You prolly want a: $ bin/g pull -r here - which will

Re: [Libreoffice] Building error : Hunk #1 FAILED at 58

2010-10-08 Thread julien
Le 08/10/2010 23:10, Christian Lohmaier a écrit : Hi Julien, *, On Fri, Oct 8, 2010 at 10:54 PM, julienserval2...@yahoo.fr wrote: [...] whereas i don't have a mac. is there a doc with the different options for with-distro ? (i've got a Debian in testing 32 bits) No, it was a stupid

[Libreoffice] [PATCH] Remove redundant #ifndef #ifdef directives

2010-10-08 Thread jgraeme
A patch to remove some unused directives. Graeme From d82df8d1770a623b0d1943583e1cc070918ac54f Mon Sep 17 00:00:00 2001 From: J. Graeme Lingard jgraeme+...@gmail.com Date: Fri, 8 Oct 2010 23:49:34 +0100 Subject: [PATCH] Remove redundant #ifndef #ifdef directives This change removes multiple

[Libreoffice] small utility script to handle ../bin/g and similar commands

2010-10-08 Thread Norbert Thiebaud
I found myself weary of typing ./ or ../ or ../../ etc to get to ./bin/g an immediate solution is to make an alias with the full path alias g='/home/me/git/oo/build/bin/g' but that imply that you have only one git clone... and I have 2 (one to work in, the other one to build pristine git pull