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
glue.cpp:4962:14: error: allocating an object of abstract class type 'DebugDrawer'
return new DebugDrawer();
^
../src/LinearMath/btIDebugDraw.h:105:15: note: unimplemented pure virtual method 'getDebugMode' in 'DebugDrawer'
virtual int getDebugMode() const = 0;
^
1 error generated.
The text was updated successfully, but these errors were encountered:
Build.sh was meant to run in the docker container, but I guess you can also just run it. I saw this error before as well and I cannot remember how I resolved it. Are you able to install docker and docker-compose, then just run "docker-compose up" to build? Are you also on a mac?
I get the following error when running
build.sh
:glue.cpp:4962:14: error: allocating an object of abstract class type 'DebugDrawer'
return new DebugDrawer();
^
../src/LinearMath/btIDebugDraw.h:105:15: note: unimplemented pure virtual method 'getDebugMode' in 'DebugDrawer'
virtual int getDebugMode() const = 0;
^
1 error generated.
The text was updated successfully, but these errors were encountered: