Re: [Ktechlab-devel] Project components dependencies

2010-02-14 Thread Julian Bäume
On Sunday 14 February 2010 20:42:39 P Zoltan wrote: > On Sun, 14 Feb 2010 14:36:10 +0100, Julian Bäume wrote: > > Did you run kbuildsycoca4 after make install? This is needed for the > > KPluginLoader to recognise the installed desktop file to know about the > > plugins you installed. You also nee

Re: [Ktechlab-devel] Project components dependencies

2010-02-14 Thread P Zoltan
On Sun, 14 Feb 2010 14:36:10 +0100, Julian Bäume wrote: > hey, > > Did you run kbuildsycoca4 after make install? This is needed for the > KPluginLoader to recognise the installed desktop file to know about the > plugins you installed. You also need to set the environment variables to > also >

Re: [Ktechlab-devel] Project components dependencies

2010-02-14 Thread Julian Bäume
hey, On Sunday 14 February 2010 14:29:13 P Zoltan wrote: > There is some problem with my system -- I can't get the circuit documents > in my build. The plugins are built and installed in a folder in my home > directory, but it looks like they aren't loaded. How could I debug this > problem? In t

Re: [Ktechlab-devel] Project components dependencies

2010-02-14 Thread P Zoltan
On Thu, 21 Jan 2010 04:15:43 +0100, Julian Bäume wrote: > On Thursday 21 January 2010 02:42:21 Julian Bäume wrote: >> On Thursday 21 January 2010 01:30:30 P Zoltan wrote: >> > I've started writing a testbench for the math classes in ktechlab >> [1]. >> You should do all that >> on a local cop

Re: [Ktechlab-devel] Project components dependencies

2010-02-03 Thread P Zoltan
On Tue, 26 Jan 2010 11:28:47 +0100, Julian Bäume wrote: > On Sunday 24 January 2010 01:50:34 P Zoltan wrote: >> Meanwhile I've found a huge problem with the qvector header: Qt has a >> header with the same. And it also tests inside if QVECTOR_H is defined. >> So >> I've got several very stran

Re: [Ktechlab-devel] Project components dependencies

2010-01-26 Thread Julian Bäume
On Sunday 24 January 2010 01:50:34 P Zoltan wrote: > Meanwhile I've found a huge problem with the qvector header: Qt has a > header with the same. And it also tests inside if QVECTOR_H is defined. So > I've got several very strange build errors... Due to this, I've renamed > the math files to qui

Re: [Ktechlab-devel] Project components dependencies

2010-01-23 Thread P Zoltan
On Wed, 20 Jan 2010 23:49:04 +0100, Alan Grimes wrote: > I wrote my own test for that and used it to hunt down a few bugs... > > Look for a file called mathtest.cpp in the directory "testing". > Basically that's what I've wanted to do in the matrix test. Meanwhile I've found a huge proble

Re: [Ktechlab-devel] Project components dependencies

2010-01-21 Thread Julian Bäume
On Thursday 21 January 2010 12:37:19 P Zoltan wrote: > On Thu, 21 Jan 2010 02:42:21 +0100, Julian Bäume wrote: > > On Thursday 21 January 2010 01:30:30 P Zoltan wrote: > > Yes, it's KDE3.. Seems, you are trying to print something of the wrong > > type > > here. You need to overload the stream oper

Re: [Ktechlab-devel] Project components dependencies

2010-01-21 Thread P Zoltan
On Thu, 21 Jan 2010 02:42:21 +0100, Julian Bäume wrote: > On Thursday 21 January 2010 01:30:30 P Zoltan wrote: > Yes, it's KDE3.. Seems, you are trying to print something of the wrong > type > here. You need to overload the stream operator for that type (if it's > not a > KDE/Qt type) to use

Re: [Ktechlab-devel] Project components dependencies

2010-01-20 Thread Julian Bäume
On Thursday 21 January 2010 02:42:21 Julian Bäume wrote: > On Thursday 21 January 2010 01:30:30 P Zoltan wrote: > > I've started writing a testbench for the math classes in ktechlab [1]. > You should do all that > on a local copy of the kde4-port branch in my repository. I can help > creating cma

Re: [Ktechlab-devel] Project components dependencies

2010-01-20 Thread Julian Bäume
On Wednesday 20 January 2010 23:49:04 Alan Grimes wrote: > I wrote my own test for that and used it to hunt down a few bugs... > > Look for a file called mathtest.cpp in the directory "testing". Yeah, I'd suggest to reuse that code in the new tests. signature.asc Description: This is a digitally

Re: [Ktechlab-devel] Project components dependencies

2010-01-20 Thread Julian Bäume
On Thursday 21 January 2010 01:30:30 P Zoltan wrote: > I've started writing a testbench for the math classes in ktechlab [1]. At > the attempt of compiling an error popped up, complaining about some > declarations in kdebug.h [2]. The latter one is part of KDE, AFAIK version > 3, so that is an is

Re: [Ktechlab-devel] Project components dependencies

2010-01-20 Thread Alan Grimes
P Zoltan wrote: > Hi, > > > I've started writing a testbench for the math classes in ktechlab [1]. At > the attempt of compiling an error popped up, complaining about some > declarations in kdebug.h [2]. The latter one is part of KDE, AFAIK version > 3, so that is an issue here. > T

[Ktechlab-devel] Project components dependencies

2010-01-20 Thread P Zoltan
Hi, I've started writing a testbench for the math classes in ktechlab [1]. At the attempt of compiling an error popped up, complaining about some declarations in kdebug.h [2]. The latter one is part of KDE, AFAIK version 3, so that is an issue here. The question is, what should be