Displaying 3 results from an estimated 3 matches for "midnum".
Did you mean:
cidnum
2015 Apr 24
4
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
...amp;idx))
^
[?]
fts-tokenizer-generic.c:212:18: error: use of undeclared identifier 'MidLetter'
if (uint32_find(MidLetter, N_ELEMENTS(MidLetter), c, &idx))
^
fts-tokenizer-generic.c:214:18: error: use of undeclared identifier 'MidNum'
if (uint32_find(MidNum, N_ELEMENTS(MidNum), c, &idx))
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Makefile:591: recipe for target 'fts-tokenizer-generic.lo' failed
gmake[4]: *** [fts-tokenizer-generic.lo...
2015 May 04
0
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
...^
> [?]
>
> fts-tokenizer-generic.c:212:18: error: use of undeclared identifier 'MidLetter'
> if (uint32_find(MidLetter, N_ELEMENTS(MidLetter), c, &idx))
> ^
> fts-tokenizer-generic.c:214:18: error: use of undeclared identifier 'MidNum'
> if (uint32_find(MidNum, N_ELEMENTS(MidNum), c, &idx))
> ^
> fatal error: too many errors emitted, stopping now [-ferror-limit=]
> 20 errors generated.
> Makefile:591: recipe for target 'fts-tokenizer-generic.lo' failed
> gmake[4]:...
2015 May 09
2
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
...eemu.huovila at dovecot.fi> wrote:
> On 04/24/2015 10:00 PM, Michael Grimm wrote:
>> 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success:
[?]
>> fts-tokenizer-generic.c:214:18: error: use of undeclared identifier 'MidNum'
>> if (uint32_find(MidNum, N_ELEMENTS(MidNum), c, &idx))
>> ^
>> fatal error: too many errors emitted, stopping now [-ferror-limit=]
>> 20 errors generated.
>> Makefile:591: recipe for target 'fts-tokenizer-generic.lo' fai...