Re: [Firebird-devel] cmake build on linux

2015-04-06 Thread Treeve Jelbert
On Mon, 6 Apr 2015 17:51:01 +0300, Egor Pugin wrote: make copy_files thanks, this works when using 'cmake -G make' but not when using 'cmake -G Ninja' Any suggestions? On 6 April 2015 at 16:54, Treeve Jelbert tre...@scarlet.be wrote: as a fan of cmake, I was keen to try the cmake build

Re: [Firebird-devel] cmake build on linux

2015-04-06 Thread Egor Pugin
I don't use ninja. If you use it, you probably should better know how to do it. Or you can search in the internet. ninja copy_files On 6 April 2015 at 21:37, Treeve Jelbert tre...@scarlet.be wrote: On Mon, 6 Apr 2015 17:51:01 +0300, Egor Pugin wrote: make copy_files thanks, this works when

[Firebird-devel] cmake build on linux

2015-04-06 Thread Treeve Jelbert
as a fan of cmake, I was keen to try the cmake build with firebird. It all runs smoothly, but some of the targets are not processed. It appears that all targets marked as POST_BUILD are not executed. In particular, makeHeader and ibase.h are not created. Nor is security3.fdb. Is this because

Re: [Firebird-devel] cmake build on linux

2015-04-06 Thread Egor Pugin
make copy_files On 6 April 2015 at 16:54, Treeve Jelbert tre...@scarlet.be wrote: as a fan of cmake, I was keen to try the cmake build with firebird. It all runs smoothly, but some of the targets are not processed. It appears that all targets marked as POST_BUILD are not executed. In