[Mono-dev] Compilation problem with latest tarball

2005-09-21 Thread Johann BLAIS
Hi, I downloaded the latest tarball (20050920). I got an error compiling FireBirdSQL.Data.FireBird, the following file was missing : trunk/mcs/class/FirebirdSql.Data.Firebird/FirebirdSql.Data.Firebird.dll.resources I got from SVN Web Access, and it worked. Regards, Johann

Re: [Mono-dev] Custom surrogates and serialization

2005-09-21 Thread Lluis Sanchez
El dv 02 de 09 del 2005 a les 11:49 -0400, en/na Chris Micacchi va escriure: I'm now working on some problems with Xml serialization, and this is where the bulk of the problems I'm getting have been. The first is that our software uses a custom serializer surrogate for

[Mono-dev] Patch for Mono.Data.SqlExpressions

2005-09-21 Thread Boris Kirzner
Hello all Attached is the patch for Mono.Data.SqlExpressions. If no one objects I'll commit. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Kirzner Sent: Monday, September 19, 2005 11:23 To: mono-devel-list@lists.ximian.com Cc:

Re: [Mono-dev] TimeZone/RegionInfo patches

2005-09-21 Thread Kornél Pál
Hi, 2) TZ environment variable support on Win32. If TZ environment variable is set, then it uses posix-compat timezone names (its behavior depends on mingw though). ... However, if people can still debug TimeZone related things easily without this mode, then it is OK for me. Time zone can

[Mono-dev] [PATCH] Fix for bug #54070

2005-09-21 Thread Mario Sopena
Hey, this patch fixes the bug http://bugzilla.ximian.com/show_bug.cgi?id=54070 by making the documentation errors conditional. If mcs is not found, a warning text is displayed and the errors arent built. Any comment before commiting? Mario Index: monodoc/configure.in

Re: [Mono-dev] symlinks to lib/mono/gac/*/*/*.config all broken?

2005-09-21 Thread Edward Cho
This is still occurring in the 1.1.9 release. The Makefile targets look like this: $(test_lib): $(test_lib).config $(TEST_RESOURCES) $(test_lib).config: Test/test-config-file cp $ $@ CLEAN_FILES = $(test_lib).config That last line looks conspicuous, but I assume that just removes the

[Mono-dev] System.Data : patch for DataTable.Select and indexesupdates

2005-09-21 Thread Boris Kirzner
Hello all, Attached is the patch for DataTable.Select and supporting it fixes for index updates. If no one objects I'll commit. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Kirzner Sent: Tuesday, September 20, 2005 12:22 To:

[Mono-dev] patch to monop to catch exception on Process.Start

2005-09-21 Thread John Luke
Hey, A little patch to catch an exception if gacutil cannot be found. Index: monop.cs === --- monop.cs (revision 50177) +++ monop.cs (working copy) @@ -121,7 +121,12 @@ p.StartInfo.RedirectStandardOutput = true;

Re: [Mono-dev] patch to monop to catch exception on Process.Start

2005-09-21 Thread Ben Maurer
On Wed, 2005-09-21 at 19:24 -0400, John Luke wrote: A little patch to catch an exception if gacutil cannot be found. Why would that happen? (btw, at least on mono, shouldn't we explicitly look in `dirname MSCORLIB_LOCATION`/gacutil.exe, so that it works even if we are using a mono that's not in

Re: [Mono-dev] patch to monop to catch exception on Process.Start

2005-09-21 Thread John Luke
Ben Maurer wrote: On Wed, 2005-09-21 at 19:24 -0400, John Luke wrote: A little patch to catch an exception if gacutil cannot be found. Why would that happen? (btw, at least on mono, shouldn't we explicitly look in `dirname MSCORLIB_LOCATION`/gacutil.exe, so that it works even if we

Re: [Mono-dev] patch to monop to catch exception on Process.Start

2005-09-21 Thread Ben Maurer
On Wed, 2005-09-21 at 19:41 -0400, John Luke wrote: Ben Maurer wrote: On Wed, 2005-09-21 at 19:24 -0400, John Luke wrote: A little patch to catch an exception if gacutil cannot be found. Why would that happen? (btw, at least on mono, shouldn't we explicitly look in `dirname

[Mono-dev] Right MCS in Path, Configure Gets Wrong MCS

2005-09-21 Thread Stephen Quattlebaum
I asked this question on the list a few weeks ago but no response. Maybe a different set of eyes happen across it this time. -- I'm trying to build gtk-sharp from SVN. I have a stable mono installation in /usr, but I also have a bleeding-edge installation at /home/stephen/bin/mono-svn. I want