Sunday, January 28, 2001 09:19
Subject: Re: problems compiling kde1 applications
> Hi there.
> I don't know about other solutions posted , but on my rh6.2 system the
> solution was as simple as altering the QTDIR system variable - it was
pointing
> by default at the qt2 lib dir a
On Sun, 28 Jan 2001, guy keren wrote:
>
> On Sat, 27 Jan 2001, Oded Arbel wrote:
>
> > This is really not my problem :-) since the compiler uses those
> > directories as a last resort, if it can't find the things it needs in the
> > directories I did include. if I have the configure script to u
Hi there.
I don't know about other solutions posted , but on my rh6.2 system the
solution was as simple as altering the QTDIR system variable - it was pointing
by default at the qt2 lib dir and the configure script took it from there.
my 2c
Oded Arbel wrote:
> Hi list !
>
> I have a problem compi
On Sat, 27 Jan 2001, Oded Arbel wrote:
> This is really not my problem :-) since the compiler uses those
> directories as a last resort, if it can't find the things it needs in the
> directories I did include. if I have the configure script to used my
> command-line-options-specified directories
On Fri, 26 Jan 2001, guy keren wrote:
> one should note that the compiler automatically adds /usr/include into the
> include path, even if you do't specify -I/usr/include on the command line.
> something similar is doen for /usr/lib, regarding libraries.
This is really not my problem :-) since th
Hi, guy!
On Fri, Jan 26, 2001 at 01:52:32AM +0200, you wrote the following:
> one should note that the compiler automatically adds /usr/include into the
> include path, even if you do't specify -I/usr/include on the command line.
> something similar is doen for /usr/lib, regarding libraries.
>
On Thu, 25 Jan 2001, Oded Arbel wrote:
> I do have both kde1-compat RPMs installed, but they way I see it is this :
> with the --prefix=/usr (as it should be for this system - nothing goes into
> /opt here), ./configure (dumbly) prefer to use the headers from /usr/include
> and the libraries fro
Hi Oded
You probably use qt >=2
KDE1 must use qt 1.4.x (1.4.4 mostly).
The best solution is to install them both (qt 2.x.x & qt 1.4.4), while in
ld.so.conf you put only qt 2.x.x (because this one is used mostly), and
when you compile a kde1 program, just tell it to use qt
(--with-qt-includes ?)
- Original Message -
> Hi
Hi back
> On Thu, 25 Jan 2001, Oded Arbel wrote:
>
> > From: "Tzafrir Cohen" <[EMAIL PROTECTED]>
> >
> > > On Thu, 25 Jan 2001, Oded Arbel wrote:
> > >
> > > > Hi list !
> >
> > > > the configure script also does not recognize the --with-kde options
> > though