Error!
-
When compiling hise, I get this error "No member named "NodeBase" in namespace 'scriptnode'" I use macOS Tahoe.!
) -
@udalilprofile
This bug has already been discussed twice in the forum. Do not use the latest commit to compile HISE.Use this commit:
cf3fc78You can do this as follows:
- Clone HISE in the usual way with
git clone https://github.com/christophhart/HISE.git- Set the head to the last working commit:
git reset --hard cf3fc78Now you can compile HISE without errors.
PS. Use the develop branch.