You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the tests build without error with make termox.ui.tests after building the library, the resulting binaries all throw with the following response:
$ ./fixed.ui.test
terminate called after throwing an instance of 'std::runtime_error'
what(): initialize_terminal(): setlocale() failed.
Aborted
This is presumably a problem further up the code chain, since the UI tests themselves don't contain any code that should cause this to throw, but I haven't searched through the code enough to say where the issue lies.
The text was updated successfully, but these errors were encountered:
While the tests build without error with
make termox.ui.tests
after building the library, the resulting binaries all throw with the following response:This is presumably a problem further up the code chain, since the UI tests themselves don't contain any code that should cause this to throw, but I haven't searched through the code enough to say where the issue lies.
The text was updated successfully, but these errors were encountered: