Re: [Licq-devel] master does not build
Anders Olofsson <[email protected]> Mon, 30 Jul 2012 09:25:26 +0200
| Newsgroups | gmane.network.licq.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2012-07-29 23:04, Erik Johansson wrote: > As of 3ae13d00 (Build example config file as default) master does not > build as the source file "default_config.cpp" does not exist. > > // Erik > default_config.cpp is generated from licq_forwarder.conf when running cmake for forwarder plugin. Try clearing your forwarder/build dir and rerunning cmake for it, that should generate the missing file. Feel free to have a look in forwarder/src/CMakeLists.txt and see if you can find a better way to do the generation so it builds when make is run instead of when running cmake. Also I was unable to figure out how to rebuild default_config.cpp automatically when licq_forwarder.conf has changed so any help with that would be great. /Anders --