> > try to see if it works with jack now. have some problems to configure > qtjackctl from source. why does it not find my qt variables?? > > checking whether QTDIR environment variable is set... no > configure: error: QTDIR must be properly set. > > any ideas what i have to do? > Check if you have all the Qt3 development packages properly installed. Depending on your distro these might be named as "qt3-devel" and "qt3-devel-tools". The QTDIR environment must point to Qt3 installation base, usually on /usr/lib/qt3 (again, it depends on your distro). Once you find that everything is installed, check and verify the following settings are valid: export QTDIR=/usr/lib/qt3 export PATH=$QTDIR/bin:$PATH I set this permanently on my shell profile, just in case. Hope it helps. Cheers. -- rncbc aka Rui Nuno Capela rncbc@xxxxxxxxx