I'm compiling for Linux at the moment, and I'm getting this error in LFNoise.cpp due to Util.h not being found:
ifndef _WIN32
include "Util.h"
endif
I just commented it out and that solves the problem. What's the use for this header exactly? Or am I just picking up unfinished code that's not included in the XCode project?
I'm compiling for Linux at the moment, and I'm getting this error in LFNoise.cpp due to Util.h not being found:
ifndef _WIN32
include "Util.h"
endif
I just commented it out and that solves the problem. What's the use for this header exactly? Or am I just picking up unfinished code that's not included in the XCode project?