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
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
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
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
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
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