Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.14
-
None
-
Windows, VS 2013
Description
Compiler: Visual C++ 2013 Express
Problem: Visual Studio generates the following error:
—
"C:\mrnwork\powershell\work\build-vc2013-zip-32\ALL_BUILD.vcxproj" (identifier not found.) (1) ->
"C:\mrnwork\powershell\work\build-vc2013-zip-32\storage\connect\connect.vcxproj" (identifier not found.) (52) ->
(ClCompile target) ->
C:\mrnwork\powershell\work\source\storage\connect\tabwmi.cpp(203): error C3861: 'max': identifier not found. [C:\mrnwork\powershell\work\build-vc2013-zip-32\storage\connect\connect.vcxproj]
2526 warnings
1 error
—
NOTICE: I've confirmed that this fix http://bazaar.launchpad.net/~maria-captains/maria/10.0-connect/revision/4034 is commited in 10.0-connect branch, but this commit is not included in MariaDB 10.0.14 release.
And revision 4034 (http://bazaar.launchpad.net/~maria-captains/maria/10.0-connect/revision/4034) is able to compile with VS 2013.
Attachments
Issue Links
- relates to
-
MDEV-6723 Visual C++ Compile error on storage/connect/tabwmi.cpp
- Closed