Peter.Biechele_at_gmx.de
Date: Sat Aug 30 2003 - 00:41:43 CEST
From: Peter.Biechele@gmx.de Message-Id: <20030829224143.BBE591D9F2@bugzilla.suse.de> Date: Sat, 30 Aug 2003 00:41:43 +0200 (CEST) Subject: [taskjuggler-devel] *** Request via TaskJuggler Web Site ***
Taskjuggler V1.9.0 Compilation on Debian GNU/Linux Testing/Unstable:
Just to let you kbnow that Version 1.9.0 compiles under Debian using KDE 3.1.3 with the following configure settings:
./configure --with-kde-support=yes --with-qt-dir=/usr
--with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib/qt3
The only thing which does not work is the manual, because the debian docbook utils do not accept underscores in ids although that should be possible. To avoid problems i did:
in directory \"doc/en\":
LIST=ls *.sgml; for file in $LIST; do sed -e\'s/_/-/g\' $file >1.tmp; mv 1.tmp $file; done
Then make and make install works perfectly.
To run ktjview you have to use:
export KDEDIRS=/usr/local; ktjview
Taskjuggler 1.9 does not compile using KDE 3.0.x (QT3.0.x) !!!
Just want to let you know, maybe you can put it on your homepage for ther Debian users.
One last question:
Is ist possible to compile taskjuggler statically? (--enable-static does not work.)
Name : Peter Biechele
-- To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com For additional commands, email: taskjuggler-devel-help@suse.com
This archive was generated by hypermail 2.1.7 : Sun Aug 31 2003 - 10:14:20 CEST