Hi,
I recently upgraded to mac OS HighSierra Version 10.13.5 and installed cadabra using Homebrew but the gtk interface doesn't seem to work. Indeed, each time I try to evaluate a cell (using the Arrow button), nothing shows up and the loading symbol (at the bottom of the page) keeps running in circle forever.
I'm not sure whether this is relevant or not, but when running cadabra2-gtk on the terminal, the following error message shows up:
(process:45838): Gtk-WARNING **: 15:25:32.590: Locale not supported by C library.
Using the fallback 'C' locale.
Also, during installation, the following warnings are generated:
warning:
'PyThread_set_key_value' is deprecated [-Wdeprecated-declarations]
PyThread_set_key_value(internals_ptr->tstate, tstate);
^
/Users/Morand/cadabra2/core/./properties/Tableau.hh:11:24: warning: 'name'
overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
virtual std::string name() const;
^
/Users/Morand/cadabra2/core/./Props.hh:141:23: note: overridden virtual function
is here
virtual std::string name() const=0;
^
Thank you already for any help!