Re: [Mono-dev] mono-basic svn 121506 building problem

2008-12-16 Thread Rolf Bjarne Kvinge
Hi, I think there is a problem with one of the makefiles in MB svn 121506. When you build, it is not honouring the correct build directory for the manual. I'm building for fedora rawhide (it builds the package for me, this is submitted and built on koji), but when it comes to installing

Re: [Mono-dev] x86_64 bit building problem

2008-12-16 Thread Paul
Hi, https://bugzilla.novell.com/show_bug.cgi?id=458168 Any idea if it's fixed in the current svn? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___

Re: [Mono-dev] OracleDataReader problem with too many rows

2008-12-16 Thread ygozudeli
As I said, I'm only using OracleDataReader, Oracle Stored Procedure with ref cursor and Oracle Connection of course with a command. No DataSet, no dataTable... And, I'm absuletly dumping the data directly as you said also I'm not using any string, stringbuilder etc explicitly. Reading 5 columns

Re: [Mono-dev] Mono 2.0 and FreeBSD

2008-12-16 Thread Konstantin Morshnev
Dear Romain, As for the exception failures, running configure with ./configure --with-sigaltstack=no might help. Just tried it. Instead of hanging-on, mono aborts. The backtrace in gdb is almost the same, plus ~10 frames that look consistent and are related to signal handling Wow! I have

Re: [Mono-dev] Announcing Mono 2.2 Preview 3...

2008-12-16 Thread Pete Erickson
https://bugzilla.novell.com/show_bug.cgi?id=459432 Thanks, Pete ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Problem in running an EXE (mono + Npgsql +PostgreSQL + Linux)

2008-12-16 Thread Rafael Teixeira
Use gmcs, as you are using a version of Npgsql that requires .NET 2 system classes. and it is compiling with dependencies to 1.x. Hope it helps, 2008/12/10 Ramprasad G ramprasa...@enterprisedb.com Hello, I am using *Mono* in Linux 32-bit Ubuntu.,I want to connect to PostgreSQL 8.3 database

Re: [Mono-dev] Running .net appliation from mac

2008-12-16 Thread Steve Bjorg
Did it not occur to you that English might not be the poster's native language? - Steve -- Steve G. Bjorg http://mindtouch.com http://twitter.com/bjorg On Dec 16, 2008, at 6:49 AM, Timothy Smith wrote: First trying adding please to your requests and maybe pose your request as

Re: [Mono-dev] Problem in running an EXE (mono + Npgsql +PostgreSQL + Linux)

2008-12-16 Thread Robert Jordan
Ramprasad G wrote: Hello, I am using *Mono* in Linux 32-bit Ubuntu.,I want to connect to PostgreSQL 8.3 database server using Npgsql driver [...] I am able to compile the CS code using mcs. * mcs SimpleExample.cs -r:System.Data -r:Npgsql.dll* Npgsql.dll appears to be a .NET 2.0

[Mono-dev] FW: RealTimeSignal patch

2008-12-16 Thread tim.jenks
Hi List Jon, The attached patches to the class libraries (Mono.Posix) native posix support code (signal.c) provides support for handling SIGRT* signals in the Mono.Posix libraries, specifically: * A RealTimeSignum struct for representing realtime signals, providing an offset to SIGRTMIN **

Re: [Mono-dev] Running .net appliation from mac

2008-12-16 Thread Andreas Färber
Am 16.12.2008 um 16:33 schrieb Steve Bjorg: Did it not occur to you that English might not be the poster's native language? Even Google can translate please correctly afaihs. Nabble has significantly drowned the quality of the Mono mailing lists with such unprofessional two-line posts

[Mono-dev] Problem in running an EXE (mono + Npgsql +PostgreSQL + Linux)

2008-12-16 Thread Ramprasad G
Hello, I am using *Mono* in Linux 32-bit Ubuntu.,I want to connect to PostgreSQL 8.3 database server using Npgsql driver This is my sample c# code: using System; using System.Data; using Npgsql; public static class NpgsqlUserManual { public static void Main(String[] args) { NpgsqlConnection

Re: [Mono-dev] OracleDataReader problem with too many rows

2008-12-16 Thread Eyal Alaluf
Hi. Are you using DataSets and DataTables for maintaining the data? Is it possible that they are the bottle-neck rather than reading the data from the oracle Database? You may check that easily by simply using a DataReader and dumping the data directly to a file instead of using DataTables.

Re: [Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Ivan N. Zlatev
2008/12/16 Vladimir Krasnov vladim...@mainsoft.com Hi Marek, I've found some problems in updating row in GridView control that bound to ObjectDataSource. 1. ObjectDataSource fails to convert values to Nullable properties while creating data object. 2. BoundField should return null when no

Re: [Mono-dev] JIT: MonoReg to replace gssize for registers

2008-12-16 Thread Zoltan Varga
Hi, It looks ugly, but if it is really needed on mips, then its ok. Zoltan On Mon, Dec 15, 2008 at 11:30 PM, Mark Mason mma...@upwardaccess.com wrote: Hello, On Sun, 2008-12-14 at 10:13 +0100, Zoltan Varga wrote: Hi, There is already a type for this called 'greg_t'

[Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Vladimir Krasnov
Hi Marek, I've found some problems in updating row in GridView control that bound to ObjectDataSource. 1. ObjectDataSource fails to convert values to Nullable properties while creating data object. 2. BoundField should return null when no value entered by the user, it returns empty string and

Re: [Mono-dev] Announcing Mono 2.2 Preview 3...

2008-12-16 Thread Dan Shechter
Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them: https://bugzilla.novell.com/show_bug.cgi?id=457339 ___ Mono-devel-list mailing list

Re: [Mono-dev] Announcing Mono 2.2 Preview 3...

2008-12-16 Thread Leszek Ciesielski
2008/12/16 Dan Shechter d...@houmus.org: Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them: https://bugzilla.novell.com/show_bug.cgi?id=459386 ___

Re: [Mono-dev] Running .net appliation from mac

2008-12-16 Thread Andrew Brehm
Jayaganesan wrote: Hi, I have developed an windows application using .net 3.5, I need to run this application from a mac machine. Let me know how to achieve do this... Download Mono 2.0 from http://www.go-mono.com/mono-downloads/download.html, hope that your application doesn't use any

[Mono-dev] OracleDataReader problem with too many rows

2008-12-16 Thread ygozudeli
Dear Mono Developers, First of all, I'm happy with your project. Thanks for your great project. I'm using Mono(32 bit) on Solaris server with AMD processors. There is a project to dump Oracle rows into HTML file. I'm Using System.Data.Oracle library, and a stored procedure which returns

Re: [Mono-dev] x86_64 bit building problem

2008-12-16 Thread Zoltan Varga
Hi, There is now a workaround for this in SVN. Zoltan 2008/12/16 Paul p...@all-the-johnsons.co.uk: Hi, https://bugzilla.novell.com/show_bug.cgi?id=458168 Any idea if it's fixed in the current svn? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen!

Re: [Mono-dev] [mono-packagers] mono-find-(provides|requires)

2008-12-16 Thread Jo Shields
On Fri, 2008-12-12 at 08:56 -0700, Andrew Jorgensen wrote: There are some significant problems with the mono-find-(provides|requires) scripts as they exist now. Some examples will illustrate the problem best: smuxi requires mono(log4net) which is provided by log4net but it is also

[Mono-dev] x86_64 bit building problem

2008-12-16 Thread Paul
Hi, The fedora buildsys has thrown up an error with svn 121536 on x86_64. The output is here http://koji.fedoraproject.org/koji/getfile?taskID=1000973name=build.log It looks like it is trying to free an invalid pointer. Can anyone confirm this or if it's in the latest svn? TTFN Paul -- Sie

Re: [Mono-dev] x86_64 bit building problem

2008-12-16 Thread Zoltan Varga
Hi, Its probably this: https://bugzilla.novell.com/show_bug.cgi?id=458168 Zoltan 2008/12/16 Paul p...@all-the-johnsons.co.uk: Hi, The fedora buildsys has thrown up an error with svn 121536 on x86_64. The output is here

Re: [Mono-dev] SPAM-LOW: Re: Running .net appliation from mac

2008-12-16 Thread Charlie Poole
Hi Andreas, I'm not sure how much we want to go into this but... Some cultures use little words like please, others rely on non-verbal cues. Some people use automatic translation, while others use their own skills. The OP was considered rude because he used an imperative construct, rather than

Re: [Mono-dev] SPAM-LOW: Re: Running .net appliation from mac

2008-12-16 Thread Timothy Smith
I had sent this originally to Steve directly, but I thought I would post it here to as the conversation has continued (and probably should end here as it is off the purpose of the list) Sorry if that sounded a bit harsh. The open source community gets requests like that all of the time and there

Re: [Mono-dev] [mono-packagers] mono-find-(provides|requires)

2008-12-16 Thread Jonathan Pryor
On Fri, 2008-12-12 at 16:28 +, Jo Shields wrote: 1) Why does mojoportal provide mono(log4net)? If it's a private bundled lib which is not added to the GAC, then why lie and say it's provided when it isn't? Because the automagic tools were stupid and said that every assembly found was a

[Mono-dev] Eglib_test patch

2008-12-16 Thread Jonathan Pobst
Attached patch returns the number of failed tests for the program exit code instead of always returning 0. I have a local automated build system building winmono/eglib and use this to determine if the tests failed or not. Ok to commit? Jonathan Index: eglib/test/driver.c

Re: [Mono-dev] FW: RealTimeSignal patch

2008-12-16 Thread Jonathan Pryor
It looks good. I see only a few issues. On Tue, 2008-12-16 at 15:54 +, tim.je...@realtimeworlds.com wrote: Index: class/Mono.Posix/Mono.Unix.Native/Stdlib.cs === --- class/Mono.Posix/Mono.Unix.Native/Stdlib.cs (revision

Re: [Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Marek Habersack
On Tue, 2008-12-16 at 01:43 -0800, Vladimir Krasnov wrote: Hi Marek, Hey Vladimir, I've found some problems in updating row in GridView control that bound to ObjectDataSource. 1. ObjectDataSource fails to convert values to Nullable properties while creating data object. 2. BoundField

Re: [Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Marek Habersack
On Tue, 2008-12-16 at 10:29 +, Ivan N. Zlatev wrote: 2008/12/16 Vladimir Krasnov vladim...@mainsoft.com Hi Marek, I've found some problems in updating row in GridView control that bound to ObjectDataSource. 1. ObjectDataSource

Re: [Mono-dev] Object data source update fails on nullable field.

2008-12-16 Thread Ivan N. Zlatev
On Tue, Dec 16, 2008 at 8:40 PM, Marek Habersack mhabers...@novell.com wrote: On Tue, 2008-12-16 at 10:29 +, Ivan N. Zlatev wrote: 2008/12/16 Vladimir Krasnov vladim...@mainsoft.com Hi Marek, I've found some problems in updating row in GridView control that

Re: [Mono-dev] Marshalling a struct inside a struct

2008-12-16 Thread Justin Cherniak
Dudemullet, You basically have 2 choices, the managed and the unmanaged way. If you want to keep everything safe, you can replace all the pointers inside the struct with IntPtrs so you would have: public class Itdb_iTunesDB { IntPtr tracks; IntPtr playlists; string filename; IntPtr

Re: [Mono-dev] Marshalling a struct inside a struct

2008-12-16 Thread Justin Cherniak
Sorry, I didn't complete the message. You would then do: [DllImport(libgpod.dll)] static extern Itdb_iTunesDB* itdb_parse(string mp, IntPtr ge); Itdb_iTunesDB* database = itdb_parse(G:, IntPtr.Zero); then use pointer dereference operators on the pointer such as: uint version =