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

Error installing on rpi4 model B #233

Open
MaxLeggieri opened this issue Nov 9, 2022 · 2 comments
Open

Error installing on rpi4 model B #233

MaxLeggieri opened this issue Nov 9, 2022 · 2 comments

Comments

@MaxLeggieri
Copy link

MaxLeggieri commented Nov 9, 2022

Hi, i'm trying to install the package on a rpi4 64bit but the installation complains about missing the RtMidi.o with error 127.
Here the log output:

make: Entering directory '/home/**/***/node_modules/midi/build'
  CXX(target) Release/obj.target/midi/vendor/rtmidi/RtMidi.o
make: g++: No such file or directory
make: *** [midi.target.mk:112: Release/obj.target/midi/vendor/rtmidi/RtMidi.o] Error 127

I've installed all the dependencies.
Do u have any idea about the error? Maybe the aarch64 is not fully supported?
Thanks

@Julusian
Copy link

Julusian commented Nov 9, 2022

This project looks to not be maintained anymore. Instead you can use my fork @julusian/midi
See #228 for more details on the changes.

I haven't explicitly tested it on a pi, but there is a prebuilt binary for aarch64 available so it should work

@MaxLeggieri
Copy link
Author

This project looks to not be maintained anymore. Instead you can use my fork @julusian/midi See #228 for more details on the changes.

I haven't explicitly tested it on a pi, but there is a prebuilt binary for aarch64 available so it should work

Thanks Julusian! Installed without problems. Will let u know if any problem.
Great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants