Hi Chris,
thanks. I moved made the uprefs variable from
top-level to class UserPreferences (where it belongs).
That change had not propagated to all build branches,
but now I hope it is everywhere.
*SVN 1707*.
Best Regards,
Jürgen
On 6/5/23 17:42, Chris Moller wrote:
Hi, Jürgen,
Xtian Robert just sent me a libedif bug, but building libapl.so so I
could fix that bug I found a few libapl bugs of the form:
libapl.cc: In function ‘void disable_safe_mode()’:
libapl.cc:985:4: error: ‘uprefs’ was not declared in this scope
985 | uprefs.safe_mode = false;
| ^~~~~~
The attached diff fixes these bugs, or at least identifies them.
Thanks,
Chris