Skip to content
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

Eurorack-blocks for Max doesn't build properly on macOS Monterey "bash: erbb: command not found" #459

Open
ohmtech-rdi opened this issue Aug 7, 2022 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@ohmtech-rdi
Copy link
Owner

ohmtech-rdi commented Aug 7, 2022

gen~: exported: Macintosh HD:/Users/raf/dev/eurorack-blocks/test/max/artifacts/module_max.cpp
node.script: Build starting
node.script: module: /Users/raf/dev/eurorack-blocks/test/max/
node.script: Error: bash: erbb: command not found
node.script: Error: bash: erbb: command not found
node.script: child process exited with code 127
@ohmtech-rdi ohmtech-rdi self-assigned this Aug 7, 2022
@ohmtech-rdi ohmtech-rdi added the bug Something isn't working label Aug 7, 2022
@ohmtech-rdi
Copy link
Owner Author

On macOS Monterey, zsh is used by default. But Max still uses bash.

We need to source our environment with the PATH to erbb. So not only we have to fill .zshrc but also .bash_profile in the Max case.

@ohmtech-rdi ohmtech-rdi changed the title Eurorack-blocks for Max doesn't build properly on maxOS Monterey "bash: erbb: command not found" Eurorack-blocks for Max doesn't build properly on macOS Monterey "bash: erbb: command not found" Aug 29, 2022
@ricardomatias
Copy link
Contributor

Do you have any objections in having fish support?

@ohmtech-rdi
Copy link
Owner Author

Hi @ricardomatias !

Thanks for the suggestion. I'm not sure exactly on how this could address this issue regarding Max. Could you please elaborate on that?

If this is a general suggestion, I'll be happy to make a new issue for you on this topic.

Please keep us posted. Thanks!

@ricardomatias
Copy link
Contributor

It's at most tangentially related, so more of a general suggestion :) Best to open a new issue.

@ohmtech-rdi
Copy link
Owner Author

Please don't hesitate to open it yourself, as you can probably put more details than me, or otherwise tell me to do it for you. Thanks!

@OmsInSerial
Copy link

Type this command in a bash shell:
chsh -s /bin/zsh
It will switch your shell from bash to zsh, then no more error from max environment. Everything seems to build correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants