[EMAIL PROTECTED] wrote:

> No one to explain me where ode_check.h is supposed to come from ?

It was supposed to be part of a patch I sent to Jiba
a while back. Seems like it either got left out of the
patch or he hasn't included it in the repository.

I've attached it below. Jiba, you may want to make sure
it gets put in the repository.

--
Greg

/*
 *   Check that ODE is configured to use floats and not doubles.
 *   Otherwise chunk_add_float_endian_safe gets passed pointers
 *   of the wrong type.
 *
 *   Greg Ewing, March 2007
 *   [EMAIL PROTECTED]
 */

#include <ode/ode.h>

#ifndef dSINGLE
#error Soya requires ODE to be configured with PRECISION=SINGLE
#endif
_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to