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

Update get-juce.sh to use the latest JUCE version #227

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

wilzh40
Copy link
Contributor

@wilzh40 wilzh40 commented Jul 13, 2020

The linux nightly build is broken on Ubuntu due to a JUCE Makefile error; the correct std version is not being set.
Error: unordered_map’ in namespace ‘std’ does not name a template type which indicates the std=c++17 compiler flag is not being correctly set. Manually bumping the version number from 6.0.0->6.0.1 fixes this.

The linux nightly build is broken on Ubuntu due to a JUCE Makefile error; the correct std version is not being set. 
Error: `unordered_map’ in namespace ‘std’ does not name a template type` which indicates std=c++17 compiler flag is not being correctly set. The latest version of JUCE fixes this.
@asb2m10 asb2m10 merged commit 1a97a2f into asb2m10:master Jul 13, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants