On Wed, 22 Apr 2020 13:00:26 +0200
Antonio Trande <anto.tra...@gmail.com> 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' was not declared in this scope; did
> you mean 'isaalnum'?
>  2086 |     return iswalnum(c) || c == '_' || c == '-';
>       |            ^~~~~~~~
>       |            isaalnum
> make: *** [Makefile:1601: ui.o] Error 1
> ```
> 
> GitHub ticket: https://github.com/crawl/crawl/issues/1372
> 
> Build on F31:
> https://koji.fedoraproject.org/koji/taskinfo?taskID=43635124
> 
> Build on F33:
> https://koji.fedoraproject.org/koji/taskinfo?taskID=43636815
> 
> -- 
> ---
> Antonio Trande
> Fedora Project
> mailto 'sagitter at fedoraproject dot org'
> GPG key: 0x7B30EE04E576AA84
> GPG key server: https://keys.openpgp.org/
> 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to