This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Project compilation error

I have this project that I have been working on for sometime, however today I encountered this extremely weird error while building

I haven't changed any sort of project settings knowingly so I am wondering what could be done to rectify this

Parents
  • I haven't changed any sort of project settings knowingly

    Clearly, something has changed - because it can no longer find the definitions of those two SD_MUTEX_... symbols - so do you have an earlier version to go back to?

    This is where a software revision control system - eg, Git, SVN - is a lifesaver!

    If not, try a fresh, unmodified example - and see where those definitions should come from ...

Reply
  • I haven't changed any sort of project settings knowingly

    Clearly, something has changed - because it can no longer find the definitions of those two SD_MUTEX_... symbols - so do you have an earlier version to go back to?

    This is where a software revision control system - eg, Git, SVN - is a lifesaver!

    If not, try a fresh, unmodified example - and see where those definitions should come from ...

Children
Related