However, I'd try:
std::clock_t time
Yes, we thought this too. However, we are not actually using clock_t anywhere in our project
. In fact, nowhere in our project are we even including ctime!
Would help next time if you posted some code
I understand haha. However, our project is currently several hundred lines long. And since these errors are stemming from system headers, not sure how much use our code would be
. I know this looks like potentially corrupted system files, however we can replicate this on machines both at home and in the lab. The odds of both machines being corrupted in the same way seems crazy.
This SEEMS very much like a configuration problem, but for the life of me I can not find anyone who has had issues like this. What is even crazier is that we can get the thing to build if we first create a new project with only SFML and then import the rest of our code
.
Here's hoping someone has screwed up similarly before and save us a few hours debugging!