Am Montag, 14. August 2006 09:19 schrieb Arne Schmitz: > 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.
Well, I prefer having packages, so if I'd rather write a script that merges the main app and plugins in /tmp, should be simple - but in the first place I went for svn because 1.3.2 is so old and lacks quite a lot of functions. Usually I wait for stable releases, usually apps like Licq are released as a Slackware package rather quickly. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a- C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ b++(+++) DI+++ D- G++ e* h>++ r* y? ------END GEEK CODE BLOCK------ http://www.stop1984.com http://www.againsttcpa.com ------------------------------------------------------------------------- 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
