Changes between Version 3 and Version 4 of dev-games/ode/0.11.1
- Timestamp:
- 05/06/10 11:17:33 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-games/ode/0.11.1
v3 v4 1 '''Problem:''' 2 1 3 ../../../include/ode/error.h:37: error: 'va_list' has not been declared 2 4 3 #include <stdarg.h> 5 6 For some unknow reason.. error.h don't find odeconfig.h in the same folder..... 7 8 9 Here is the declaration: 10 11 #include <ode/odeconfig.h> 12 13 the error persist if I change to 14 15 #include "odeconfig.h"
