any advice on how to handle qt when compiling ams on debian? the ams Makefile has these at the top:
QT_BASE_DIR=/usr/lib/qt3 QT_LIB_DIR=$(QT_BASE_DIR)/lib QT_BIN_DIR=$(QT_BASE_DIR)/bin QT_INCLUDE_DIR=$(QT_BASE_DIR)/include /usr/share/qt/ doesn't seem to have a lib/ directory ... -Eric Rz On Fri, Jan 02, 2004 at 03:19:29PM +0100, Frank Neumann wrote: > > Hi list (happy new year etc. yada yada), > [EMAIL PROTECTED] wrote: > > > i just compiled qsynth-0.1.0 and i would lie to report on my findings: > > > > On Debian, the qt-libs are installed to > > > > /usr/lib/ > > > > and the headers to > > > > /usr/include/qt3 > > > > There's no QTDIR per se. So i exported it to be /usr. This way, the > > configure script finds the lib, but the following test fails: > > That's not quite correct; one of the Debian Qt packages says that IF you > set QTDIR, it should be /usr/share/qt3. I did this in my > ~/.bash_profile, and had no problems building qsynth, qjackctl etc. this > way. > > No source changes should be required to build this package. > > Greetings, > Frank
