[quoted lines by Adrian van Bloois on 2019/01/18 at 11:33 +0100] >I downloaded the latest version of brltty and try to compile it. >This is what I got: > >./unicode.c: In function 'isEmojiCharacter': >./unicode.c:177:36: error: 'UCHAR_EMOJI' undeclared (first use in this >function) > if (hasBinaryProperty(character, UCHAR_EMOJI)) return 1; > ^
You must have an older version of icu and UCHAR_EMOJI must be new. Since that code didn't actually end up being used, I just removed it. Please update and try again. -- 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
