Re: Before Symphony contribution

2011-07-18 Thread Damjan Jovanovic
On Mon, Jul 18, 2011 at 7:29 PM, Donald Harbison dpharbi...@gmail.com wrote: Yes, that is the right sequence. Our project is Apache OpenOffice, no question there. The intent behind the future code contribution of Symphony is to make it possible to harvest some of the value from it, and to merge

Re: Future of MySQL Connector Extension

2011-07-23 Thread Damjan Jovanovic
On Sat, Jul 23, 2011 at 7:17 AM, Alexander Thurgood alex.thurg...@gmail.com wrote: Le 23/07/11 06:29, Pedro Giffuni a écrit : Hi Pedro, We won't ship GPL stuff directly, but note that whomever distributes binaries for your system can. In other words, both options that you mention are

Re: Sopa

2012-01-18 Thread Damjan Jovanovic
On Wed, Jan 18, 2012 at 4:35 PM, Donald Whytock dwhyt...@gmail.com wrote: As much as it would make a helluva statement, there's people out there who might really need to get the latest security patch of some Apache product right now. Acting responsibly is part of the burden of being the good

AOO fails to compile with Subversion 1.7

2012-05-09 Thread Damjan Jovanovic
for svnversion . thus breaking the Python build (http://rpatterson.net/blog/building-python-with-subversion-1.7). You can hack around it by changing the SVNVERSION line to: SVNVERSION= 0 in main/python/unxlngx6.pro/misc/build/Python-2.6.1/Makefile.pre.in Hope this helps someone Damjan Jovanovic

AOO fails to compile in sdext: makefile.mk problem?

2012-05-10 Thread Damjan Jovanovic
-P2 -- -P2 Please help? I am compiling AOO because I want to contribute to it. Damjan Jovanovic

Re: AOO fails to compile in sdext: makefile.mk problem?

2012-05-11 Thread Damjan Jovanovic
PM, Andre Fischer a...@a-w-f.de wrote: Hi, this should be fixed now.  SVN revision is 1336570. -Andre On 10.05.2012 08:00, Damjan Jovanovic wrote: Hi AOO (from latest SVN) is failing to compile for me in sdext: ---snip--- Entering /home/user/ooo/main/sdext/source/presenter dmake

Re: AOO fails to compile in sdext: makefile.mk problem?

2012-05-12 Thread Damjan Jovanovic
: On 11.05.2012 17:55, Damjan Jovanovic wrote: I don't know whether it's fixed, because in the latest SVN, there is now a linking problem: Entering /home/user/ooo/main/binfilter/filter/source/bf_offwrp I am quite sure that binfilter is independent of sdext (almost any module should

Re: AOO fails to compile in sdext: makefile.mk problem?

2012-05-15 Thread Damjan Jovanovic
On Tue, May 15, 2012 at 9:35 AM, Andre Fischer a...@a-w-f.de wrote: Hi Damjan, On 12.05.2012 13:52, Damjan Jovanovic wrote: I am using Ubuntu 11.10, which is known to have problems linking (http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201201.mbox/%3c4f0ac7b7.7020...@a-w-f.de

Re: Debian repository for AOO

2012-05-29 Thread Damjan Jovanovic
On Mon, May 28, 2012 at 10:30 PM, Rob Weir robw...@apache.org wrote: On Mon, May 28, 2012 at 3:04 PM, Claudio Filho filh...@gmail.com wrote: Hi As I said some time ago, we have focus in give support of AOO in Debian, so a friend, Marcelo Santana, from Debian Brasil, is working in a

Re: Java

2012-07-05 Thread Damjan Jovanovic
On Thu, Jul 5, 2012 at 7:09 PM, suhail ansari suhaila...@gmail.com wrote: On Thu, Jul 5, 2012 at 9:43 PM, Fernando Cassia fcas...@gmail.com wrote: On Thu, Jul 5, 2012 at 1:09 PM, Pedro Giffuni p...@apache.org wrote: Plus, some modern platforms don't want Java at all :(. Ther's an OpenJDK

Build fails in main/drawinglayer/source/texture/texture3d.cxx

2012-10-16 Thread Damjan Jovanovic
Hi With the latest SVN, on Ubuntu 12.04 amd64, I am getting this error when building: [ build CXX ] drawinglayer/source/texture/texture3d /path/to/AOO/main/drawinglayer/source/texture/texture3d.cxx: In member function 'sal_uInt8

Re: Build fails in main/drawinglayer/source/texture/texture3d.cxx

2012-10-17 Thread Damjan Jovanovic
On Wed, Oct 17, 2012 at 10:29 AM, Armin Le Grand armin.le.gr...@me.com wrote: Hi, On 17.10.2012 06:24, Pedro Giffuni wrote: - Original Message - From: Damjan Jovanovic ... Hi With the latest SVN, on Ubuntu 12.04 amd64, I am getting this error when building

Re: Build fails in main/drawinglayer/source/texture/texture3d.cxx

2012-10-18 Thread Damjan Jovanovic
On Thu, Oct 18, 2012 at 11:42 AM, Armin Le Grand armin.le.gr...@me.com wrote: Hi Damjan, On 17.10.2012 20:12, Damjan Jovanovic wrote: On Wed, Oct 17, 2012 at 10:29 AM, Armin Le Grand armin.le.gr...@me.com wrote: Hi, --snip-- It's most definitely NOT fixed, even

[DISCUSS] IDE, comment translation, debugging, documentation and other development issues

2012-10-30 Thread Damjan Jovanovic
Hi AOO is by far the biggest and most complex code I have ever hacked on, and I have many questions... What IDE do you guys use to develop AOO? Eclipse CDT runs out of memory indexing the code :-(. Many comments are in German. Are translations to English welcome or should we leave them as is?

[Call-for-Review][Basic] Bug 76852: incorrect conversions Single to String and Double to String

2012-10-30 Thread Damjan Jovanovic
Hi all Can you please help review my patch (https://issues.apache.org/ooo/attachment.cgi?id=79839action=diff) to bug 76852 (https://issues.apache.org/ooo/show_bug.cgi?id=76852)? A detailed analysis of the problem and explanation of the solution is given in