Open KernelPanicCode opened 7 years ago
I am working ofxSuperCollider in oF 0.9.2 / Qt creator. The compiler is g++ 5.4.0
When I build the code, I get this error from ofxSCResourceAllocator.h
error: ‘NULL’ was not declared in this scope.
I solved the issue adding this header in the file #include <cstddef>
#include <cstddef>
I am working ofxSuperCollider in oF 0.9.2 / Qt creator. The compiler is g++ 5.4.0
When I build the code, I get this error from ofxSCResourceAllocator.h
I solved the issue adding this header in the file
#include <cstddef>