[expert] KDE Application Compiliation Problem

2001-02-19 Thread Chris Fishwick
Hi All, I have recently changed from RedHat to Mandrake, and have a fresh install of Mandrake 7.2, with all available updates installed. My problem is that I am trying to compile a KDE application, and it keeps erroring on me, I have checked that QTDIR is set, and that all headers have been inst

Re: [expert] KDE Application Compiliation Problem

2001-02-19 Thread Stephen Carville
On Tue, 20 Feb 2001, Chris Fishwick wrote: - Hi All, - - I have recently changed from RedHat to Mandrake, and have a fresh install - of Mandrake 7.2, with all available updates installed. My problem is that - I am trying to compile a KDE application, and it keeps erroring on me, I - have checke

Re: [expert] KDE Application Compiliation Problem

2001-02-19 Thread Chris Fishwick
> Did you intall the devel packages for kde? > > # rpm -qa | grep devel | grep kde Yes, everything is there... From what I can gather, this is a fairly common problem, I have found it mentioned on this and other list previously, however, all the threads seem to end before the fix is explained..

Re: [expert] KDE Application Compiliation Problem

2001-02-20 Thread Jaime Perea
Hi, In my case for compiling kde apps I needed to define the environment variables KDEDIR and QTDIR. I'm not sure since in this moment I'm not in a mdk box but I think the first one should be defined as /usr and the second as /usr/lib/qt2 Cheers -- Jaime D. Perea Duarte. ([EMAIL PROTECTED],

Re: [expert] KDE Application Compiliation Problem

2001-02-20 Thread Chris Fishwick
> In my case for compiling kde apps I needed to define the environment > variables KDEDIR and QTDIR. I'm not sure since in this moment I'm > not in a mdk box but I think the first one should be defined as /usr > and the second as /usr/lib/qt2 These are both set... I was having exactly the same pr