bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Øyvind Stegard
Perhaps someone here can help me with this: Tried to compile latest and greatest bbconf on my Mandrake 8.2 system(lotsof upgrades done). I have installed libqt3-3.0.4 and libqt3-devel-3.0.4, but the configure script complains that it cannot find qt (=3.0.3), and aborts. (Can't find libqt-mt).

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Ben Jansens
On Thu, Jul 18, 2002 at 12:33:44PM +0200, ?yvind Stegard wrote: Perhaps someone here can help me with this: Tried to compile latest and greatest bbconf on my Mandrake 8.2 system(lotsof upgrades done). I have installed libqt3-3.0.4 and libqt3-devel-3.0.4, but the configure script

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Sean 'Shaleh' Perry
I have verified that this library IS available with ldconfig -v. Any tips on how I can get the configure script to properly detect the installed qt-libraries ? libqt-mt is different from libqt. libqt-mt is what KDE uses. Perhaps that will help you track it down. does bbconf actually

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Øyvind Stegard
Ben Jansens wrote: On Thu, Jul 18, 2002 at 12:33:44PM +0200, ?yvind Stegard wrote: Perhaps someone here can help me with this: Tried to compile latest and greatest bbconf on my Mandrake 8.2 system(lotsof upgrades done). I have installed libqt3-3.0.4 and libqt3-devel-3.0.4, but the

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Sean 'Shaleh' Perry
I have verified that this library IS available with ldconfig -v. Any tips on how I can get the configure script to properly detect the installed qt-libraries ? libqt-mt is different from libqt. libqt-mt is what KDE uses. Perhaps that will help you track it down. xOr Isn't just

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Øyvind Stegard
Sean 'Shaleh' Perry wrote: I have verified that this library IS available with ldconfig -v. Any tips on how I can get the configure script to properly detect the installed qt-libraries ? libqt-mt is different from libqt. libqt-mt is what KDE uses. Perhaps that will help you

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Sean 'Shaleh' Perry
unless you have libqt-mt-devel or whatever your dist calls it the configure script won't find it. Yep, like I said, I have all the development files installed as well. (libqt3-devel-3.0.4 package). I also jsut noticed that someone has filed a bug on the same problem at bbconf.sf.net.

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Ben Jansens
On Thu, Jul 18, 2002 at 07:21:30AM -0700, Sean 'Shaleh' Perry wrote: I have verified that this library IS available with ldconfig -v. Any tips on how I can get the configure script to properly detect the installed qt-libraries ? libqt-mt is different from libqt. libqt-mt is what

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Sean 'Shaleh' Perry
This was intended, since libqt-mt is more commonly used than libqt. The -devel files for this however becomes funny. When I install qt from the source, I have to reconfigure teh source dir (the headers etc) to be mt or not depending on what the app is wanting that I'm compiling. Perhaps

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Øyvind Stegard
Sean 'Shaleh' Perry wrote: unless you have libqt-mt-devel or whatever your dist calls it the configure script won't find it. Yep, like I said, I have all the development files installed as well. (libqt3-devel-3.0.4 package). I also jsut noticed that someone has filed a bug on the

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Ben Jansens
On Thu, Jul 18, 2002 at 05:55:31PM +0200, ?yvind Stegard wrote: Sean 'Shaleh' Perry wrote: unless you have libqt-mt-devel or whatever your dist calls it the configure script won't find it. Yep, like I said, I have all the development files installed as well.

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Jason 'vanRijn' Kasper
Umm. Author here. Since It Works For Me (TM), I'll accept patches. =:) Actually, I believe that I snarfed the auto* magic from the latest kde3 tree, so Øyvind, I'd be curious to see if you can build kde3 either. On Thu, 2002-07-18 at 11:55, Øyvind Stegard wrote: Sean 'Shaleh' Perry wrote:

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Øyvind Stegard
Hmm. Since it looks like there's some sort of problem with Mandrake and/or the RPMs, I've decided to erase the packages of the QT3 library, d/l offical tarball from Trolltech and compile the whole thing myself. (w/multithread support enabled =). Perhaps this will resolve the issue. Thanks for

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread paul
Sean 'Shaleh' Perry declaimed: The package missing from the pattern is libqt-mt, which doesn't appear to be available. I look forward to hearing about the solution. from my package: Build-Depends: libqt3-mt-dev, debhelper ( 3.0.0) if you install those two packages and their

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Sean 'Shaleh' Perry
Or you could just apt-get install bbconf (-: And settle for 1.6??? (-: I uploaded 1.8 this time last (Wed) night.

Re: bbconf 1.8 configure error(libqt3 detection)

2002-07-18 Thread Sean 'Shaleh' Perry
Arg! I really thought I understood how to check that a package was installed, but apparently not. when in doubt: dpkg --get-selections|grep foo.