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

2006-03-20 Thread Zoltan Varga
   Hi,

  These should be fixed as well.

 Zoltan

On 3/20/06, Janne Rantala <[EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]>:
> > 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 < [EMAIL PROTECTED]> wrote:
> > > Hi!
> > >
> > > Building libmono gives me error "\mono\os\win32\util.c no such file or
> > > directory"?
> > >
> > >
> > > Janne
> > >
> > > 2006/3/16, Zoltan Varga < [EMAIL PROTECTED] >:
> > > >Hey,
> > > >
> > > >   This should be fixed as well.
> > > >
> > > >Zoltan
> > > >
> > > > On 3/16/06, Janne Rantala < [EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]>:
> > > > > >Hey,
> > > > > >
> > > > > >   This should now be fixed in SVN.
> > > > > >
> > > > > >  Zoltan
> > > > > >
> > > > > > On 3/16/06, Janne Rantala <[EMAIL PROTECTED]> wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > Since last update I've been getting hundreds of errrors when

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

2006-03-20 Thread Janne Rantala
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_irlibmono.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_irlibmono.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_irlibmono.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_irlibmono.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_newlibmono.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_initlibmono.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_initlibmono.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_initlibmono.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_initlibmono.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_initlibmono.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_initlibmono.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_cleanupJanne2006/3/17, Zoltan Varga <
[EMAIL PROTECTED]>:HI,  Remove that file from the libmono project in VC. It is no longer
exists. Please note thatthe VC support is not used very much, so we depend on users reportingproblems withit.   ZoltanOn 3/17/06, Janne Rantala <
[EMAIL PROTECTED]> wrote:> Hi!>> Building libmono gives me error "\mono\os\win32\util.c no such file or> directory"?>>> Janne>> 2006/3/16, Zoltan Varga <
[EMAIL PROTECTED] >:> >Hey,> >> >   This should be fixed as well.> >> >Zoltan> >> > On 3/16/06, Janne Rantala <
[EMAIL PROTECTED]> 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 < 
[EMAIL PROTECTED]>:> > > >Hey,> > > >> > > >   This should now be fixed in SVN.> > > >> > > >  Zoltan
> > > >> > > > On 3/16/06, Janne Rantala <[EMAIL PROTECTED]> 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)
> > > > > 

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

2006-03-16 Thread Zoltan Varga
   Hey,

  This should be fixed as well.

   Zoltan

On 3/16/06, Janne Rantala <[EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]>:
> >Hey,
> >
> >   This should now be fixed in SVN.
> >
> >  Zoltan
> >
> > On 3/16/06, Janne Rantala <[EMAIL PROTECTED]> 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@lists.ximian.com
> > >
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > >
> > >
> > >
> >
>
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2006-03-16 Thread Janne Rantala
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'Janne2006/3/16, Zoltan Varga <

[EMAIL PROTECTED]>:   Hey,  This should now be fixed in SVN.
 ZoltanOn 3/16/06, Janne Rantala <[EMAIL PROTECTED]> 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@lists.ximian.com> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2006-03-16 Thread Zoltan Varga
   Hey,

  This should now be fixed in SVN.

 Zoltan

On 3/16/06, Janne Rantala <[EMAIL PROTECTED]> 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@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2006-03-16 Thread Carlos Alberto Cortez

> 
> 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. 

Yes, you need to update both (mono and mcs modules from svn), since some
functionality in mcs is found in mono (calls to unmanaged code is an
example) and they need to be synchronised.

Carlos.

> 
> Help would be very much appreciated...
> 
> Cheers, Janne
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2006-03-15 Thread Janne Rantala
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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list