[quoted lines by Samuel Thibault on 2019/11/23 at 16:25 +0100] >While trying to build brltty on a freshly installed system >which only had mawk installed, not gawk, I got compilation >issues. Programs/brlapi_constants.h was almost empty. After installing >gawk, everything went fine. I guess ./configure should detect whether we >have mawk or gawk.
It seems that mawk (and maybe pure awk as well), although it claims to support extended regular expressions, isn't recognizing \s for whitespace. I just installed mawk and shall try to recode the patterns such that they work with both. -- I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ Dave Mielke | 2213 Fox Crescent | WebHome: http://Mielke.cc/ EMail: [email protected] | Ottawa, Ontario | Twitter: @Dave_Mielke Phone: +1 613 726 0014 | Canada K2A 1H7 | _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
