[Mono-dev] Problems with compiling Mono with VisualStudio 2013

LukasBanana lhlukash23 at googlemail.com
Sun Apr 6 19:22:04 UTC 2014


Hi, I'm new to Mono an C# as well.
I want to use Mono as C# Compiler and Interpreter in my own Game Engine -
like Unity3D does it :-).

I tried to compile the mono lib ("mono-master" from GitHub) with Visual
Studio 2013 but there are two unresolved external symbols:

>mini.obj : error LNK2019: unresolved external symbol
_mini_native_type_replace_type referenced in function _mini_replace_type
1>mini-generic-sharing.obj : error LNK2001: unresolved external symbol
_mini_native_type_replace_type
1>method-to-ir.obj : error LNK2019: unresolved external symbol
_mono_emit_native_types_intrinsics referenced in function
_mini_emit_inst_for_ctor
1>Win32\bin\mono-2.0.dll : fatal error LNK1120: 2 unresolved externals

I used the Solution ("mono.sln") for Visual Studio 2010.

Can anyone help me compiling the lib?




--
View this message in context: http://mono.1490590.n4.nabble.com/Problems-with-compiling-Mono-with-VisualStudio-2013-tp4662453.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list