Re: [Firebird-devel] Present state of cmake build system

2017-12-07 Thread Alex Peshkoff via Firebird-devel
On 12/03/17 20:16, William L. Thomson Jr. wrote: In a case of regular linux build of FB that sources from extern are not used. One can build with builtin libtom* but this is not recommended way to go. A lot of how Firebird on Gentoo has always been against the recommended way. Gentoo has its

Re: [Firebird-devel] Present state of cmake build system

2017-12-04 Thread William L. Thomson Jr.
On Tue, 5 Dec 2017 01:00:48 +0200 Vlad Khorsun via Firebird-devel wrote: > >This is not true: initially part of libtomcrypt was committed into > src but later it was moved into extern Ah that explains it. Thank you! :) > >

Re: [Firebird-devel] Present state of cmake build system

2017-12-04 Thread William L. Thomson Jr.
On Sat, 2 Dec 2017 19:45:19 +0300 Egor Pugin wrote: > Hi, > > See this PR https://github.com/FirebirdSQL/firebird/pull/133 > which fixes all present issues for Windows and Ubuntu (possibly other > linux systems too). > Macos build is needed in additional fixes in code.

Re: [Firebird-devel] Present state of cmake build system

2017-12-03 Thread William L. Thomson Jr.
On Sun, 3 Dec 2017 13:24:07 +0300 Alex Peshkoff via Firebird-devel wrote: > On 12/02/17 22:05, William L. Thomson Jr. wrote: > > Initial feedback, per another post of mine. I am looking to separate > > out the stuff in extern and package that on its own. I

Re: [Firebird-devel] Present state of cmake build system

2017-12-03 Thread Alex Peshkoff via Firebird-devel
On 12/02/17 22:05, William L. Thomson Jr. wrote: Initial feedback, per another post of mine. I am looking to separate out the stuff in extern and package that on its own. I already had btyacc and libtommath. I packaged libtomcrypt. I think the system btyacc no longer works as its from upstream

Re: [Firebird-devel] Present state of cmake build system

2017-12-02 Thread William L. Thomson Jr.
Initial feedback, per another post of mine. I am looking to separate out the stuff in extern and package that on its own. I already had btyacc and libtommath. I packaged libtomcrypt. I think the system btyacc no longer works as its from upstream and the one in Firebird has seen some changes since.

Re: [Firebird-devel] Present state of cmake build system

2017-12-02 Thread William L. Thomson Jr.
On Sat, 2 Dec 2017 19:45:19 +0300 Egor Pugin wrote: > Hi, > > See this PR https://github.com/FirebirdSQL/firebird/pull/133 > which fixes all present issues for Windows and Ubuntu (possibly other > linux systems too). > Macos build is needed in additional fixes in code.

Re: [Firebird-devel] Present state of cmake build system

2017-12-02 Thread Egor Pugin
Hi, See this PR https://github.com/FirebirdSQL/firebird/pull/133 which fixes all present issues for Windows and Ubuntu (possibly other linux systems too). Macos build is needed in additional fixes in code. On 16 November 2017 at 19:12, William L. Thomson Jr. wrote: >

[Firebird-devel] Present state of cmake build system

2017-11-16 Thread William L. Thomson Jr.
Greetings, I noticed a bit ago Firebird has a cmake build system in addition to autotools. I am not sure as to the present state of that. I have been messing around with it a bit with 4.x. Also looking to use the Ninja cmake generator rather than make/autotools for faster builds. I would like to