Am Sonntag, 13. August 2006 17:46 schrieb Dexter Filmore:
> Yup, my fault, I was trying wo apply --with-kde to the main program...
> Quite a stunt, I think the qt/kde/gtk2 interfaces should be built along
> with the main app by default.

I think not, because it is not very difficult to write a script that builds 
the licq version of the day, suited to all your needs, and it makes packaging 
licq easier. I think of something like this:

#!/bin/bash
cd licq
svn update
make -f Makefile.cvs
./configure --prefix=/path/for/installation
make && make install || exit
cd plugins/qt-gui
make -f Makefile.cvs
./configure --prefix=/path/for/installation --with-kde
make && make install || exit

Not tested, but should work, I guess, if you are using svn to keep track of 
licq.

Arne

-- 
Dipl.-Inform. Arne Schmitz              Phone   +49 (0)241 80-21817
Computer Graphics Group                 Fax     +49 (0)241 80-22899
RWTH Aachen University                  http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany

Attachment: pgprNiGlcX698.pgp
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Licq-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main

Reply via email to