Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Jonathan Aquilina
On 30/04/2011 23:40, Christian Lohmaier wrote: Hi *, On Sat, Apr 30, 2011 at 10:16 PM, Andras Timar wrote: 2011.04.30. 20:31 keltezéssel, Peter Teeson írta: I've googled "Can't locate Archive/Zip.pm in ..." and there are several hits. Also I sent a descriptive post to the list, but so far no

[Libreoffice] Operating system families

2011-04-30 Thread Francois Tigeot
Hi, While removing some OS/2 code, I've encountered some tests looking like this: #if defined WNT || defined UNX || defined OS2 AFAIK, only WNT, UNX (and OS/2) are currently valid constants and the test is always true. Were there some other operating system families in the past ? -- Francoi

Re: [Libreoffice] [PUSHED] More read(2) / write(2) cleanup in OSL/unx

2011-04-30 Thread Julien Chaffraix
Hi Michael, > >        Thanks for that - I've pushed them. They need a little more work though > (although they are no worse than the original ;-): > >        a) safeWrite needs to check for EINTR as safeRead does. Atttached is a patch should solve this. > >        b) neither safeRead or safeWri

[Libreoffice] Fwd: ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Norbert Thiebaud
oops forgot to copy the ML -- Forwarded message -- From: Norbert Thiebaud Date: Sat, Apr 30, 2011 at 6:39 PM Subject: Re: [Libreoffice] ./autogen failed on Mac OS X 10.6.6 Please advise me where to get help on this issue... To: Christian Lohmaier On Sat, Apr 30, 2011 at 6:

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Christian Lohmaier
Hi Norbert, *, On Sun, May 1, 2011 at 12:54 AM, Norbert Thiebaud wrote: > On Sat, Apr 30, 2011 at 4:47 PM, Christian Lohmaier > wrote: >> >> Using the 10.4 SDK is the only way when you want builds that run on >> the baseline of 10.4 - unless you want to drop support for Mac OSX >> Tiger, then th

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Norbert Thiebaud
On Sat, Apr 30, 2011 at 4:47 PM, Christian Lohmaier wrote: > Hi *, > > On Sat, Apr 30, 2011 at 11:20 PM, Norbert Thiebaud > wrote: >> On Sat, Apr 30, 2011 at 2:55 PM, Peter Teeson wrote: >> >>> Although there are some Google posts suggesting it's deprecated >>> or no longer used. >> It may be d

[Libreoffice] What is oosplash.bin ?

2011-04-30 Thread Jean-Baptiste Faure
Hi all, I have installed LibO 3.4.0 beta-3 on Ubuntu 10.04 x86_64. After several minutes of inactivity, the process /opt/libreoffice/program/oosplash.bin take 100% CPU. I can kill it and continue to work with LibO. About my installation : - I did not install the debian-menus package for not havin

[Libreoffice] What is the exact system & switches used for the x86 linux build?

2011-04-30 Thread Christian Lohmaier
Hi *, As the linux x86 build of the 3.4beta2 fails to start on many systems, but the x86_64 ones seem to work fine I wonder whether it is a problem with the build-environment of with the code. So please: What is the system the beta builds were compiled on? Do the x86 builds work on /any/ system

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Christian Lohmaier
Hi *, On Sat, Apr 30, 2011 at 11:20 PM, Norbert Thiebaud wrote: > On Sat, Apr 30, 2011 at 2:55 PM, Peter Teeson wrote: > >> Although there are some Google posts suggesting it's deprecated >> or no longer used. > It may be deprecated (but then SDK 10.4 is deprecated too ) but it is > certainly st

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Christian Lohmaier
Hi *, On Sat, Apr 30, 2011 at 10:16 PM, Andras Timar wrote: > 2011.04.30. 20:31 keltezéssel, Peter Teeson írta: >> >> I've googled "Can't locate Archive/Zip.pm in ..." and there are several >> hits. >> Also I sent a descriptive post to the list, but so far no one has >> responded with guidance. >

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Christian Lohmaier
Hi Peter, On Sat, Apr 30, 2011 at 8:31 PM, Peter Teeson wrote: > You were kind enough to encourage me previously to track down a bug. > Since then I have installed the Mac dependencies, git, and the sources. > Now I am trying to get to the point of doing a build but have hit a wall > because ./a

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Norbert Thiebaud
Peter, don't forget to cc the mailing list :-) On Sat, Apr 30, 2011 at 2:55 PM, Peter Teeson wrote: > On 2011-04-30, at 3:13 PM, Norbert Thiebaud wrote: > [...] > > Thanks for responding Norbert. > I have been following all the online installation/build instructions. > My environment is 2x2.66GHz

[Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Julien Nabet
Hello, It lacks the Perl module Zip.pm for the autogen. I don't know for MacOS but on my workstation (Debian testing), it's there : /usr/lib/perl/5.10.1/IO/Compress/Zip.pm If you haven't this package, you should install it. Julien. ___ LibreOffice mai

Re: [Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Andras Timar
Hi Peter, 2011.04.30. 20:31 keltezéssel, Peter Teeson írta: > > I've googled "Can't locate Archive/Zip.pm in ..." and there are several > hits. > Also I sent a descriptive post to the list, but so far no one has > responded with guidance. > Please read http://wiki.services.openoffice.org/wiki/

[Libreoffice] ./autogen failed.... on Mac OS X 10.6.6 Please advise me where to get help on this issue...

2011-04-30 Thread Peter Teeson
Greetings gentlemen: You were kind enough to encourage me previously to track down a bug. Since then I have installed the Mac dependencies, git, and the sources. Now I am trying to get to the point of doing a build but have hit a wall because ./autogen failed. I've googled "Can't locate Archive/Zi

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on||36571 --- Comment #44 from Rainer Bie

[Libreoffice] Create a "dynamic" dropdown menu with uno and python

2011-04-30 Thread Günter Heinendirk
Hi list, as described in a previous mail, I try to dive into Python with UNO to create an extension to deal with custom slide shows. Just to repeat: I'm not a skilled programmer but already made several Tools with Python for my own. So the first thing I figured out when starting my extensio

Re: [Libreoffice] Reducing the number of localized help packs

2011-04-30 Thread Andras Timar
2011.04.29. 14:09 keltezéssel, Christian Lohmaier írta: > On Fri, Apr 29, 2011 at 8:50 AM, Tor Lillqvist > wrote: >>> FYI the list of language w/o help translation as of today: af ar >>> as ast be br brx cy dgo fa ga kk kn kok ks ku lo lt lv mai ml mn >>> mni mr my nr oc or pa-IN ro rw sa-IN sat

Re: [Libreoffice] cppunit test fails in lotoswordpro / breaks the build on Mac/PPC

2011-04-30 Thread Yury
Christian Lohmaier writes: > does anyone have an idea on what goes wrong here? > Apparently the other OS don't have that problem, or don't even get to > the point - Master is all red for quite a while now... On x86, I'm getting the error in test_lotuswordpro module, too. Have no idea what's goes

Re: [Libreoffice] problem to clone translations git repository

2011-04-30 Thread Jean-Baptiste Faure
Le 30/04/2011 11:03, Jean-Baptiste Faure a écrit : > Le 30/04/2011 10:48, Andras Timar a écrit : >> 2011/4/30 Jean-Baptiste Faure : >>> I want build with lang fr but I can't achieve to clone translations >>> repository : download is very slow (~ 20 Kio/s) and stop after a few >>> percents of receiv

Re: [Libreoffice] problem to clone translations git repository

2011-04-30 Thread Jean-Baptiste Faure
Le 30/04/2011 10:48, Andras Timar a écrit : > 2011/4/30 Jean-Baptiste Faure : >> I want build with lang fr but I can't achieve to clone translations >> repository : download is very slow (~ 20 Kio/s) and stop after a few >> percents of receiving objetcs. > > Try anongit instead of git+ssh, it is r

Re: [Libreoffice] problem to clone translations git repository

2011-04-30 Thread Andras Timar
2011/4/30 Jean-Baptiste Faure : > I want build with lang fr but I can't achieve to clone translations > repository : download is very slow (~ 20 Kio/s) and stop after a few > percents of receiving objetcs. Try anongit instead of git+ssh, it is reported to be faster. Best regards, Andras _

[Libreoffice] problem to clone translations git repository

2011-04-30 Thread Jean-Baptiste Faure
Hi all, I want build with lang fr but I can't achieve to clone translations repository : download is very slow (~ 20 Kio/s) and stop after a few percents of receiving objetcs. Is there some git config I am missing ? Best regards JBF -- Seuls des formats ouverts peuvent assurer la pérennité de v