Re: 80 million downloads

2013-11-28 Thread Oliver-Rainer Wittmann

Hi,

On 27.11.2013 20:23, Rob Weir wrote:

Yesterday we reached 80,072,389 downloads.



cool - just four weeks ago we had 75.000.000 downloads.

Approx. 1.250.000 downloads per week is great and motivating.
Especially, when I see that on just one German IT magazine website [1] 
(Windows), [2] (MacOS) and [3] (Linux) additionally we are having more 
than 73.000 downloads per week. Assuming that there are more such sites 
around the world makes my (every)day.


[1] 
http://www.chip.de/Downloads-Download-Charts-Top-100-der-Woche_32368489.html?xbl_category=39020
[2] 
http://www.chip.de/Downloads-Download-Charts-Top-100-der-Woche_32368489.html?xbl_category=38917
[3] 
http://www.chip.de/Downloads-Download-Charts-Top-100-der-Woche_32368489.html?xbl_category=38916



Best regards, Oliver.



Regards,

-Rob

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: I join the IPMC and start as Mentor at the Incubator

2013-11-28 Thread Yuzhen Fan
Congratulations Raphael !

Btw, do you know any thing about TestLink design? Can we refer to you for
request like TestLink customization? I send you some questions about
TestLink today .. thought you may know.

Regards,
Yu Zhen




On Thu, Nov 28, 2013 at 6:47 AM, jan i j...@apache.org wrote:

 On 27 November 2013 23:17, Dave Fisher w...@apache.org wrote:

  Jan,
 
  A good idea for the whole IPMC which is about 20-30 active with about 175
  members. Constant flux.
 

 I did not know that there were that many.

 I think my C++ skills, general project/ASF knowledge and maybe most
 important my infra work could be helpful for some project. Every time I
 tried I was told to seek out a project myself, which of course means
 nothing happens.

 I believe a register would be helpful for new projects, and especially for
 mentors, so  I am happy you find it a good idea.

 rgds
 jan I.


  Regards,
  Dave
 
  Sent from my iPhone
 
  On Nov 27, 2013, at 4:07 PM, jan i j...@apache.org wrote:
 
   On 27 November 2013 22:44, Raphael Bircher r.birc...@gmx.ch wrote:
  
   Hi all
  
   Not realy a important message, but I want to let you know, that I'm
  voted
   in to the Incubator PMC. I will also start as Mentor there.
   Congratulations !
  
   maybe you can do something about making a register of committers and
  skills
   who are willing to help. Its no fun being told just to look through the
   project and ques who could not help with a given skillset.
  
   rgds.
   jan I.
  
  
  
   Greetings Raphael
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
   For additional commands, e-mail: dev-h...@openoffice.apache.org
  
  
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 



RE: soltools need(s) to be rebuilt

2013-11-28 Thread Απόστολος Συρόπουλος
 
 I dont know how you managed to get that directory.


I was manually building inside this folder...
 
 the build system never add files or changes in the source directories. When
 I look in
 main/soltools/mkdepend on my system (after a complete build):
 
 cd mkdepend/
 ls
 collectdircontent.cxx  def.h   imakemdep.h  makefile.mk   pr.c
 collectdircontent.hxx  ifparser.c  include.cmkdepend.man
 cppsetup.c ifparser.h  main.c   parse.c
 
 you find .o files in soltools/unxlngx6.pro/obj
 
 unxlngx6.pro has different names on different platforms.
 

OK this last piece of information helped to manually compile all soltools.
I am proceeding slowly now since many things fail and I have to do them
manually. For example,  the following fails

configure: configuring in CoinUtils
configure: running /bin/sh './configure' 
--prefix=/extra/sources/OpenOffice/aoo-4.0.1/ext_libraries/coinmp/unxsoli4.pro/misc/build/CoinMP-1.6.0
  '--disable-pkg-config' '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/cc 
-features=rvalueref' 'CXX=/usr/bin/CC -features=rvalueref' 
--cache-file=/dev/null --srcdir=.

simply because 'CC=/usr/bin/cc -features=rvalueref' 'CXX=/usr/bin/CC 
-features=rvalueref'  should be
'CC=/usr/bin/cc -features=rvalueref' 'CXX=/usr/bin/CC -features=rvalueref' 

I cross my fingers and I proceed.

Thanks once more for your help.

A.S.
--
Apostols Syropoulos
Xanthi, Greece

  

Re: soltools need(s) to be rebuilt

2013-11-28 Thread jan i
On 28 November 2013 18:31, Απόστολος Συρόπουλος
asyropoulos...@hotmail.comwrote:

 
  I dont know how you managed to get that directory.
 

 I was manually building inside this folder...

  the build system never add files or changes in the source directories.
 When
  I look in
  main/soltools/mkdepend on my system (after a complete build):
 
  cd mkdepend/
  ls
  collectdircontent.cxx  def.h   imakemdep.h  makefile.mk   pr.c
  collectdircontent.hxx  ifparser.c  include.cmkdepend.man
  cppsetup.c ifparser.h  main.c   parse.c
 
  you find .o files in soltools/unxlngx6.pro/obj
 
  unxlngx6.pro has different names on different platforms.
 

 OK this last piece of information helped to manually compile all soltools.
 I am proceeding slowly now since many things fail and I have to do them
 manually. For example,  the following fails

 configure: configuring in CoinUtils
 configure: running /bin/sh './configure'
 --prefix=/extra/sources/OpenOffice/aoo-4.0.1/ext_libraries/coinmp/
 unxsoli4.pro/misc/build/CoinMP-1.6.0  '--disable-pkg-config'
 '--disable-bzlib' '--disable-zlib' 'CC=/usr/bin/cc -features=rvalueref'
 'CXX=/usr/bin/CC -features=rvalueref' --cache-file=/dev/null --srcdir=.

 simply because 'CC=/usr/bin/cc -features=rvalueref' 'CXX=/usr/bin/CC
 -features=rvalueref'  should be
 'CC=/usr/bin/cc -features=rvalueref' 'CXX=/usr/bin/CC -features=rvalueref'

 I cross my fingers and I proceed.


Make some notes what you change as you go along, that way we can have a
look at if afterward and see if we can change configure.in to include the
changes.

rgds
jan I.



 Thanks once more for your help.

 A.S.
 --
 Apostols Syropoulos
 Xanthi, Greece




Re: Join the open office project

2013-11-28 Thread Andrea Pescetti

On 26/11/2013 Efi wrote:

I use Ubuntu 10.04 LTS


I tried building on an Ubuntu 10.04 virtual machine to check. It's a 32 
bit machine, like yours, if I interpreted your output correctly. (Build 
is still broken, if someone can help see the last lines of this message).



I used these commands for the building:
apt-get build-dep openoffice.org


Here I installed the suggested packages (command is for Ubuntu 12.04, 
but works on 10.04 too) from

https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
and configure passed correctly.


./configure
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz 
--disable-build-mozilla
--with-use-shell=bash --disable-gnome-vfs --disable-gstreamer
--without-junit
Here i get these warnings: WARNING: unrecognized options:
--disable-build-mozilla, --with-use-shell


At least the Mozilla options are now deprecated since trunk (that will 
become 4.1 in early 2014) does not depend on Mozilla any longer. If you 
build the latest released version (4.0.1, last October) they are still 
present.


I configured with a more minimal approach, but closer to our released 
builds:
./configure 
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 

--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --enable-category-b 
 --enable-bundled-dictionaries



after 40 minutes i get this error :
Exception in thread main java.lang.UnsupportedClassVersionError:
com/sun/star/help/HelpIndexerTool : Unsupported major.minor version 51.0


I do not get it, and helpcontent2 builds correctly for me. The Java 
version installed by the recommended prerequisites is:

$ java -version
java version 1.6.0_27
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.10.04.4)
OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)

You may want to check that you have the same version, or install 
prerequisites as I stated above and retry.


Still my build does not complete successfully, since it breaks in VCL. 
The error I get is:


[ build CXX ] vcl/unx/generic/gdi/salgdi3
.../main/vcl/unx/generic/gdi/salgdi3.cxx: In member function 'virtual 
void PspKernInfo::Initialize() const':
.../main/vcl/unx/generic/gdi/salgdi3.cxx:134: error: 'class 
std::hash_setImplKernPairData, ExtraKernInfo::PairHash, 
ExtraKernInfo::PairEqual, std::allocatorImplKernPairData ' has no 
member named 'resize'
make: *** 
[.../main/solver/410/unxlngi6.pro/workdir/CxxObject/vcl/unx/generic/gdi/salgdi3.o] 
Error 1

dmake:  Error code 2, while making 'all'

1 module(s):
vcl
need(s) to be rebuilt

Has someone else already seen/solved that?

Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Join the open office project

2013-11-28 Thread Herbert Duerr
Hi Andrea,

 Still my build does not complete successfully, since it breaks in VCL.
 The error I get is:
 
 [ build CXX ] vcl/unx/generic/gdi/salgdi3
 .../main/vcl/unx/generic/gdi/salgdi3.cxx: In member function 'virtual
 void PspKernInfo::Initialize() const':
 [...]
 Has someone else already seen/solved that?

Please update your trunk checkout (to revision r1545947 or newer).

Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org