From: Jianrong S. <jia...@gm...> - 2009-06-24 22:04:13
|
Hi there, I tried to build Mesa 7.5 branch on Windows using Visual Studio 2008 and the VC8 solution file and got several errors. First, the "mesa" project included a file "prog_debug.c", which doesn't exist. After deleting it from the project, I was able to compile it successfully. Then, when building the "gdi" project, I got the following error messages: 1>Linking... 1>mesa.def : error LNK2001: unresolved external symbol _mesa_get_compressed_teximage 1>mesa.def : error LNK2001: unresolved external symbol _mesa_get_program_register 1>mesa.def : error LNK2001: unresolved external symbol _mesa_get_teximage 1>mesa.def : error LNK2001: unresolved external symbol _mglapi_check_multithread 1>mesa.def : error LNK2001: unresolved external symbol _mglapi_get_proc_address I also tried the master branch and the same problem exists. Any fix to this? Thanks, Jianrong |