-
Notifications
You must be signed in to change notification settings - Fork 0
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
Non-Windows github actions checks fail #7
Comments
I think this can be fixed by adding a json file at https://github.com/rstudio/r-system-requirements/tree/main/rules |
submitted a pull request: |
Submitted fixed pull request: |
All checks except for MacOS are now OK. I probably have to update the configure script to contain brew installation of requirements |
Builds and checks on all operating systems now seem to work. @jeroen Thanks for you contributions and suggestions! I would appreciate it if you could give the configure script a glance if it seems OK to you. |
Fixed in 666ba01 |
@pepijn-devries I think this line does not do anything right now: Line 14 in 666ba01
If you want to define a macro, you need to use flag -DLIBOPENMPT_EXT_INTERFACE_INTERACTIVE Note it starts with However, given that it seemingly works without this macro perhaps it can just be removed? |
Hi Jeroen, Thanks for the check. 'LIBOPENMPT_EXT_INTERFACE_INTERACTIVE' should be a compiler flag to ensure that it includes a specific header file. But apparently I have specified this incorrectly, and I can still use this header file. So I guess I don't need it. I will remove it. I'll work on adding R bindings to as much of the libraries features as possible. After a while I might want to have a look at building it for WASM. But I'll need to do some homework for that first. I might need some help with that in the future... Cheers |
I wouldn't worry too much about wasm, that's very experimental stuff, and it would require building all of your dependency libs for wasm, which is a whole other business. Don't forget to add to your readme that users can install binaries for win/mac from https://pepijn-devries.r-universe.dev/openmpt so they don't have to compile things ;) |
Readme is updated with #15 |
This is because dependencies
libopenmpt
andportaudio
are not available.The text was updated successfully, but these errors were encountered: