Re: Fwd: Re: Qt building problems...

2003-04-21 Thread Andreas Pakulat
On 11.Apr 2003 - 21:22:40, Gerhard Gaussling wrote: > Hallo Andreas, > > Voila! Das Problem ist gelöst! g++ war noch von gestern '-/ > > Viel Spaß in Norwegen, und nochmal Danke für den Support! > > Was ich aber nicht verstehe, weshalb das configure-script von g++ > abhängt. Ruft es g++ und gcc

Re: Qt building problems...

2003-04-12 Thread Daniel Stone
On Sat, Apr 12, 2003 at 01:18:13PM +0200, Andrzej Koszela wrote: > It seems to me that debian installs Qt in a non-standard location... why this > is so is beyond me though There is no "standard Qt location", apart from /usr/local/qt. -- Daniel Stone <[EMAIL PROTECTED]> <[EM

Re: Qt building problems...

2003-04-12 Thread Andrzej Koszela
It seems to me that debian installs Qt in a non-standard location... why this is so is beyond me though On Saturday 12 April 2003 12.08, Anders Ellenshøj Andersen wrote: > On Friday 11 April 2003 17:15, Erik Johansson wrote: > > > so, why and where? Is there some way to fix this? This problem ap

Re: Qt building problems..

2003-04-12 Thread Alex
El Sábado, 12 de Abril de 2003 12:08, Anders Ellenshøj Andersen escribió: > > Try --with-qt-dir=/usr/share/qt3 > > Why can't configure find this out by itself? Maybe the script is lazy :o) Well, if you are lazy like me ;-), try doing: export QTDIR=/usr/share/qt3 Or including it in ~/.bashrc. Wh

Re: Qt building problems...

2003-04-12 Thread Anders Ellenshøj Andersen
On Friday 11 April 2003 17:15, Erik Johansson wrote: > > so, why and where? Is there some way to fix this? This problem appears > > every time I try to compile something that uses Qt 3.x.x (I've never > > tried compiling something that uses 2.x.x)... > > Try --with-qt-dir=/usr/share/qt3 Why can't

Re: Qt building problems...

2003-04-11 Thread Gerhard Gaussling
Am Freitag, 11. April 2003 19:47 schrieb Andrzej Koszela: > On Friday 11 April 2003 19.23, David Pye wrote: > > Upgraded g++, and it seems to work now... thanks :) > Hello Andrzej, Thanks a lot to pointed this out!! It works! debian:/home/gerhard# g++ -v Reading specs from /usr/lib/gcc-lib/i38

Re: Qt building problems...

2003-04-11 Thread Gerhard Gaussling
Am Freitag, 11. April 2003 19:23 schrieb David Pye: > Is the gcc you are using the same as the gcc with which the Qt > libraries were built? > > That can cause problems if, say, you're using gcc 2.95 but Qt was > built with gcc 3.2 or vice versa... > Hello, I got the same problem on my sarge/sid

Re: Qt building problems...

2003-04-11 Thread Andrzej Koszela
On Friday 11 April 2003 19.23, David Pye wrote: Upgraded g++, and it seems to work now... thanks :) > Is the gcc you are using the same as the gcc with which the Qt libraries > were built? > > That can cause problems if, say, you're using gcc 2.95 but Qt was built > with gcc 3.2 or vice versa..

Re: Qt building problems...

2003-04-11 Thread David Pye
Is the gcc you are using the same as the gcc with which the Qt libraries were built? That can cause problems if, say, you're using gcc 2.95 but Qt was built with gcc 3.2 or vice versa... David On Friday 11 April 2003 16:31, Andrzej Koszela wrote: > Hm... now even weirder things are happening:

Re: Qt building problems...

2003-04-11 Thread Andrzej Koszela
Hm... now even weirder things are happening: It freezes for a few seconds on the 'checking for Qt', and then gives the same message. The thing in config.log that I think is important is: configure:9663: checking for Qt configure: 9725: /usr/share/qt3/include/qstyle.h taking that configure:9830:

Re: Qt building problems...

2003-04-11 Thread Erik Johansson
On Friday 11 April 2003 16.20, Andrzej Koszela wrote: > I hope this is the right list to post to... > > Anyhow, every time I try to compile a program that uses Qt, for instance > kmplayer, dcgui or pinentry-qt, ./configure has to be run with the > > --with-qt-includes=/usr/include/qt3/ >

Re: Qt building problems...

2003-04-11 Thread Todd Charron
Try --with-qt-dir=/usr/share/qt3 Todd On April 11, 2003 10:20 am, Andrzej Koszela wrote: > I hope this is the right list to post to... > > Anyhow, every time I try to compile a program that uses Qt, for instance > kmplayer, dcgui or pinentry-qt, ./configure has to be run with the > > --wi

Qt building problems...

2003-04-11 Thread Andrzej Koszela
I hope this is the right list to post to... Anyhow, every time I try to compile a program that uses Qt, for instance kmplayer, dcgui or pinentry-qt, ./configure has to be run with the --with-qt-includes=/usr/include/qt3/ --with-qt-libraries=/usr/lib/qt3 options. It then detects