Re: QTDIR problem

2003-02-10 Thread John Levon
On Mon, Feb 10, 2003 at 12:02:08AM -0600, David Green wrote: ./configure --with-frontend=qt --with-qt-includes=/usr/lib/qt3/include/ --with-qt-libraries=/usr/lib/qt3/lib/ Assuming moc/uic are in /usr/lib/qt3/bin, all you needed was to set QTDIR=/usr/lib/qt3 john

Re: QTDIR problem

2003-02-10 Thread Michael Creel
Dekel Tsur wrote: On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have

Re: QTDIR problem

2003-02-10 Thread Pedro Tejedor
./configure --with-frontend=qt --with-qt-dir=/usr/share/qt worked for me (Debian-testing libqt3-dev installed) Pedro Michael Creel wrote: Dekel Tsur wrote: On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with

Re: QTDIR problem

2003-02-10 Thread Matej Cepl
Michael Creel wrote: ./configure --with-frontend=qt \ --with-qt-includes=/usr/include/qt \ --with-qt-libraries=/usr/lib I really wish this would work, but it doesn't. Debian testing, with libqt3 and libqt3-dev installed. Should QTDIR be set, and if so, to what? I am not sure about

Re: QTDIR problem

2003-02-10 Thread John Levon
On Mon, Feb 10, 2003 at 12:02:08AM -0600, David Green wrote: ./configure --with-frontend=qt --with-qt-includes=/usr/lib/qt3/include/ --with-qt-libraries=/usr/lib/qt3/lib/ Assuming moc/uic are in /usr/lib/qt3/bin, all you needed was to set QTDIR=/usr/lib/qt3 john

Re: QTDIR problem

2003-02-10 Thread Michael Creel
Dekel Tsur wrote: On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have

Re: QTDIR problem

2003-02-10 Thread Pedro Tejedor
./configure --with-frontend=qt --with-qt-dir=/usr/share/qt worked for me (Debian-testing libqt3-dev installed) Pedro Michael Creel wrote: Dekel Tsur wrote: On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with

Re: QTDIR problem

2003-02-10 Thread Matej Cepl
Michael Creel wrote: ./configure --with-frontend=qt \ --with-qt-includes=/usr/include/qt \ --with-qt-libraries=/usr/lib I really wish this would work, but it doesn't. Debian testing, with libqt3 and libqt3-dev installed. Should QTDIR be set, and if so, to what? I am not sure about

Re: QTDIR problem

2003-02-10 Thread John Levon
On Mon, Feb 10, 2003 at 12:02:08AM -0600, David Green wrote: > ./configure --with-frontend=qt --with-qt-includes=/usr/lib/qt3/include/ >--with-qt-libraries=/usr/lib/qt3/lib/ Assuming moc/uic are in /usr/lib/qt3/bin, all you needed was to set QTDIR=/usr/lib/qt3 john

Re: QTDIR problem

2003-02-10 Thread Michael Creel
Dekel Tsur wrote: > On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: >> Hi, >> When I ./configure --with-frontend=qt, configure stops with this message: >> configure: error: Cannot compile a simple Qt executable. Check you have >> the right $QTDIR ! >> >> I am using

Re: QTDIR problem

2003-02-10 Thread Pedro Tejedor
./configure --with-frontend=qt --with-qt-dir=/usr/share/qt worked for me (Debian-testing libqt3-dev installed) Pedro Michael Creel wrote: Dekel Tsur wrote: On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with

Re: QTDIR problem

2003-02-10 Thread Matej Cepl
Michael Creel wrote: > > ./configure --with-frontend=qt \ > > --with-qt-includes=/usr/include/qt \ > > --with-qt-libraries=/usr/lib > > I really wish this would work, but it doesn't. Debian testing, > with libqt3 and libqt3-dev installed. Should QTDIR be set, and > if so, to what? I am not sure

Re: QTDIR problem

2003-02-09 Thread David Green
Dekel Tsur [EMAIL PROTECTED] writes: ./configure --with-frontend=qt --with-qt-includes=/usr/include/qt --with-qt-libraries=/usr/lib Mandrake 8.2 needed: ./configure --with-frontend=qt --with-qt-includes=/usr/lib/qt3/include/ --with-qt-libraries=/usr/lib/qt3/lib/ (after building links to

Re: QTDIR problem

2003-02-09 Thread David Green
Dekel Tsur [EMAIL PROTECTED] writes: ./configure --with-frontend=qt --with-qt-includes=/usr/include/qt --with-qt-libraries=/usr/lib Mandrake 8.2 needed: ./configure --with-frontend=qt --with-qt-includes=/usr/lib/qt3/include/ --with-qt-libraries=/usr/lib/qt3/lib/ (after building links to

Re: QTDIR problem

2003-02-09 Thread David Green
Dekel Tsur <[EMAIL PROTECTED]> writes: > ./configure --with-frontend=qt --with-qt-includes=/usr/include/qt > --with-qt-libraries=/usr/lib Mandrake 8.2 needed: ./configure --with-frontend=qt --with-qt-includes=/usr/lib/qt3/include/ --with-qt-libraries=/usr/lib/qt3/lib/ (after building links

QTDIR problem

2003-02-08 Thread Martijn Brouwer
Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and libqt3-dev installed. Since I do not have experience with the compilation

Re: QTDIR problem

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and libqt3-dev

Re: QTDIR problem

2003-02-08 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and

QTDIR problem

2003-02-08 Thread Martijn Brouwer
Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and libqt3-dev installed. Since I do not have experience with the compilation

Re: QTDIR problem

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and libqt3-dev

Re: QTDIR problem

2003-02-08 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and

QTDIR problem

2003-02-08 Thread Martijn Brouwer
Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and libqt3-dev installed. Since I do not have experience with the compilation

Re: QTDIR problem

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: > When I ./configure --with-frontend=qt, configure stops with this message: > configure: error: Cannot compile a simple Qt executable. Check you have the right >$QTDIR ! > > I am using debian/testing and have both libqt3 and

Re: QTDIR problem

2003-02-08 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 10:13:54PM +0100, Martijn Brouwer wrote: > Hi, > When I ./configure --with-frontend=qt, configure stops with this message: > configure: error: Cannot compile a simple Qt executable. Check you have the right >$QTDIR ! > > I am using debian/testing and have both libqt3 and