We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
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:
I've installed all the dependencies.
Do u have any idea about the error? Maybe the aarch64 is not fully supported?
Thanks
The text was updated successfully, but these errors were encountered: