Re: German community needs a second mailing list for effective working

2013-12-13 Thread Jörg Schmidt
> From: Rob Weir [mailto:robw...@apache.org] > > *In OOo it was possible for many years, are members of AOO > project less wise, to distinguish it?* > > > >> > >> But I've a suggestion. ;-) > >> > >> What about to name the new ML like what its purpose should be > >> (coordinate the project work)

Re: Architecture Documentation

2013-12-13 Thread jan i
On 13 December 2013 20:19, Abhishek Kumar wrote: > Hello John and Jan, > > Thank you for the reference to the DevelopersGuide, it is quite useful for > me. This seems to a PDF version of the Developer's Guide present at > > https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_De

RE: comphelper/source/misc/locale.cxx error

2013-12-13 Thread Απόστολος Συρόπουλος
I have solved the problem by adding the line #undef __EXTENSIONS__ in file main/solver/410/unxsogi.pro/inc/comphelper/locale.hxx Whether this is a "valid" solution or not, I have no idea... Best, A.S. -- Apostols Syropoulos Xanthi, Greece

Re: German community needs a second mailing list for effective working

2013-12-13 Thread Andrea Pescetti
Rob Weir wrote: There is no "German project". There is the AOO project, and there is a subset of people interested in German language conferences, the German portion of the website, etc. The way to limit the confusion is to give a clear description on the webpage where we list the native langua

RE: EXTERNAL: Re: Building comphelper

2013-12-13 Thread Steele, Raymond
Ok, nevermind. We are back to the original problem. -Original Message- From: Steele, Raymond Sent: Friday, December 13, 2013 1:45 PM To: 'Herbert Duerr'; 'dev@openoffice.apache.org' Cc: Meffe, David K Subject: RE: EXTERNAL: Re: Building comphelper Herbert, As an experiment, we moved

RE: EXTERNAL: Re: Building comphelper

2013-12-13 Thread Steele, Raymond
Herbert, As an experiment, we moved deque.c, deque.cc, and deque_spec to a backed up file name in /usr/include/stdcxx4, but kept deque as it was. Then the compile continued without error. We are not sure of the reason, but there seems to be some kind of conflict between those files. If you thi

RE: EXTERNAL: Re: Building comphelper

2013-12-13 Thread Steele, Raymond
Herbert, Your idea worked. We were able to comment out those lines in the prex.h and the system was able to successfully build the VCL module as well as several others. We can almost taste the finish line. However we have encountered another problem with the build that is a little more difficu

comphelper/source/misc/locale.cxx error

2013-12-13 Thread Απόστολος Συρόπουλος
Hello, While compiling comphelper under Solaris, compilation stopped with the following error message: In file included from /extra/sources/OpenOffice/aoo4/main/comphelper/source/misc/locale.cxx:26:0: /extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.pro/inc/comphelper/locale.hxx:74:29: e

Re: Architecture Documentation

2013-12-13 Thread Abhishek Kumar
Hello John and Jan, Thank you for the reference to the DevelopersGuide, it is quite useful for me. This seems to a PDF version of the Developer's Guide present at https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide . The purpose of developer's guide seems to be

Re: German community needs a second mailing list for effective working

2013-12-13 Thread Rob Weir
On Thu, Dec 12, 2013 at 9:43 PM, Jörg Schmidt wrote: >> From: Marcus (OOo) [mailto:marcus.m...@wtnet.de] > >> > In concept, I don't have objections to this new list, but >> wish it could be >> > named something other than "dev-de" so it doesn't get confused with >> > dev@openoffice.apache.org. Bu

Re: ADD TO CONSULTANT LIST

2013-12-13 Thread Kay Schenk
On Mon, Dec 9, 2013 at 10:34 AM, Kay Schenk wrote: > > > > On Sat, Dec 7, 2013 at 3:59 PM, Ramon Sole wrote: > >> Hello, >> >> Our company has been providing services for OpenOffice in Spain since >> 2004 and we would like to be listed in the consultant page of the project. >> >> http://www.open

Re: aide open office Merci

2013-12-13 Thread Marcin Tustin
You are likely to get a better response if you post a complete description of your problem here. Your description should describe what you are currently stuck on, include full code, describe your expected results, and your actual results. Il faut vous ecrit ici une description complet de votre pro

Put pipe acceptor domain socket somewhere other than /tmp

2013-12-13 Thread Marcin Tustin
Hi all, It's possible to get Openoffice to accept UNO connections over a unix domain socket with: $soffice -headless -invisible -nocrashreport -nodefault -nologo -nofirststartwizard -norestore -conversionmode -accept='pipe,name=marcin_OOffice;urp;StarOffice.ComponentContext' netstat shows th

aide open office Merci

2013-12-13 Thread s . patrick315
Bonjour , J'ai demandé de l'aide sous mon pseudo " bordelaplage " pour me créer un petit programme avec OPEN OFFICE sur ce site http://www.technifree.com/modules/newbb/viewtopic.php?start=30&topic_id=1803&viewmode=flat&order=ASC Etant complétement novice en programmation , on m'a gentimen

Re: Architecture Documentation

2013-12-13 Thread jan i
On 13 December 2013 15:45, John O'Sullivan wrote: > Abhishek: check out DevelopersGuide_OOo3.1.0.pdf. ~1500 pages of tech > detail on AOO internals. That's the most recent I could find, maybe there's > a 4xx out there too? > Here is a link to it https://wiki.openoffice.org/wiki/File:DevelopersG

Re: Architecture Documentation

2013-12-13 Thread John O'Sullivan
Abhishek: check out DevelopersGuide_OOo3.1.0.pdf. ~1500 pages of tech detail on AOO internals. That's the most recent I could find, maybe there's a 4xx out there too? On Fri, Dec 13, 2013 at 2:40 PM, Abhishek Kumar wrote: > Hello All, > > I have gone through the > http://openoffice.apache.org/or

Architecture Documentation

2013-12-13 Thread Abhishek Kumar
Hello All, I have gone through the http://openoffice.apache.org/orientation/intro-development.html and have created a debugable build for AOO. I wanted to get a deeper understanding of Apache OpenOffice before I start making contributions. The tech overview document at www.openoffice.org/white_p

Re: Using system boost 1.54 (was Re: EXTERNAL: Re: Building comphelper)

2013-12-13 Thread Herbert Duerr
Hi Kay, On 13.12.2013 01:20, Kay Schenk wrote: On Mon, Dec 9, 2013 at 10:29 AM, Kay Schenk wrote: On Mon, Dec 9, 2013 at 5:29 AM, Herbert Duerr wrote: By the way I created an enhancement issue [1] for upgrading to the latest boost version. I also developed a patch that already works with my

Re: EXTERNAL: Re: Building comphelper

2013-12-13 Thread Herbert Duerr
Hi David, Hi Raymond, On 12.12.2013 22:54, Steele, Raymond wrote: Raymond and I have made a lot of progress with the build of the Open Office Software on Solaris 11. We are now trying to compile the VCL module, but have found a problem that we hope you might be able to provide some insight on.