On Thu, Nov 5, 2009 at 19:32, Erik Johansson <[email protected]> wrote: > Any objections against replacing the autoconf build system on trunk > with the cmake based one on the cmake-licq branch? It can't do all the > stuff that the autoconf can but I think it is better to switch now, > directly after a release, and find bugs earlier.
In case you've missed it I have merged cmake support back to trunk. Besides the daemon, the following plugins have been converted: auto-reply, email, msn and rms. The qt4-gui plugin was using cmake since earlier but will need some changes to look like the others. Please test building. To build licq: cd licq && mkdir build && cd build cmake .. && make To build a plugin, change the last line to: cmake -DCMAKE_MODULE_PATH=<absolute path to>/licq/cmake .. (The -DCMAKE_MODULE... is not needed if you did a make install after building the daemon.) The two plugins left to convert are console and osd. This will leave three plugins that I have no intention of converting: jons-gtk-gui, jons-gtk2-gui and qt-gui. Are these something that we wish to keep? /Erik -- Erik Johansson Home Page: http://ejohansson.se/ PGP Key: http://ejohansson.se/erik.asc
