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

Missing -DAUDIOWORKLET definition in Makefile #4

Open
bfabricius opened this issue Oct 10, 2018 · 3 comments
Open

Missing -DAUDIOWORKLET definition in Makefile #4

bfabricius opened this issue Oct 10, 2018 · 3 comments

Comments

@bfabricius
Copy link

It seems like JUCE is missing a platform definition during cross compilation if i don't add -DAUDIOWORKLET to the CFLAGS in Makefile. Can you confirm this?

@jariseon
Copy link
Member

correct, the Makefile below contains -DAUDIOWORKLET and -DWASM:
https://github.com/jariseon/JUCE/blob/master/wasm/lib/Makefile#L12

AUDIOWORKLET defines the target platform and WASM defines the target binary format. But webdx7 should not need those flags ?

@bfabricius
Copy link
Author

@jariseon sorry, got my wires crossed here, this was supposed to be an issue for https://github.com/jariseon/webOBXD. Ill close this issue and migrate it over there. Thanks for getting back on this so quickly 👍

@bfabricius
Copy link
Author

Actually, seems i cant create an issue for that repo. But when I compiled webOBXD earlier, i had to add -DAUDIOWORKLET to the CFLAGS in Builds/Makefile. Reopening this so you can take note :) sorry for the back and forth.

@bfabricius bfabricius reopened this Oct 10, 2018
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