Re: KTechlab
David Saxton <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Monday 18 Jul 2005 14:40, Wayne Topa wrote: > libqt3c102-mt 3.3.4-3 > libqt3c102 3.3.4-3 > libqt3-headers 3.3.4-3 > libqt3-compat-headers 3.3.4-3 > libqt3-dev 3.3.4-3 Looks like you could be missing "libqt3-mt-dev". > No joy. I installed libreadline5-dev and termcap-compat but continue > to get the QT error. > If you're using debian or a derivative, then running something like "apt-get build-dep kate" will do a good job of pulling in all the required dependencies for a KDE/Qt app. If Qt3 is installed to somewhere like /usr/share/qt3, then you can specify this location to configure by using "./configure --with-qt-dir=/usr/share/qt3" David Saxton