From: <no...@so...> - 2001-06-23 14:13:46
|
Bugs item #435682, was opened at 2001-06-23 07:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100003&aid=435682&group_id=3 Category: None Group: Compile/Install Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Can't compile Mesa 3.5 with VC++ 6.0 Initial Comment: When trying to compile Mesa 3D version 3.5 with: nmake /f Makefile.win I get following error messages: tnl\t_imm_dlist.c(502) : error C2152: '=' : pointers to functions with different attributes tnl\t_imm_dlist.c(504) : error C2152: '=' : pointers to functions with different attributes tnl\t_imm_dlist.c(510) : warning C4018: '==' : signed/unsigned mismatch tnl\t_imm_dlist.c(511) : error C2152: '=' : pointers to functions with different attributes tnl\t_imm_dlist.c(513) : error C2152: '=' : pointers to functions with different attributes tnl\t_imm_dlist.c(515) : error C2152: '=' : pointers to functions with different attributes My compiler (VC++ 6.0) should be correctly installed so that isn't the problem, I think. Is there some compiler option that should be enabled? If not, what is the problem? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100003&aid=435682&group_id=3 |