[cfe-dev] Small patch to get clang working on Minix 3

Anton Korobeynikov anton at korobeynikov.info
Tue Mar 16 09:39:56 PDT 2010


Hello

> +#include <stdint.h>
We cannot used stdint.h include - this file does not exist with VCPP
(also, you don't use the proper order of includes, etc.).
You should at least use Support/DataTypes.h. However, the problem is
definitely somewhere else, such include just masks the real problem.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-dev mailing list