On 5/1/19 10:11 AM, Pierre Labastie via blfs-dev wrote:
vala-0.44.3 gnome-calculator-3.30.1:I'm getting an error when running ninja in gnome-calculator: ../lib/equation-parser.vala: error: Cannot convert from `GLib.List<weak LexerToken>' to `GLib.List<LexerToken>' this.token_list = token_list.copy(); This has been fixed upstream: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/d89466a7e90d95b8a34fc0a3db6007599b243788 The following sed should work: sed -e 's/token_list\.copy()/token_list.copy_deep((CopyFunc) Object.ref)/' \ -i lib/equation-parser.vala I think next version of gnome-calculator should have the fix. Douglas, do you think I should add the sed, or are you planning to do gnome-calculator soon? Regards Pierre
I'm planning on having gnome-calculator in over the next day or two. The biggest holdup is the addition of gspell that I need to do, especially since I'll be AFK for most of today.
Please add the sed as a temporary measure though. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
