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

make problem #23

Open
yunxiaoshan opened this issue Sep 6, 2016 · 2 comments
Open

make problem #23

yunxiaoshan opened this issue Sep 6, 2016 · 2 comments

Comments

@yunxiaoshan
Copy link

yunxiaoshan commented Sep 6, 2016

Hi,
When I make it, it happens the errors:


/ccd/vec3.h:34:4: error: #error You must define CCD_SINGLE or CCD_DOUBLE
 #  error You must define CCD_SINGLE or CCD_DOUBLE
    ^
./ccd/vec3.h:88:5: error: unknown type name ‘ccd_real_t’
     ccd_real_t v[3];
...........

bellow are almost the ccd_real_t problem.
So how to fix it?

@danfis
Copy link
Owner

danfis commented Sep 7, 2016

Provide more information. Post step by step what you did with complete logs.

@sushuang9210
Copy link

sushuang9210 commented Oct 25, 2016

Adding #define CCD_DOUBLE to vec3.h may solve the problem.

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

3 participants