I'm getting closer to being able to build all 170 TDE packages in Slackware 15.0. Up to 161 compiled. :)
Using autogen.sh, attempting to compile kvirc fails:
### CONFIGURE ERROR: ### Can not find the tqt 3.x library file. ### Make sure that tqt is correctly installed on your system, ### and the tqt version is the one requested by this version of kvirc. ### (Usually a greater version is OK too)
I don't know, every other package found tqt3.
The autogen.sh seems to complete successfully although there are a boat load of warnings (warnings are not errors?).
My configure options:
./configure \ --disable-rpath \ --prefix=$INSTALL_DIR \ --sysconfdir=$SYS_CONF_DIR \ --libdir=$LIBDIR \ --mandir=$MANDIR \ --with-qt-dir=$INSTALL_DIR \ --with-qt-includes=$INSTALL_DIR/include \ --with-qt-libraries=$INSTALL_DIR/lib$LIBDIRSUFFIX \ --enable-closure || exit 1
Thanks for any help. :)