Re: Bug in libqt3 3.1.2? Was: Compiling KDE apps: Still not clear...

2003-03-18 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 March 2003 12:00, Marc Schiffbauer wrote: > * Ralf Nolden schrieb am 18.03.03 um 08:57 Uhr: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On Tuesday 18 March 2003 01:18, Erik Johansson wrote: > > > On Tuesday 18 March 2003

Re: Bug in libqt3 3.1.2? Was: Compiling KDE apps: Still not clear...

2003-03-18 Thread Marc Schiffbauer
* Ralf Nolden schrieb am 18.03.03 um 08:57 Uhr: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 18 March 2003 01:18, Erik Johansson wrote: > > On Tuesday 18 March 2003 00.10, Ben Burton wrote: > > > > OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > > > > /usr/shar

Re: Bug in libqt3 3.1.2? Was: Compiling KDE apps: Still not clear...

2003-03-18 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 March 2003 01:18, Erik Johansson wrote: > On Tuesday 18 March 2003 00.10, Ben Burton wrote: > > > OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > > > /usr/share/qt3 named as libqt.so and libqt3.so and voila - it all > > >

Re: Compiling KDE apps: Still not clear...

2003-03-18 Thread Andrew Ingram
On Mon, 2003-03-17 at 23:10, Ben Burton wrote: > > OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > > /usr/share/qt3 named as libqt.so and libqt3.so and voila - it all works! > > The libqt.so link is provided by package libqt3-dev, which is different > from libqt3-mt-dev (which is

Re: Bug in libqt3 3.1.2? Was: Compiling KDE apps: Still not clear...

2003-03-17 Thread Ben Burton
> Correct me if I'm wrong, but isn't libqt3-mt-dev the correct dev pkg to use > when using libqt3-mt? It works for me, if it wasn't for the symlinks in > /usr/share/qt3/lib pointing to the wrong release. No, you're correct. But if it's looking for libqt.so then you're not using libqt3-mt, you'

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Michael Schuerig
On Tuesday 18 March 2003 00:10, Ben Burton wrote: > > OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > > /usr/share/qt3 named as libqt.so and libqt3.so and voila - it all > > works! > > The libqt.so link is provided by package libqt3-dev, which is > different from libqt3-mt-dev (whi

Bug in libqt3 3.1.2? Was: Compiling KDE apps: Still not clear...

2003-03-17 Thread Erik Johansson
On Tuesday 18 March 2003 00.10, Ben Burton wrote: > > OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > > /usr/share/qt3 named as libqt.so and libqt3.so and voila - it all works! It seems to be a bug in libqt3 version 3.1.2 (libqt3-mt and libqt3-mt-dev). The symlinks (libqt-mt.so*)

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Ben Burton
> OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > /usr/share/qt3 named as libqt.so and libqt3.so and voila - it all works! The libqt.so link is provided by package libqt3-dev, which is different from libqt3-mt-dev (which is the Qt development package dragged in with kdelibs4-dev

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Andrew Ingram
On Mon, 2003-03-17 at 16:31, Hendrik Sattler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Montag, 17. März 2003 16:02 schrieb Andrew Ingram: > > ldconfig -p reports: > > libqt.so.3.1 (libc6) => /usr/lib/libqt.so.3.1 > > libqt.so.3 (libc6) => /usr/lib/libqt.so.3 > > > > and both

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 17. März 2003 16:02 schrieb Andrew Ingram: > ldconfig -p reports: > libqt.so.3.1 (libc6) => /usr/lib/libqt.so.3.1 > libqt.so.3 (libc6) => /usr/lib/libqt.so.3 > > and both /usr/lib/libqt.so.3.1 & /usr/lib/libqt.so.3 are symbolic links > to /u

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Karolina Lindqvist
måndagen den 17 mars 2003 16.02 skrev Andrew Ingram: > ./configure --prefix=/usr --with-qt-dir=/usr/share/qt3 > > checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not > found. Please check your installation! > So the links all seem true, and ldconfig knows about the library and

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Andrew Ingram
On Mon, 2003-03-17 at 14:12, Bruce wrote: > > >> > >> I get the above error whether I run > >>./configure > >> or > >>./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 > >> or > >>./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 > >> --with-qt-libraries=/

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Bruce
>> >> I get the above error whether I run >> ./configure >> or >> ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 >> or >> ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 >> --with-qt-libraries=/usr/share/qt3/lib > > Try ./configure --prefix=/usr

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 16 March 2003 21:40, Bruce wrote: > ... on what I need to install. I am running KDE 3.1.1 from Ralf's Woody > packages, on a primarily Woody system, with some packages from Sid. > > I have read through the various posts this month, and have t

Re: Compiling KDE apps: Still not clear...

2003-03-17 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 17 March 2003 02:49, Chris Cheney wrote: > On Sun, Mar 16, 2003 at 08:19:52PM -0500, Bruce wrote: > > I purged and reinstalled all qt/kde -dev packages (the 3.1.2 versions > > from ktown.kde.org), but same result. > > > > Is this right? Or do

Re: Compiling KDE apps: Still not clear...

2003-03-16 Thread Chris Cheney
On Sun, Mar 16, 2003 at 08:19:52PM -0500, Bruce wrote: > I purged and reinstalled all qt/kde -dev packages (the 3.1.2 versions from > ktown.kde.org), but same result. > > Is this right? Or does this indicate something else is messed up on my > system? Sounds like the ktown qt debs are messed up.

Re: Compiling KDE apps: Still not clear...

2003-03-16 Thread Bruce
Following up on my previous query, I looked in /usr/share/qt3/lib/ and /usr/include/qt3/ to see if I could figure out what was causing the compile error. I can't tell if anything is wrong with /usr/include/qt3/, but /usr/share/qt3/lib/ had the following symlinks which pointed to nonexistent files

Compiling KDE apps: Still not clear...

2003-03-16 Thread Bruce
... on what I need to install. I am running KDE 3.1.1 from Ralf's Woody packages, on a primarily Woody system, with some packages from Sid. I have read through the various posts this month, and have tried to follow the advice given, but still can't manage to get past this configure error: checki