-
I tried to make the file on MacOS Ventura 13.4, but just got too many errors and warnings. mostly of type : references are a C++11 extension [-Wc++11-extensions]
What could I do to successfully compile it in MacOS? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would recommend using Luarocks for installing. To install from Luarocks server:
To install from local soure code using luarocks:
The Makefile in It seems strange that your build complains:
but also
Do you have rtmidi installed and if so where is it installed? I would recommend to try using luarocks and send the full output. Moreover:
indicates that you are using RtMidi Version 6.0.0. |
Beta Was this translation helpful? Give feedback.
Update: I fixed some problems. Please try to build with latest commit aaf35de from git using: