Re: [Mono-dev] Error 134 building Mono from latest source

2013-06-17 Thread Alexander M. Batishchev
of mono and on what environment? On Sun, Jun 16, 2013 at 3:32 AM, Alexander M. Batishchev abatishc...@gmail.com wrote: Hi, Running make (in latest from git) on line: cd /usr/src/mono/mcs make –no-print-directory -s NO_DIR_CHECK=1 PROFILES=’ net_2_0 net_3_5 net_4_0 net_4_5 ‘ CC=’gcc’ all

Re: [Mono-dev] How to skip building .net 2.0/3.x and build only 4.x?

2013-06-17 Thread Alexander M. Batishchev
Thanks, Marek! One one question please: what is the opposite parameter? Neither of --without-net20 and --with-net20=no I tried worked for me. Alex 2013/6/16 Marek Safar marek.sa...@gmail.com Hi, How can I configure the build from source to do not build .NET 2.0/3.5 but say include

[Mono-dev] Error 134 building Mono from latest source

2013-06-16 Thread Alexander M. Batishchev
Hi, Running make (in latest from git) on line: cd /usr/src/mono/mcs make –no-print-directory -s NO_DIR_CHECK=1 PROFILES=’ net_2_0 net_3_5 net_4_0 net_4_5 ‘ CC=’gcc’ all-profiles returns an error: Bootstrap compiler: Mono C# compiler version 3.0.8.0 MCS [build] mscorlib.dll Native stacktrace:

[Mono-dev] How to skip building .net 2.0/3.x and build only 4.x?

2013-06-16 Thread Alexander M. Batishchev
Hi, How can I configure the build from source to do not build .NET 2.0/3.5 but say include MonoDroid? Thanks! Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Using the generic type `System.FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, TResult' requires `10' type argument(s)

2011-04-02 Thread Alexander M. Batishchev
Hi. I have a console app which builds and runs under Windows fine. But when I'm trying to build it under Mono, I'm getting next errors: godfather@debian: $ xbuild MyProject.sln Indicator/ADXReader.cs(71,42): error CS0305: Using the generic type

Re: [Mono-dev] Using the generic type `System.FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, TResult' requires `10' type argument(s)

2011-04-02 Thread Alexander M. Batishchev
That's done now. https://bugzilla.novell.com/show_bug.cgi?id=684737 Thanks, Marek. From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Marek Safar Sent: Saturday, April 02, 2011 3:39 PM To: mono-devel-list@lists.ximian.com Subject:

[Mono-dev] Unable to build neither Mono 2.10.1 nor 2.10

2011-03-12 Thread Alexander M. Batishchev
Hi, I'm trying to build Mono both 2.10.1 and 2.10 from source archive downloaded from http://ftp.novell.com/pub/mono/sources/mono/ OS Debian 6 $ uname -a Linux debian 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux but with equal errors in both archives: * Generating

Re: [Mono-dev] Unable to build neither Mono 2.10.1 nor 2.10

2011-03-12 Thread Alexander M. Batishchev
Thanks a lot! That what fixed my problem. Alex From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Marek Safar Sent: Saturday, March 12, 2011 12:42 PM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Unable to build neither

[Mono-dev] Unable to build Mono from trunk r158797 because of errors in Microsoft.CSharp

2010-06-10 Thread Alexander M. Batishchev
Hi everybody. What can I do to successfully build current trunk, r158797 I did next: $ make uninstall make clean $ make get-monolite-latest $ ./autogen.sh --prefix=/usr $ make But nothing helps. Every time the same error: make[8]: Entering directory

[Mono-dev] Method marked in MoMA as MonoTodo is already implemented

2010-04-06 Thread Alexander M. Batishchev
Hi. After scanning my assemblies the latest MoMA said: Method with [MonoTodo] ConnectionStringSettingsCollection ConfigurationManager.get_ConnectionStrings () But at http://anonsvn.mono-project.com/source/trunk/mcs/class/System.Configuration/

[Mono-dev] Can't build Mono from trunk - 259 same errors: Cannot assign to 'this' because it is read-only

2010-01-13 Thread Alexander M. Batishchev
Hello. In the course of last few day I cannot build Mono from SVN trunk, last try on r149477. Getting tons of the same errors: CS1604: Cannot assign to `this' because it is read-only. Here is the full output: https://bugzilla.novell.com/show_bug.cgi?id=569915 Unfortunately, I haven't received a

Re: [Mono-dev] Would someone care to patch coree.c...

2008-11-29 Thread Alexander M. Batishchev
Hi, nice to see this patch! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kornel Pal Sent: Saturday, November 29, 2008 1:03 PM To: [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Would someone care to patch coree.c... Hi,

Re: [Mono-dev] change application.productname

2008-11-24 Thread Alexander M. Batishchev
Hi! You can do this with [[assembly: AssemblyProduct(string)] and [assembly: AssemblyVersion(maj.min.build.rev)] http://msdn.microsoft.com/ru-ru/library/system.reflection.assemblyproductatt ribute.aspx http://msdn.microsoft.com/ru-ru/library/system.reflection.assemblyversionatt ribute.aspx

[Mono-dev] Bug in configure script of gtksourceview-sharp

2008-11-20 Thread Alexander M. Batishchev
corresponding product in the menu. === Best regards, Alexander M. Batishchev ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Bug in configure script of gtksourceview-sharp

2008-11-20 Thread Alexander M. Batishchev
. Batishchev Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Bug in configure script of gtksourceview-sharp On Thu, Nov 20, 2008 at 2:20 PM, Alexander M. Batishchev [EMAIL PROTECTED] wrote: Hi everybody! I'm trying to compile MonoDevelop from trunk, and it requires 'gtksourceview

Re: [Mono-dev] Bug in configure script of gtksourceview-sharp

2008-11-20 Thread Alexander M. Batishchev
was targeted to /usr and at some moment i got conflict between real location and settings in variables, i guess. -Original Message- From: Mike Kestner [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 6:35 PM To: Alexander M. Batishchev Cc: 'Ivan N. Zlatev'; mono-devel-list

[Mono-dev] Compiling gladeui-sharp under Debian from trunk

2008-11-18 Thread Alexander M. Batishchev
'libgladeui-1.0' found I have installed libgladeui-1-7 and libgladeui-1-dev (version 3.4.5-3 both). I can't find anything more sounds like gladeui. What I have to install? === Best regards, Alexander M. Batishchev ___ Mono-devel-list mailing list Mono

Re: [Mono-dev] Compiling gladeui-sharp under Debian from trunk

2008-11-18 Thread Alexander M. Batishchev
: No package 'glade-sharp-2.0' found -Original Message- From: Stephane Delcroix [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 4:02 PM To: Alexander M. Batishchev Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Compiling gladeui-sharp under Debian from trunk gladeui-sharp

[Mono-dev] Lining error while compilation Mono under Windows/VS2008

2008-11-10 Thread Alexander M. Batishchev
data? Thanks for any information! === Best regards, Alexander M. Batishchev ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] compiling mono using vs 2005

2008-11-07 Thread Alexander M. Batishchev
Hi Miha, Thanks a lot for your tip about IMAGE_SIZEOF_BASE_RELOCATION, I haven't it defined too, and it works now. I think it's necessary to add it to coree.h And about eglib headers, i wrote already at [Mono-dev] Error in monoburg while compilation Mono under Windows/VS2008: in projects

[Mono-dev] Error in monoburg while compilation Mono under Windows/VS2008

2008-11-06 Thread Alexander M. Batishchev
open include file: 'inssel.h': No such file or directory As I could understand this file is generated by monoburg witch isn't compiled. Thanks a lot for help. === Best regards, Alexander M. Batishchev ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] Error in eglib while compiling mono under Windows\VS2008

2008-11-06 Thread Alexander M. Batishchev
, November 05, 2008 9:50 PM To: Alexander M. Batishchev Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Error in eglib while compiling mono under Windows\VS2008 Fixed in trunk. r118012 On Wed, Nov 5, 2008 at 1:42 PM, Bill Holmes [EMAIL PROTECTED] wrote: I am fixing this right now

[Mono-dev] Error in eglib while compiling mono under Windows\VS2008

2008-11-05 Thread Alexander M. Batishchev
); Why it could be so?? Is it bug of Microsoft Visual C++ compiler or something else? Thanks a lot for tip! PS. Am I right to write it here or is there a better place to do that? === Best regards, Alexander M. Batishchev ___ Mono-devel-list mailing list

Re: [Mono-dev] Error in eglib while compiling mono under Windows\VS2008

2008-11-05 Thread Alexander M. Batishchev
Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 9:50 PM To: Alexander M. Batishchev Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Error in eglib while compiling mono under Windows\VS2008 Fixed in trunk. r118012 On Wed, Nov 5, 2008 at 1:42 PM, Bill Holmes [EMAIL

Re: [Mono-dev] Dot Net apps to Linux

2008-11-04 Thread Alexander M. Batishchev
Hi Lambros, hi everybody, Yes, you can use just VS, not MD. But look MoMa first to find not yet implemented modules. PS. Google more, this is very frequent question :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lambros Sent: Tuesday, November 04,

[Mono-dev] Compile monodevelop-debugger from SVN on Debian

2008-10-08 Thread Alexander M. Batishchev
termcap library What I have to do? === Best regards, Alexander M. Batishchev ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list