-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error make #456
Comments
Looks like your terminal can't handle characters like |
Also,
:wat: |
I use putti as an ssh accessor. OS Ubuntu 16.04. locale
sudo locale-gen en_US.utf8Same. |
locale-gen doesn't set the locale, it just makes it available. Try
`LANG=en_US.UTF-8 make fast`
…On Sat, Aug 25, 2018, 19:12 sd166 ***@***.***> wrote:
I use putti as an ssh accessor. OS Ubuntu 16.04.
locale
LANG=en_US
LANGUAGE=en_US:
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
sudo locale-gen en_US.utf8
Same.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#456 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc-ajt6l6Y7iZgRm1X98jIdmP_je6qDks5uUYWCgaJpZM4WMaos>
.
|
It helped. Thank you so much |
Great!
Btw: does anybody know whether we can just enable this in the makefile? Or
at least add a check or something?
…On Sat, Aug 25, 2018, 19:20 sd166 ***@***.***> wrote:
It helped. Thank you so much
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#456 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc-anR0yFQDM8DgK5GJ4Phyd8ECMdN2ks5uUYdAgaJpZM4WMaos>
.
|
like this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When executing a poppy, it produces the following error
The text was updated successfully, but these errors were encountered: