Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allocating an object of abstract class type 'DebugDrawer' #269

Open
kbruneel opened this issue Jul 22, 2019 · 2 comments
Open

allocating an object of abstract class type 'DebugDrawer' #269

kbruneel opened this issue Jul 22, 2019 · 2 comments

Comments

@kbruneel
Copy link

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.

@beiller
Copy link
Contributor

beiller commented Jul 25, 2019

Hey,

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?

@kbruneel
Copy link
Author

Hey,

Ah ok I did not see the Dockerfile I was trying to follow the instructions from the readme.

I'm used to working with docker so I'll try this soon. Thanks!

PS Yes I'm on a mac, but thats less important now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants