<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Regression: Mesa compile broken (snprintf) with Visual Studio 2013 (vs2013)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107478">107478</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Regression: Mesa compile broken (snprintf) with Visual Studio 2013 (vs2013)
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86 (IA32)
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>glsl-compiler
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ckawano@oicinc.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>Mesa build off of v18.1.5 using Visual Studio 2013 (Update 5) has broken due to
the following two commits:
73f1e33d34b2044f2252a73e0fdd827d39724505 (mesa: remove snprintf macro in
imports.h to fix MSVC build)
Errors:
src\compiler\glsl_types.cpp(462) : error C3861: 'snprintf': identifier not
found
src\compiler\glsl_types.cpp(470) : error C3861: 'snprintf': identifier not
found
src\compiler\glsl_types.cpp(471) : error C3861: 'snprintf': identifier not
found
src\compiler\glsl_types.cpp(474) : error C3861: 'snprintf': identifier not
found
src\compiler\glsl_types.cpp(856) : error C3861: 'snprintf': identifier not
found
43d66c8c2d4d3d4dee1309856b6ce6c5393682e5 (mesa: include mtypes.h less)
- NOTE: This commit already has a proposed patch in commit
(9d220fa950850d751fbbbc2cd4ec24d024fcad70 - glsl: use util_snprintf()
Errors:
src\compiler\glsl\opt_dead_builtin_varyings.cpp(325) : error C3861: 'snprintf':
identifier not found
src\compiler\glsl\opt_dead_builtin_varyings.cpp(332) : error C3861: 'snprintf':
identifier not found
src\compiler\glsl\opt_dead_builtin_varyings.cpp(344) : error C3861: 'snprintf':
identifier not found
src\compiler\glsl\opt_dead_builtin_varyings.cpp(368) : error C3861: 'snprintf':
identifier not found
src\compiler\glsl\opt_dead_builtin_varyings.cpp(374) : error C3861: 'snprintf':
identifier not found
Build config:
- MS Visual Studio 2013 Update 5
- LLVM 3.9 (last version supporting VS2013)
- Built with -MT CRT threading option.
Scons command line:
scons build=release texture_float=True llvm=yes platform=windows machine=x86
gallium opengl32
NOTES:
Reverting commit 73f1e33d34b2044f2252a73e0fdd827d39724505 and applying the
patch proposed in commit 9d220fa950850d751fbbbc2cd4ec24d024fcad70 fixes the
compile. However, as of writing, the resultant binary has not been tested.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>