I cannot compile qt apps

2002-12-29 Thread azajac
I am having quite a lot of trouble trying to compile Qt applications (Arson, K3b, Scribus...) Despite having installed the "*-dev" packages, I still get the error: configure: error: Qt (>=Qt 3.0.3) (library qt-mt) not found. Please check your installation! ./configure --with-extra-includes=/

unsubscribe

2002-12-30 Thread azajac

Re: I cannot compile qt apps

2002-12-30 Thread azajac
Quoting Alan Chandler <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunday 29 Dec 2002 2:00 pm, [EMAIL PROTECTED] wrote: > > I am having quite a lot of trouble trying to compile Qt applications > > (Arson, K3b, Scribus...) Despite having installed the "*-dev" pack

Re: I cannot compile qt apps

2003-01-01 Thread azajac
> > > > I have reinstalled libqt3 libqt3-dev libqt3-mt libqt3-mt-dev from: > > ftp://ibiblio.org/pub/packages/desktops/kde/stable/3.0.5/Debian/woody/i386/ > >qt3/ > > > > I assume that these packages are not compiled with gcc3.2. I still have > > the same problem... > > Some time ago I had a sim

Re: I cannot compile qt apps

2003-01-02 Thread azajac
Thank you all, I found my problem. I feel like such a twit... apt-get install g++ --- Now, where did I put my glasses...?