[Mono-dev] Errors Compiling for x64 Windows
Howard Rubin
howard.rubin at hl.konicaminolta.us
Thu Jun 25 20:05:23 UTC 2015
Goal: Embed mono in a 64 bit C++ Windows program
(http://www.mono-project.com/docs/about-mono/languages/mixing-with-other-lan
guages/)
What I tried:
Downloaded the ZIP file from github (https://github.com/mono/mono ,
https://github.com/mono/mono/archive/master.zip)
Read Windows compile instructions
(http://www.mono-project.com/docs/compiling-mono/windows/)
Installed Cygwin with the recommended packages
Set the MONO_DEPENDENCIES_PREFIX environment variable to C:\Program Files
(x86)\Mono\
Tried to compile the 6 projects in the Libraries folder with Visual Studio
2010 (in Debug/Win32) because msvc\mono.sln was last saved with that Visual
Studio version.
Result: error MSB8008: Specified platform toolset (v120) is not
installed or invalid. <snip>
Compiled the 6 projects in the Libraries folder with Visual Studio 2013
express (in Debug/Win32) Result: Success
Switched to Debug/x64 configuration
Tried to compile the 6 projects in the Libraries folder with Visual Studio
2013 express.
Result: error C1189: #error : Unsupported compiler. <snip>
mono-master\mono\utils\valgrind.h 454 1 libmono
Please help me compile mono for x64 Windows
Howard Rubin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150625/50f9356b/attachment.html>
More information about the Mono-devel-list
mailing list