Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Juce 6.1.3 support? #4

Open
jacobweber opened this issue Dec 11, 2021 · 2 comments
Open

Juce 6.1.3 support? #4

jacobweber opened this issue Dec 11, 2021 · 2 comments

Comments

@jacobweber
Copy link

Do you know if anything needs to be changed to use Juce 6.1.3, other than the GIT_TAG in CMakeLists.txt?

When I tried this, the MacOS and Linux builds passed, but the Windows build failed in the Configure step, with a number of warnings, and one error:

error: type/value mismatch at argument 1 in template parameter list for
  'template<class Type> struct juce::UUIDGetter'

Here's the output of that step.

@jacobweber
Copy link
Author

jacobweber commented Dec 24, 2021

Actually this starts happening with Juce 6.0.8 (6.0.7 works).

@jacobweber
Copy link
Author

I managed to work around this by removing Ninja. I removed -G Ninja -D CMAKE_MAKE_PROGRAM=ninja from the cmake configure step, and I also had to add --config "$ENV{BUILD_TYPE}" to the cmake build step.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant