[Mono-dev] Trying to compile test-invoke w/ VS 2008

Chris Robison chrisdrobison at gmail.com
Wed Jul 14 13:49:14 EDT 2010


I've now started getting the following:

4>   Creating library Win32_Debug_eglib/lib/mono.lib and object
Win32_Debug_eglib/lib/mono.exp
4>gc.obj : error LNK2019: unresolved external symbol _mono_sem_post
referenced in function _mono_gc_finalize_notify
4>debugger-agent.obj : error LNK2001: unresolved external symbol
_mono_sem_post
4>gc.obj : error LNK2019: unresolved external symbol _mono_sem_wait
referenced in function _finalizer_thread
4>debugger-agent.obj : error LNK2001: unresolved external symbol
_mono_sem_wait
4>verify.obj : error LNK2019: unresolved external symbol
_mono_basic_block_free referenced in function _mono_method_verify
4>method-to-ir.obj : error LNK2001: unresolved external symbol
_mono_basic_block_free
4>verify.obj : error LNK2019: unresolved external symbol
_mono_opcode_value_and_size referenced in function _mono_method_verify
4>verify.obj : error LNK2019: unresolved external symbol
_mono_basic_block_split referenced in function _mono_method_verify
4>method-to-ir.obj : error LNK2001: unresolved external symbol
_mono_basic_block_split
4>method-to-ir.obj : error LNK2019: unresolved external symbol
_mono_opcode_size referenced in function _mono_method_to_ir
4>Win32_Debug_eglib/bin\mono.dll : fatal error LNK1120: 6 unresolved
externals

At one point (I have no idea what I did) these errors just went away, but
now they are back. Any suggestions? mono.lib is being generated correctly.

Chris

On Wed, Jul 14, 2010 at 11:29 AM, Robert Jordan <robertj at gmx.net> wrote:

> On 14.07.2010 19:15, Chris Robison wrote:
> > I'm trying to compile test-invoke in the Mono-2.6.4 branch. I've been
> able
> > to resolve the includes problems (the project references a VSDependancies
> > directory that doesn't seem to exist). It is now trying to find some
> static
> > libraries that don't exist like glib-2.0.lib. Do I need to compile those?
>
> These libs are installed by "Mono for Windows", the binary installer
> you can download here: http://www.mono-project.com/Downloads.
>
> Robert
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100714/16dc4cfc/attachment.html 


More information about the Mono-devel-list mailing list