[Mono-dev] Embedded Mono/errors in domain-internals.h

Zoltan Varga vargaz at gmail.com
Mon Mar 20 09:01:50 EST 2006


                       Hi,

  These should be fixed as well.

                 Zoltan

On 3/20/06, Janne Rantala <janne.rantala at gmail.com> wrote:
> Hi,
>
> I'm still getting errors regarding libmono - these show up when test-invoke
> is building (same happens for teste, mono, and test-metadata projects as
> well):
>
> Linking...
> libmono.lib(driver.obj) : error LNK2019: unresolved external symbol
> _mono_counters_enable referenced in function _mono_main
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_ldvirtfn referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_ldftn_nosync referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_ldftn referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_ldtoken_wrapper referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_class_static_field_address referenced in function
> _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _helper_ldstr referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _helper_stelem_ref_check referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _helper_compile_generic_method referenced in function _mono_method_to_ir
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_array_new_va referenced in function _handle_array_new
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _ves_array_element_address referenced in function _mini_get_ldelema_ins
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _helper_stelem_ref referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_fconv_ovf_u8 referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_fconv_ovf_i8 referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_fconv_u4 referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_fconv_u8 referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_llmult_ovf referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_llmult_ovf_un referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_llrem_un referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_llrem referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_lldiv_un referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_lldiv referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_llmult referenced in function _mini_init
> libmono.lib(mini.obj) : error LNK2019: unresolved external symbol
> _mono_counters_dump referenced in function _mini_cleanup
>
>
> Janne
>
> 2006/3/17, Zoltan Varga < vargaz at gmail.com>:
> >                         HI,
> >
> >   Remove that file from the libmono project in VC. It is no longer
> > exists. Please note that
> > the VC support is not used very much, so we depend on users reporting
> > problems with
> > it.
> >
> >            Zoltan
> >
> > On 3/17/06, Janne Rantala < janne.rantala at gmail.com> wrote:
> > > Hi!
> > >
> > > Building libmono gives me error "\mono\os\win32\util.c no such file or
> > > directory"?
> > >
> > >
> > > Janne
> > >
> > > 2006/3/16, Zoltan Varga < vargaz at gmail.com >:
> > > >    Hey,
> > > >
> > > >   This should be fixed as well.
> > > >
> > > >            Zoltan
> > > >
> > > > On 3/16/06, Janne Rantala < janne.rantala at gmail.com> wrote:
> > > > > That went ok now, but there still seems to be errors:
> > > > >
> > > > > .\mono\utils\monobitset.c(305) : error C2143: syntax error : missing
> ')'
> > > > > before ':'
> > > > > .\mono\utils\monobitset.c(327) : error C2061: syntax error :
> identifier
> > > > > 'my_g_bit_nth_lsf_nomask'
> > > > > .\mono\utils\monobitset.c(327) : error C2059: syntax error : ';'
> > > > > .\mono\utils\monobitset.c(327) : error C2059: syntax error : 'type'
> > > > >
> > > > > Janne
> > > > >
> > > > > 2006/3/16, Zoltan Varga < vargaz at gmail.com>:
> > > > > >                                        Hey,
> > > > > >
> > > > > >   This should now be fixed in SVN.
> > > > > >
> > > > > >                  Zoltan
> > > > > >
> > > > > > On 3/16/06, Janne Rantala <janne.rantala at gmail.com> wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > Since last update I've been getting hundreds of errrors when I
> > > rebuild
> > > > > Mono
> > > > > > > solution in Visual Studio 2005. There are errors in other files
> as
> > > well,
> > > > > but
> > > > > > > here is few of them if someone could tell me what's the problem.
> > > These
> > > > > > > errors occur when genmdesc is being built.
> > > > > > >
> > > > > > >
> > > > >
> > >
> d:\cygwin\download\mono-1.1.12\mono\mono\metadata\domain-internals.h
> (154)
> > > > > > > : error C2061: syntax error : identifier '__attribute__'
> > > > > > >
> > > > >
> > >
> d:\cygwin\download\mono-1.1.12\mono\mono\metadata\domain-internals.h
> > > > > (154)
> > > > > > > : error C2059: syntax error : ';'
> > > > > > >
> > > > >
> > >
> d:\cygwin\download\mono-1.1.12\mono\mono\metadata\domain-internals.h
> > > (154)
> > > > > > > : error C2143: syntax error : missing ')' before 'string'
> > > > > > > d:\cygwin\download\mono-
> > > > > 1.1.12\mono\mono\metadata\domain-internals.h(154)
> > > > > > > : error C2143: syntax error : missing ')' before 'string'
> > > > > > >
> > > > >
> > >
> d:\cygwin\download\mono-1.1.12\mono\mono\metadata\domain-internals.h(157)
> > > > > > > : error C2061: syntax error : identifier '__attribute__'
> > > > > > >
> > > > > d:\cygwin\download\mono-
> > > 1.1.12\mono\mono\metadata\domain-internals.h(157)
> > > > > > > : error C2059: syntax error : ';'
> > > > > > >
> > > > > > > class-internals.h has pretty much same kind of errors, if that's
> any
> > > > > help.
> > > > > > >
> > > > > > > The other question that I've been wondering is should I update
> Mono
> > > > > source
> > > > > > > files from svn when I update mcs? Because most of the changes
> that
> > > I'm
> > > > > > > interested in are to mcs and so Mono would stay rather stable in
> my
> > > > > > > environment.
> > > > > > >
> > > > > > > Help would be very much appreciated...
> > > > > > >
> > > > > > > Cheers, Janne
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Mono-devel-list mailing list
> > > > > > > Mono-devel-list at lists.ximian.com
> > > > > > >
> > > > >
> > >
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Mono-devel-list mailing list
> > > > > Mono-devel-list at lists.ximian.com
> > > > >
> > >
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>



More information about the Mono-devel-list mailing list