Could you verify the tag that you are working on (go into each repo individually and check "git log" then copy in the commit hash in this thread), and that there are no other changes in your repo's that might affect the compilation ("git status" will show any changed files) ?
Have you tried to compile any other examples to see if they also fail?
Kind regards,
Håkon
The other examples are getting complied properly.
Ok, that is good. Have you tried cleaning the repo, using "git clean -fdx" (note: will remove untracked files!), or cloned it in a fresh folder?
I cleaned the repo and tried to build it again but the errors are still there.
Can you suggest any other methods to remove the errors please?
Thank you.