From: Brian P. <br...@vm...> - 2009-06-24 22:24:50
|
Jianrong Shu wrote: > 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? The Visual Studio project files haven't been actively maintained lately (we've been using scons on Windows). If you can provide updated project files, that'd be great. It's just a matter of removing references to old/removed files and adding the new ones. -Brian |