Hise with Git
-
That's why I'm always afraid to build new version ahaha.
Every time I get errors
Any idea on this? -
Thought I needed to put the Juce:: to every point object but its not working.
Any Idea please? -
@sawer Did you checkout the Develop branch?
-
@d-healey nope, just clone Hise , placed the sdk in the tools folder and opened it in Projucer. But it's error upon error.
-
-
@d-healey
No, its not. I was sure to select the develop branch. -
@sawer Re-read this thread and rewatch my video. You're building the master branch.
-
@ustk said in Hise with Git:
If at the first time you haven't used git, it will be easier to delete the directory and clone
You don't clone "develop", you clone the repository. Then you checkout the branch you need (at this time it is develop) -
@d-healey My bad. Haven't paid attention enough. Thanks, will try again
-
Alright. Followed the instructions, I'm still facing the same errors
-
@sawer Did you do a fresh clone for this build attempt or is this the same clone as before? If it's the same did you clean the build directory before recompiling?
-
@d-healey made everything from scratch:
- Clone folder
- Checkout to develop branch
- placing sdk's
- Open project with Projucer
- Saved and opened in IDE
-
-
@d-healey said in Hise with Git:
macOS Big Sur Xcode Compile Semantic Fail Errors
When trying to compile HISE I'm experiencing the same issues in this thread: Build fail - Semantics: "Reference to ‘Point’ is ambiguous" I’m t...
Forum (forum.hise.audio)
Thanks a lot David! Checking them out.
-
@sawer
Built successfully- Downloaded command line
- Place ipp folders correctly
- installed new version of Juce
Thanks.