Re: Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
It's been removed in revision 1802537. On Thu, Jul 20, 2017 at 10:23 AM, Damjan Jovanovic wrote: > Hi > > Our KDE address book database driver (main/connectivity/source/drivers/kab) > only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and > 5 which

AOO 4.1.3 Ubuntu 16.04 install problems

2017-07-20 Thread S M
Greetings, Sorry for having to email you this, I guess there isn't a forum for me to paste this too.  I am running on Ubuntu 16.04 LTS and I am attempting to install AOO 4.1.3 but keep getting hung up on installing soltools where I get the error below.  I believe I have the most up to date

Why is unwinreg.dll not downloaded automatic

2017-07-20 Thread Raphael Bircher
Hi all If you forget unwinreg.dll, you get a message, with a wget and a download link. Why we don't donload this directly. Regards, Raphael -- My introduction https://youtu.be/Ln4vly5sxYU - To unsubscribe, e-mail:

Re: Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-20 Thread Peter kovacs
>> > >> I agree. The wiki did say they managed to open all of AOO in one >Eclipse >> project, but it took a lot of memory. I must try it some time. >> > >​You can open AOO in ONE Eclipse project but it does take a lot of >physical >memory. And you need to up the memory for your Java

Re: Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-20 Thread Kay Schenk
On Wed, Jul 19, 2017 at 1:04 AM, Damjan Jovanovic wrote: > On Wed, Jul 19, 2017 at 9:13 AM, Peter kovacs wrote: > > > Damian, > > > > I think you got me wrong. > > I am not saying Eclipse is bad. > > I say the wiki guide will configure eclipse to a basic

Re: Drop the KDE address book?

2017-07-20 Thread Alexandro Colorado
Can we use Qdbus? Should be rather easy task. On Thu, Jul 20, 2017 at 1:31 PM, Marcus wrote: > +1 > I'm sure nobody has installed such old KDE version together with a recent > OpenOffice. Therefore it doesn't make sense to drag it any longer with us > when it isn't working

Re: Drop the KDE address book?

2017-07-20 Thread Marcus
+1 I'm sure nobody has installed such old KDE version together with a recent OpenOffice. Therefore it doesn't make sense to drag it any longer with us when it isn't working anyway. Marcus Am 20.07.2017 um 10:56 schrieb Matthias Seidel: Hi Damjan, +1 from me. Matthias Am 20.07.2017 um

Re: Building OO

2017-07-20 Thread Patricia Shanahan
Apache Ant(TM) version 1.9.6 compiled on June 29 2015 On 7/20/2017 9:20 AM, Matthias Seidel wrote: Patricia, could you tell me which version of Apache Ant you are using? Matthias Am 20.07.2017 um 16:02 schrieb Patricia Shanahan: As another data point, I just did a clean checkout of the trunk

Re: Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
Access would be possible, if a JDBC or ODBC driver for the KDE 4/5 address book existed, since we have bridges to JDBC and ODBC. A native driver, like the one we have for KDE 3, would require a rewrite. Database drivers are complex, there's 149 methods in the XDatabaseMetaData UNO interface

Re: Building OO

2017-07-20 Thread Matthias Seidel
Patricia, could you tell me which version of Apache Ant you are using? Matthias Am 20.07.2017 um 16:02 schrieb Patricia Shanahan: > As another data point, I just did a clean checkout of the trunk and > built it on Windows 8.1. Here are my configure parameters: > > SDK_PATH="/cygdrive/c/Program

Re: Drop the KDE address book?

2017-07-20 Thread Peter kovacs
I mean can we today access KDE adressbook in version 4 or 5. Am 20. Juli 2017 17:54:16 MESZ schrieb Damjan Jovanovic : >Integrate how? > >On Thu, Jul 20, 2017 at 5:36 PM, Peter kovacs wrote: > >> +1 can we integrate KDE 4 or 5 today? >> Do we have a gap? >>

Re: Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
Integrate how? On Thu, Jul 20, 2017 at 5:36 PM, Peter kovacs wrote: > +1 can we integrate KDE 4 or 5 today? > Do we have a gap? > > > Am 20. Juli 2017 10:56:46 MESZ schrieb Matthias Seidel < > matthias.sei...@hamburg.de>: > >Hi Damjan, > > > >+1 from me. > > > >Matthias > > >

Re: Drop the KDE address book?

2017-07-20 Thread Peter kovacs
+1 can we integrate KDE 4 or 5 today? Do we have a gap? Am 20. Juli 2017 10:56:46 MESZ schrieb Matthias Seidel : >Hi Damjan, > >+1 from me. > >Matthias > > >Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic: >> Hi >> >> Our KDE address book database driver

Re: Building OO

2017-07-20 Thread Patricia Shanahan
As another data point, I just did a clean checkout of the trunk and built it on Windows 8.1. Here are my configure parameters: SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure \ --enable-symbols \ --disable-strip-solver \

RE: Building OO

2017-07-20 Thread Yemelyanenko Fyodor
I also tried to build it with almost the same config as Damjan has. SDK_PATH="/cygdrive/c/W7sdk/v7.0" ./configure \ --with-frame-home="$SDK_PATH" \ --with-psdk-home="$SDK_PATH" \ --with-midl-path="$SDK_PATH/bin" \ --with-ant-home="/cygdrive/c/ant" \

Re: Building OO

2017-07-20 Thread Damjan Jovanovic
Hi Matthias As I posted earlier in this thread, this is how I build it: 32 bit VirtualBox VM Windows XP SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin"

Re: Building OO

2017-07-20 Thread Matthias Seidel
Hi Damjan, Since I am not the only one with these errors, wouldn't it be easier if you tell us your configuration and let us see what is different? I know the Windows buildbot could build from trunk (when it was functional) , but I see no real difference in the configuration. I think we are all

Re: Building OO

2017-07-20 Thread Damjan Jovanovic
Since I am the main gbuild developer and Windows always builds for me, and I cannot reproduce your problem, I only see the following solution. svn log -v > /path/to/log.txt (so you have an offline log.txt for easy future reference) Look through log.txt, go to early 2015 or so. Find a revision you

Re: Building OO

2017-07-20 Thread Matthias Seidel
Hi, When building trunk (on Windows) I get exactly the same errors... Branch 414 builds just fine (with Java 7): https://home.apache.org/~mseidel/AOO-builds/AOO-414-Test/ Regards, Matthias Am 20.07.2017 um 04:56 schrieb Yemelyanenko Fyodor: > I’ve took another try to build OO on W7 x32 > But

Re: Drop the KDE address book?

2017-07-20 Thread Matthias Seidel
Hi Damjan, +1 from me. Matthias Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic: > Hi > > Our KDE address book database driver (main/connectivity/source/drivers/kab) > only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and > 5 which apparently use DBUS instead. > > KDE 4

Re: Increase minimum Java version from 5 to 7/8 ?

2017-07-20 Thread Matthias Seidel
Hi Yuri, Thanks for the info! After successfully building AOO for Windows, my next try will be AOO on ArcaOS... ;-) Regards, Matthias Am 16.07.2017 um 18:28 schrieb Yuri Dario: At least the OS/2 port still relies on Java 6 [http://trac.netlabs.org/java]. But I think the support

Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
Hi Our KDE address book database driver (main/connectivity/source/drivers/kab) only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and 5 which apparently use DBUS instead. KDE 4 has been out since 2008, so the KDE address book hasn't been working for KDE users for the past 9