From: Li M. <mi...@mp...> - 2000-11-20 12:04:52
|
Hi, I encountered a compilation problem on Irix platform. in types.h struct gl_texture_object { .. GLint _P; /* Highest mipmap level */ ... } The _P has been defined as a macro in line 42 of /usr/include/ctype.h #define _P 0x00000010 /* Punctuation */ So I think #ifdef _P #undef _P #endif This should be added at the beginning of the types.h. Li Ming. |