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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Brian Paul (brianp)
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?
----------------------------------------------------------------------
>Comment By: Brian Paul (brianp)
Date: 2001-07-27 07:16
Message:
Logged In: YES
user_id=983
If you grab the latest sources from CVS this should work
now.
Somebody else contributed a patch.
I'm closing this report now.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100003&aid=435682&group_id=3
|