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 == '-'; > | ^~~~~~~~ > | isaalnum > make: *** [Makefile:1601: ui.o] Error 1 > ``` Perhaps: #include <cwctype> ? > 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 -- Mark Knoop _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx