trouble compiling on windows with vs2010
I have Visual Studio 2010 Ultimate on Windows 7 Pro x64.
I can not build using "sh win/make_
(Note: if this file is wrong, it should not be in the source distribution.)
Issues with "cscript win\configure.js WITH_INNOBASE_
The file produced had an extra double quote in it, meaning cmake choked on it.
-------
SET (MYSQL_UNIX_ADDR "/tmp/mysql.sock"
")
-------
I fixed that manually.
I created a build batch file for vs2010 which ran fine with one warning:
-------
CMake Warning (dev) at CMakeLists.txt:330 (ADD_SUBDIRECTORY):
The source directory
C:/
does not contain a CMakeLists.txt file.
CMake does not support this case but it used to work accidentally and is
being allowed for compatibility.
Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
"cmake --help-policy CMP0014" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-------
In the VS2010 configuration manager, I chose Release x64 and then Build Solution.
It produces ~100 errors an ~1500 warnings.
Anyone know where to go from here?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- MariaDB Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Yehuda Katz for more information if necessary.