Re: [Firebird-devel] cmake build error

2017-12-02 Thread William L. Thomson Jr.
On Sat, 2 Dec 2017 16:20:39 -0500 "William L. Thomson Jr." wrote: > On Sun, 3 Dec 2017 00:09:24 +0300 > Roman Simakov wrote: > > > You sould not strip out TOK_ > > https://github.com/FirebirdSQL/firebird/pull/133 fixed errors you > > see > > Yes but its using internal stuff. Leaving it as is

Re: [Firebird-devel] cmake build error

2017-12-02 Thread William L. Thomson Jr.
On Sun, 3 Dec 2017 00:09:24 +0300 Roman Simakov wrote: > You sould not strip out TOK_ > https://github.com/FirebirdSQL/firebird/pull/133 fixed errors you see Yes but its using internal stuff. Leaving it as is except for the libtomcrypt and libtommath. Trying to get it to use the system ones vs b

Re: [Firebird-devel] cmake build error

2017-12-02 Thread Roman Simakov
You sould not strip out TOK_ https://github.com/FirebirdSQL/firebird/pull/133 fixed errors you see 2017-12-02 23:58 GMT+03:00 William L. Thomson Jr. : > On Sat, 2 Dec 2017 23:45:09 +0300 > Roman Simakov wrote: >> >> Hmmm. I do not understand. Did ypu strip out TOK_ prefix from src > > Yes I strip

Re: [Firebird-devel] cmake build error

2017-12-02 Thread William L. Thomson Jr.
On Sat, 2 Dec 2017 23:45:09 +0300 Roman Simakov wrote: > > Hmmm. I do not understand. Did ypu strip out TOK_ prefix from src Yes I strip it out via sed, just removing TCK_, replacing with nothing. Before removing TOK_ I got a different error, I think about token not found or something. It was n

Re: [Firebird-devel] cmake build error

2017-12-02 Thread Roman Simakov
Hmmm. I do not understand. Did ypu strip out TOK_ prefix from src and wander why it's not found? 2017-12-02 23:30 GMT+03:00 William L. Thomson Jr. : > I ran into this before and seems same even with updated cmake patches. > Not sure if its a gcc 6 issue, some other scope issue, or something I > di

[Firebird-devel] cmake build error

2017-12-02 Thread William L. Thomson Jr.
I ran into this before and seems same even with updated cmake patches. Not sure if its a gcc 6 issue, some other scope issue, or something I did to cmake build, or env. I am removing some tokens, maybe btyacc issue. Here I strip out TOK_ for f in yvalve/keywords dsql/Parser; do sed -i -e

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. Sweet, nice work and than

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: > Greetings, > > I noticed a b