libccd icon indicating copy to clipboard operation
libccd copied to clipboard

make problem

Open yunxiaoshan opened this issue 9 years ago • 2 comments

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?

yunxiaoshan avatar Sep 06 '16 20:09 yunxiaoshan

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

danfis avatar Sep 07 '16 05:09 danfis

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

sushuang9210 avatar Oct 25 '16 14:10 sushuang9210