You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ../../include/Polycode.h:108:0,
from ../../include/polycode/bindings/lua/PolycodeLua.h:2,
from ../../src/core/PolyResourceManager.cpp:35:
../../include/polycode/core/PolySDLCore.h:40:42: error: invalid use of incomplete type ‘class Polycode::CoreMutex’
class _PolyExport SDLCoreMutex : public CoreMutex {
^
In file included from ../../include/Polycode.h:71:0,
from ../../include/polycode/bindings/lua/PolycodeLua.h:2,
from ../../src/core/PolyResourceManager.cpp:35:
../../include/polycode/core/PolySoundManager.h:38:11: note: forward declaration of ‘class Polycode::CoreMutex’
class CoreMutex;
^
make: *** [../../src/core/PolyResourceManager.o] Error 1
The text was updated successfully, but these errors were encountered:
Getting this error on a linux compile:
In file included from ../../include/Polycode.h:108:0,
from ../../include/polycode/bindings/lua/PolycodeLua.h:2,
from ../../src/core/PolyResourceManager.cpp:35:
../../include/polycode/core/PolySDLCore.h:40:42: error: invalid use of incomplete type ‘class Polycode::CoreMutex’
class _PolyExport SDLCoreMutex : public CoreMutex {
^
In file included from ../../include/Polycode.h:71:0,
from ../../include/polycode/bindings/lua/PolycodeLua.h:2,
from ../../src/core/PolyResourceManager.cpp:35:
../../include/polycode/core/PolySoundManager.h:38:11: note: forward declaration of ‘class Polycode::CoreMutex’
class CoreMutex;
^
make: *** [../../src/core/PolyResourceManager.o] Error 1
The text was updated successfully, but these errors were encountered: