[Mono-devel-list] make distcheck problems

2005-08-02 Thread IT2003_1: Morenz, Tino
Hi everyone, I am new to this list so as short introduction: I am currently working on the port of mono to QNX. I try to get make distcheck work on the QNX box. But 'make distcheck'seem to stops with gzip problem (I can not figure out the exact error however). Here is the output:

[Mono-devel-list] RowFilter, Select expression, DataTable.GetErrors() bugs?

2005-08-02 Thread bandito
Hello all. I'm using mono 1.1.8.2 and the MySql connector (1.0.4.20163) First, I'm having this problem with the RowFilter expression. I want to do a DataTable.Select(someFilterHere), but if the filter contains a single quote, I cannot escape it. For example string filter = ProductTitle =

Re: [Mono-devel-list] Re: [Mono-list] IStream implementation on Win32 for System.Drawing.Image.InitFromStream

2005-08-02 Thread Kornél Pál
Hi Huaiyang, IStream is not requires on Unix. Mono uses lingdiplus (a GDI+-like wrapper library based on Cairo) that uses delegated passed to a function instead of an interface. Loading images from streams and saving images to streams were implemented for a long time for Unix when I created

Re: [Mono-devel-list] Not sure why this won't compile

2005-08-02 Thread rus
you haven't got using System; in FECdomain.cs On Tue, 2005-08-02 at 00:04 +0100, Paul wrote: Hi, I have two source files (below). If I compile them up with -r:System.Drawing and -r:System.Windows.Forms, I get an error about the first file on the line which has EventArgs in it. Am I wrong

Re: [Mono-devel-list] Re: [Mono-list] IStream implementation on Win32 for System.Drawing.Image.InitFromStream

2005-08-02 Thread Kornél Pál
Hi, Please tell the version number of Mono and the name and version number of operating system you are using along with the complete stack trace printed when the exception is thrown. This exception message seems to be thrown only in gdipFunctions.cs for unmanaged error code so it may be a

Re: [Mono-devel-list] make distcheck problems

2005-08-02 Thread Raja R Harinath
Hi, IT2003_1: Morenz, Tino [EMAIL PROTECTED] writes: Hi everyone, I am new to this list so as short introduction: I am currently working on the port of mono to QNX. I try to get make distcheck work on the QNX box. But 'make distcheck'seem to stops with gzip problem (I can not figure out

Re: [Mono-devel-list] Patch for System.Data/XmlSchemaDataImporter.cs

2005-08-02 Thread Atsushi Eno
Hi Boris, Please commit the fix. It'd be nicer if whitespaces in test xml string could be removed or shorten ;-) Thanks, Atsushi Eno Boris Kirzner wrote: Hello all, Attached is a test case and proposed patch for System.Data/XmlSchemaDataImporter.cs : Data relations should be processes after

Re: [Mono-devel-list] Serializing widgets with C#

2005-08-02 Thread KCorax
I am unsure if this is what you are looking for however, Treating the widgets as objects, its quite common that one wants to serialize an object that has non serializable fields. You have to implement the ISerializable interface and --in its only method- void GetObjectData(

[Mono-devel-list] mcs precise location patch is now in svn.

2005-08-02 Thread Atsushi Eno
Hello, My precise location patch for mcs (to report line/column, where it used to report incorrect locations) is now checked in svn. If any of you found such case that mcs does not report error location, please file a bug and/or report it here, with an example. Thanks, Atsushi Eno

[Mono-devel-list] error BC0000

2005-08-02 Thread Arnhoffer Károly
Hi All, I try to run an ASP.NET webapplication (compiled with MS Visual Studio, Windows XP Professional, code behind structure) on a Linux machine (SuSE 9.2) using Mono 1.1.8. The application is quite heavy weight so there can be several sources of errors but I can not now where to start to

AW: [Mono-devel-list] error BC0000

2005-08-02 Thread Matthias Felgner
Hi, Please try running the application using xsp. Try getting some valuable output with mono --trace (check man mono for options), and try limiting your point of failure with this. If you insist on using mod_mono, build mod_mono from source, passing the --enable-debug option to the autogen /

Re: [Mono-devel-list] RowFilter, Select expression, DataTable.GetErrors() bugs?

2005-08-02 Thread tsureshkumar
bandito wrote: Hello all. I'm using mono 1.1.8.2 and the MySql connector (1.0.4.20163) First, I'm having this problem with the RowFilter expression. I want to do a DataTable.Select(someFilterHere), but if the filter contains a single quote, I cannot escape it. For example string filter =

WG: [Mono-devel-list] error BC0000

2005-08-02 Thread Matthias Felgner
Hi, Are you using XSP or Apache (Version?) with mod_mono? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Arnhoffer Károly Gesendet: Dienstag, 2. August 2005 13:42 An: mono-devel-list@lists.ximian.com Betreff: [Mono-devel-list] error BC Hi

RE: [Mono-devel-list] error BC0000

2005-08-02 Thread Arnhoffer Károly
Hi, I have done what you had adviced and the results are the following: linux:/home/karnhoffer # mono --trace=NCore,mono_web_test /usr/lib/mono/1.0/xsp.exe --port 80 --root /home/karnhoffer/public_html/WebDMS/ --applications /dms:/home/karnhoffer/public_html/WebDMS/ xsp Listening on port: 80

[Mono-devel-list] [PATCH] Fix for #75684 (Mono.Data.Tds.TdsMetaParameter)

2005-08-02 Thread Jörg Rosenkranz
Hi all, The attached patch fixes following bug: http://bugzilla.ximian.com/show_bug.cgi?id=75684 It 'converts' all TDS parameters of type varbinary and size 8000 to type image. I'm doing this in Prepare because I haven't found a better place. Is it OK to commit this patch? Thanks, Joerg.

AW: [Mono-devel-list] error BC0000

2005-08-02 Thread Matthias Felgner
Hi, I had a similar problem with System.Windows.Forms.RichTextBox. PeterB is working on the implementation of this class, but it is not in svn yet. You might want to compile your own System.Windows.Forms.dll from svn to check further. 1. Grab mono sources from svn, 2. Create a stub for

Re: [Mono-devel-list] RowFilter, Select expression, DataTable.GetErrors() bugs?

2005-08-02 Thread bandito
Next, I perform an update using MySqlDataAdapter.Update method. After the update is completed, DataTable.GetErrors() returns all rows as erroneous. Yet, I can see in the database that all records have been updated successfully (except from one, which i'm trying to track down, but I

Re: [Mono-devel-list] Internationalisation

2005-08-02 Thread Atsushi Eno
Hello, The same exception happens under MS.NET ... ? Atsushi Eno Hi, I have a small piece of code (which uses SWF, but the problem is not there) below. It compiles fine and runs. However, if I click on the Swahili radio button, I get the errors set out beneath the source. Is

[Mono-devel-list] Merging our System.Drawing

2005-08-02 Thread Andrew Skiba
Hello. I am starting to merge out our fixes to System.Drawing, together with TARGET_JVM ifdefs. The goal is to use Mono SVN as our primary source repository for System.Drawing. Patches that do not change flow with TARGET_JVM undefined I will commit without sending to devlist, and those that

RE: [Mono-devel-list] make distcheck problems

2005-08-02 Thread IT2003_1: Morenz, Tino
This is the reason. The 'false' above should be something like: tar cf - $tardir Looks like the 'tar' program installed on your system is not a GNU tar that supports the 'ustar' format. - Hari Thanks for the quick response, I am using GNU tar, but it is version 1.13 which seems rather

Re: [Mono-devel-list] Merging our System.Drawing

2005-08-02 Thread Jordi Mas
El dt 02 de 08 del 2005 a les 08:38 -0700, en/na Andrew Skiba va escriure: The attached file is the first patch, adding to ColorTranslator ability to produce HTML color names for system colors. Andrew, Thanks for your work. I think that we should add a test unit for this class also. Can you

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 must be installedfor pthread_cancel to work

2005-08-02 Thread Rafael Mizrahi
Brion, I experienced the same problem, while running Mainsoft Grasshopper (dev.mainsoft.com) on Red Hat Enterprise Linux ES release 3 (Taroon Update 5) Kernel 2.4.21-32.ELsmp on an i686 Did you tried to: export LD_ASSUME_KERNEL=2.4.19 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104173

Re: [Mono-devel-list] Merging our System.Drawing

2005-08-02 Thread Hugo Ferreira
BTW, do your patches include any fix for the Graphics.FillPie()? startAngle/sweepAngle is behaving differently from MSFT (I guess its due to the way both interpret direction in negative angles). Cheers, Hugo FerreiraOn 8/2/05, Andrew Skiba [EMAIL PROTECTED] wrote: Hello.I am starting to merge

[Mono-devel-list] Problem with .NET webservice running on XSP

2005-08-02 Thread Victor Rocha
Hello all I downloaded a server application, which was written with VS, and I am trying to make it run with XSP. It works fine on IIS, but the client application returns me a 500 server error when the server is ran on XSP. I can see the webservice description using a browser, though. I tried

[Mono-devel-list] Build issue with mono (svn build)

2005-08-02 Thread Joannes Vermorel
Until now, I have been using (successfully) the shell script #!/bin/bash echo Updating mono source from SVN (cd mono; svn update) (cd mcs; svn update) (cd libgdiplus; svn update) echo Compiling and installing mono cd mono ./autogen.sh --prefix=/home/vermorel/usr --with-large-heap=yes make make

Re: [Mono-devel-list] Build issue with mono (svn build)

2005-08-02 Thread Paul F. Johnson
Hi, /usr/bin/ld: ../../libgc/.libs/libmonogc.a(pthread_support.o): relocation R_X86_64_TPOFF32 can not be used when making a shared object; recompile with -fPIC ../../libgc/.libs/libmonogc.a(pthread_support.o): could not read symbols: Bad value collect2: ld returned 1 exit status make[2]: