When I try to buld Mesa version 7.6 onto Win32 I get this error message:

Compiling...
api_exec.c
..\..\..\..\src\mesa\main\api_exec.c(831) : error C2440: '=' : cannot
convert from 'GLboolean (__cdecl *)(GLsync)' to 'GLboolean (__stdcall
*)(GLsync)'
..\..\..\..\src\mesa\main\api_exec.c(832) : error C2440: '=' : cannot
convert from 'void (__cdecl *)(GLsync)' to 'void (__stdcall *)(GLsync)'
..\..\..\..\src\mesa\main\api_exec.c(833) : error C2440: '=' : cannot
convert from 'GLsync (__cdecl *)(GLenum,GLbitfield)' to 'GLsync (__stdcall
*)(GLenum,GLbitfield)'
..\..\..\..\src\mesa\main\api_exec.c(834) : error C2440: '=' : cannot
convert from 'GLenum (__cdecl *)(GLsync,GLbitfield,GLuint64)' to 'GLenum
(__stdcall *)(GLsync,GLbitfield,GLuint64)'
..\..\..\..\src\mesa\main\api_exec.c(835) : error C2440: '=' : cannot
convert from 'void (__cdecl *)(GLsync,GLbitfield,GLuint64)' to 'void
(__stdcall *)(GLsync,GLbitfield,GLuint64)'
..\..\..\..\src\mesa\main\api_exec.c(837) : error C2440: '=' : cannot
convert from 'void (__cdecl *)(GLsync,GLenum,GLsizei,GLsizei *,GLint *)' to
'void (__stdcall *)(GLsync,GLenum,GLsizei,GLsizei *,GLint *)'
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.

Microsoft Visual Studio 2005
Version 8.0.50727.42  (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727

Any idea?

Thanks

Delle
-- 
View this message in context: 
http://www.nabble.com/Error-building-MesaLib-7.6-onto-Win32-with-Microsoft-Visual-Studio-2005-and-2008-tp25990977p25990977.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to