Hello,
I have problem with Plugin Host example app. As I wrote in subject, while I compile the program in xCode, there is error, that flock.cpp can’t be found.
I’ve just read topic in that link:
There is advice to install latest version of SDK VST, but I’ve just download it from 3rd-Party Developers Support & SDKs | Steinberg
and it doesn’t help.
So I tried to move flock.cpp file to location where xCode expects it but then there are much more errors. I also tried to change #include path to the location where flock.cpp comes originally from steinberg. But it also doesn’t help but gives much more errors.
I can’t find anywhere explanation how to repair it. Could anyone help me?
For any help thanks in advance.
OK, thanks,
but then I have one more stupid question, sorry for that but I am quite new on github and in programming at all. So I would like to ask: I found that https://github.com/WeAreROLI/JUCE
You can’t really be a developer without understanding GIT these days, so that’s worth spending some time learning!
And yes, you should always pull entire repos as a whole (this applies to everything, not just juce!) If you start mixing up random versions of files from them you’ll end up in a mess.