Re: Build failure of Crawl on F32+

2020-04-22 Thread Antonio Trande
On 22/04/20 13:34, Mark Knoop wrote: > At 12:00 on 22 Apr 2020, Antonio Trande wrote: >> Hi all. >> >> Any idea about why this error comes out on F32+ and not on F31? >> >> ``` >> ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you >> mean 'isaalnum'? >> 2086 | return is

Re: Build failure of Crawl on F32+

2020-04-22 Thread Mark Knoop
At 12:00 on 22 Apr 2020, Antonio Trande wrote: > Hi all. > > Any idea about why this error comes out on F32+ and not on F31? > > ``` > ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you > mean 'isaalnum'? > 2086 | return iswalnum(c) || c == '_' || c == '-'; > |

Re: Build failure of Crawl on F32+

2020-04-22 Thread Dan HorĂ¡k
On Wed, 22 Apr 2020 13:00:26 +0200 Antonio Trande wrote: > Hi all. > > Any idea about why this error comes out on F32+ and not on F31? new GCC 10 and a header not included? https://en.cppreference.com/w/cpp/string/wide/iswalnum Dan > ``` > ui.cc:2086:12: error: 'iswalnum' wa

Build failure of Crawl on F32+

2020-04-22 Thread Antonio Trande
Hi all. Any idea about why this error comes out on F32+ and not on F31? ``` ui.cc:2086:12: error: 'iswalnum' was not declared in this scope; did you mean 'isaalnum'? 2086 | return iswalnum(c) || c == '_' || c == '-'; |^~~~ |isaalnum make: *** [Makefile