http://bugs.freedesktop.org/show_bug.cgi?id=10638

           Summary: Cannot build on Windows
           Product: Mesa
           Version: 6.5
          Platform: x86 (IA32)
        OS/Version: Windows (All)
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: Mesa core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


OPENGL32.DLL and OSMESA32.DLL will not build on Windows with either VC6 or VC8.
Following the Windows build instructions (basically, open the workspace or
solution file, select Build or Build Solution) results in the following link
errors (these are fron VC8):

3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_771
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_770
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_769
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_749
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_748
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_741
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_740
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_739
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_656
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_655
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_654
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_606
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_581
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_580
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_569
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_568
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_567
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_564
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_563
3>mesa.lib(glapi.obj) : error LNK2001: unresolved external symbol
_gl_dispatch_stub_562
3>Release/OPENGL32.DLL : fatal error LNK1120: 20 unresolved externals
3>Build log was saved at "file://c:\Documents and
Settings\dave\Desktop\Mesa-6.5.2\windows\VC7\mesa\gdi\Release\BuildLog.htm"
3>gdi - 21 error(s), 1 warning(s)
4>------ Build started: Project: osmesa, Configuration: Release Win32 ------
4>Compiling...
4>osmesa.c
4>driverfuncs.c
4>Generating Code...
4>Linking...
4>..\..\..\..\src\mesa\drivers\osmesa\osmesa.def(1) : warning LNK4017:
DESCRIPTION statement not supported for the target platform; ignored
4>   Creating library .\Release/OSMESA32.lib and object .\Release/OSMESA32.exp
4>driverfuncs.obj : error LNK2019: unresolved external symbol
__swrast_get_program_register referenced in function
__mesa_init_driver_functions
4>Release/OSMESA32.DLL : fatal error LNK1120: 1 unresolved externals
4>Build log was saved at "file://c:\Documents and
Settings\dave\Desktop\Mesa-6.5.2\windows\VC7\mesa\osmesa\Release\BuildLog.htm"
4>osmesa - 2 error(s), 1 warning(s)
========== Build: 1 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to