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
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to