christoff pale wrote: > tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h > tr: invalid option -- o > Try `tr --help' for more information. > make[6]: [BiblioModuleBase.h] Error 1 (ignored) > tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o
export QTDIR=/usr/lib/qt3 (or wherever your qt lives) before the configure run should help. IIRC it does not want to run tr but $QTDIR/bin/findtr, but some variables are empty and so it does not find the correct program. Georg