-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can't get it to run on macOS iTerm 2 #2146
Labels
Comments
Thank you for your interest in this project. First, I don't use macOS. so I can't test it and I need more details.
|
On Thu, Aug 22, 2024 at 8:57 PM Shuu ***@***.***> wrote:
@raguay <https://github.com/raguay>
Thank you for your interest in this project.
First, I don't use macOS. so I can't test it and I need more details.
1. What $TERM ENV are you using?
xterm-256color
1. Did you run the editor on a terminal multiplexer?
No
1. What version of Ncurses are you using? This may be because it's an
older version.
nimble install moe@#head in zsh at 22:10:17
Downloading https://github.com/fox0430/moe using git
Verifying dependencies for ***@***.***
Info: Dependency on ncurses@>= 1.0.2 already satisfied
Verifying dependencies for ***@***.***
Info: Dependency on unicodedb@>= 0.12.0 already satisfied
Verifying dependencies for ***@***.***
Info: Dependency on parsetoml@>= 0.7.1 already satisfied
Verifying dependencies for ***@***.***
Info: Dependency on regex@>= 0.25.0 already satisfied
Verifying dependencies for ***@***.***
Info: Dependency on unicodedb@>= 0.7.2 already satisfied
Verifying dependencies for ***@***.***
Info: Dependency on results@>= 0.4.0 already satisfied
Verifying dependencies for ***@***.***
Info: Dependency on jsony@>= 1.1.5 already satisfied
Verifying dependencies for ***@***.***
Installing ***@***.***
Building moe/moe using c backend
ld: warning: ignoring duplicate libraries: '-lm'
Warning: Symlink already exists in /Users/raguay/.nimble/bin/moe.
Replacing.
Success: moe installed successfully.
… —
Reply to this email directly, view it on GitHub
<#2146 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS7JR5WZGGLQHC3MAXBB33ZSXU45AVCNFSM6AAAAABM5I5CBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBUG42DENZZGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
ncurses is 6.5
…On Sat, Aug 24, 2024 at 10:20 PM Shuu ***@***.***> wrote:
@raguay <https://github.com/raguay>
nim-ncurses is a just wrapper by installed nimble. Ncurses is a system
library. I need Ncurses version.
Probably this <https://formulae.brew.sh/formula/ncurses> on macOS.
—
Reply to this email directly, view it on GitHub
<#2146 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS7JR4DPQHINMKLRIIQBI3ZTCQDRAVCNFSM6AAAAABM5I5CBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGQZDQNBXGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hmm... It should be working... Your Ncurses version is fine, but Ncurses may not have been built with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Once installed, I tried to run it and I get "could not import: init_extended_color". It never runs.
Environment
macOS 14.6.1 (23G93)
iTerm 2 Build 3.5.4beta2
Category
Major — The software does not fulfill the task it is designed for.
Steps to Reproduce
Detailed Description
No response
The text was updated successfully, but these errors were encountered: