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).

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 ?

Regards,
ØS.



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 complains that it cannot find qt (=3.0.3), and aborts. (Can't 
 find libqt-mt).
 
 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
-- 
I am damn unsatisfied to be killed in this way.



msg07918/pgp0.pgp
Description: PGP signature


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 use Threads or is this another piece of ancestral baggage
from kdevelop in bbconf's configure script?



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 configure 
script complains that it cannot find qt (=3.0.3), and aborts. (Can't 
find libqt-mt).

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 libqt-mt the [m]ulti[t]hreaded version of libqt ? I have the 
libqt-mt.so.3.0.4 file installed and recognized by the dynamic 
linker.(All development files are also installed) So I should have the 
correct library installed. I cannot see why bbconf configure script 
won't recognize it. I have also tried all the --with-qt-dir=..., 
--with-qt-libraries=, --with-qt-includes= switches and setting the 
QTDIR variable. Also, there are several different symlinks pointing to 
libqt-mt.so.3.0.4, in the lib-dir, with various simpler names including 
libqt-mt.so.



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 libqt-mt the [m]ulti[t]hreaded version of libqt ? I have the 
 libqt-mt.so.3.0.4 file installed and recognized by the dynamic 
 linker.(All development files are also installed) So I should have the 
 correct library installed. I cannot see why bbconf configure script 
 won't recognize it. I have also tried all the --with-qt-dir=..., 
 --with-qt-libraries=, --with-qt-includes= switches and setting the 
 QTDIR variable. Also, there are several different symlinks pointing to 
 libqt-mt.so.3.0.4, in the lib-dir, with various simpler names including 
 libqt-mt.so.

unless you have libqt-mt-devel or whatever your dist calls it the configure
script won't find it.



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 track it down.

xOr
 

  

Isn't just libqt-mt the [m]ulti[t]hreaded version of libqt ? I have the 
libqt-mt.so.3.0.4 file installed and recognized by the dynamic 
linker.(All development files are also installed) So I should have the 
correct library installed. I cannot see why bbconf configure script 
won't recognize it. I have also tried all the --with-qt-dir=..., 
--with-qt-libraries=, --with-qt-includes= switches and setting the 
QTDIR variable. Also, there are several different symlinks pointing to 
libqt-mt.so.3.0.4, in the lib-dir, with various simpler names including 
libqt-mt.so.



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 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.

you are missing the point.  libqt3-devel is NOT libqt3-mt-devel.  Their
configure script expects you to have installed the mt lib and devel.



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 KDE uses. Perhaps
  that will help you track it down.
  
 
 does bbconf actually use Threads or is this another piece of ancestral baggage
 from kdevelop in bbconf's configure script?

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
there is another libqt-mt-devel package which conflicts with the
lib-qt-devel package so that you you can have one or the other installed as
needed?

xOr
-- 
I am damn unsatisfied to be killed in this way.



msg07924/pgp0.pgp
Description: PGP signature


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
 there is another libqt-mt-devel package which conflicts with the
 lib-qt-devel package so that you you can have one or the other installed as
 needed?
 

under Debian I have both qt-devel and qt-mt-devel installed.

It sounds like the configure script could be made smart enough to use either.



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 same problem at bbconf.sf.net.



you are missing the point.  libqt3-devel is NOT libqt3-mt-devel.  Their
configure script expects you to have installed the mt lib and devel.


  

OK, I see..Hm.. So there should be a package named libqt3-mt-devel 
somewhere, or libqt3-mt ? That's strange, since all my searches result 
in the libqt3 package, which does contain a multithreaded library (I've 
checked), together with a libqt3-devel package(which also contains a 
QThread.h file in the includes-dir, which I assume has something to do 
with the multithreading features?). Searching for libqt-mt-devel gives 
no results on Google/linux, rpmfind.net nor Mandrake's website(s).

Perhaps I must go to Trolltech and get their free version and compile 
the whole monster it to make it work ? =)

I find no indication that there is a libqt3-mt-devel rpm package 
anywhere. I might, of course, be totally wrong, but it seems so. Any 
more tips would be greatly appreciated, since I'm a bit confused right 
now and would like to get bbconf up and running.
Thanks..



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. 
 (libqt3-devel-3.0.4 package). I also jsut noticed that someone has filed 
 a bug on the same problem at bbconf.sf.net.

 
 
 you are missing the point.  libqt3-devel is NOT libqt3-mt-devel.  Their
 configure script expects you to have installed the mt lib and devel.
 
 
  
 
 OK, I see..Hm.. So there should be a package named libqt3-mt-devel 
 somewhere, or libqt3-mt ? That's strange, since all my searches result 
 in the libqt3 package, which does contain a multithreaded library (I've 
 checked), together with a libqt3-devel package(which also contains a 
 QThread.h file in the includes-dir, which I assume has something to do 
 with the multithreading features?). Searching for libqt-mt-devel gives 
 no results on Google/linux, rpmfind.net nor Mandrake's website(s).
 
 Perhaps I must go to Trolltech and get their free version and compile 
 the whole monster it to make it work ? =)
 
 I find no indication that there is a libqt3-mt-devel rpm package 
 anywhere. I might, of course, be totally wrong, but it seems so. Any 
 more tips would be greatly appreciated, since I'm a bit confused right 
 now and would like to get bbconf up and running.
 Thanks..

If you can get a list of the dependancies required to build kde, then
whatever it requires for qt should work for bbconf as well.

xOr
-- 
I am damn unsatisfied to be killed in this way.



msg07929/pgp0.pgp
Description: PGP signature


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:
 
 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.
 
 
 
 you are missing the point.  libqt3-devel is NOT libqt3-mt-devel.  Their
 configure script expects you to have installed the mt lib and devel.
 
 
   
 
 OK, I see..Hm.. So there should be a package named libqt3-mt-devel 
 somewhere, or libqt3-mt ? That's strange, since all my searches result 
 in the libqt3 package, which does contain a multithreaded library (I've 
 checked), together with a libqt3-devel package(which also contains a 
 QThread.h file in the includes-dir, which I assume has something to do 
 with the multithreading features?). Searching for libqt-mt-devel gives 
 no results on Google/linux, rpmfind.net nor Mandrake's website(s).
 
 Perhaps I must go to Trolltech and get their free version and compile 
 the whole monster it to make it work ? =)
 
 I find no indication that there is a libqt3-mt-devel rpm package 
 anywhere. I might, of course, be totally wrong, but it seems so. Any 
 more tips would be greatly appreciated, since I'm a bit confused right 
 now and would like to get bbconf up and running.
 Thanks..
 
-- 

,-//
| Jason 'vanRijn' Kasper ::  Numbers 6:22-26 
 `
 | All brontosauruses are thin at one end, much MUCH thicker 
 | in the middle, and then thin again at the far end.  That is 
 | the theory that I have and which is mine, and what it is too.  
 ,
| bash$ :(){ :|:};:
`--//



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 the help.

--
Øyvind S.



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 depends along with build-essential
 it should compile.
 
Arg! I really thought I understood how to check that a package was
installed, but apparently not. 

$ sudo apt-get install libqt3-mt-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libpng-dev libqt3-dev libqxt0 qt3-tools 
The following packages will be REMOVED:
  kde-designer kdelibs-dev libkmid-dev libpng2-dev libqt-dev \
  libqt-mt-dev 
The following NEW packages will be installed:
  libpng-dev libqt3-dev libqt3-mt-dev libqxt0 qt3-tools 
0 packages upgraded, 5 newly installed, 6 to remove and 0  not upgraded.
Need to get 9645kB of archives. After unpacking 3399kB will be used.

And configure worked like a charm.

 Or you could just apt-get install bbconf (-:
 
And settle for 1.6??? (-:

PM
-- 
Paul Mackinney
[EMAIL PROTECTED]



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.