Does anyone
have a script they use to build kdeutils taht I can have a
look at ?
The how to build docs method
cd to whichever module you want to build, then run:
cp -Rp <path to your system's libtool.m4 file> admin/libtool.m4.in
cp -Rp <path to your system's ltmain.sh file> admin/ltmain.sh
make -f admin/Makefile.common
Doesn't work for me on arch
I am getting undefined references to things like QString and QWidget etc.
I beleve that those are defined in qt3 and tqt.
I added this
CFLAGS="-I/usr/include/tqt -I/usr/qt3/include"
CXXFLAGS="-I/usr/include/tqt -I/usr/qt3/include"
to configure.in.in and then ran make -f admin/Makefile.common, but it
didn't help
I also have some linker issues but I'll tackle those after I get the code
to build
Thanks
Take a peek at the Debian build system files here:
http://git.trinitydesktop.org/cgit/tde-packaging/tree/debian/squeeze/tdeuti
ls/debian/rules