[Mono-list] 1.9.1 Mono Release

2008-04-21 Thread Wade Berrier
Hi, We've released 1.9.1 as a minor bugfix update to 1.9. The release notes are here: http://go-mono.com/archive/1.9.1/ and downloads are available here: http://www.mono-project.com/Downloads Thanks to all those who contributed to this release. Enjoy! Wade signature.asc Description: This

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
Yes. I've bison-i18n.m4 intltool.m4 libtool.m4 ltdl.m4 pkg.m4 at /usr/share/aclocal On Mon, Apr 21, 2008 at 3:30 PM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > Hi All, > > > > I've a novice user of Mono. I'm trying to build Mono from source code. > I've > > ins

[Mono-list] Installation Error

2008-04-21 Thread Derek Ekins
When I try and install mono 1.9 on ubuntu 8.04 I get a 'Segmentation Fault'. I can't find any info on this. What does it mean? Any ideas how to fix it? Thanks. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Robert Jordan
Paramesh Gunasekaran wrote: > Hi All, > > I've a novice user of Mono. I'm trying to build Mono from source code. I've > installed Cygwin and checked-out the source code from SVN. While building > using ./autogen.sh, I'm getting some errors and the build failed. I'm > attaching the build log file w

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
Yes. I downloaded make-3.80-1.tar.bz2 only On Mon, Apr 21, 2008 at 12:58 PM, Andy Hume <[EMAIL PROTECTED]> wrote: > Could be the "don't use cygwin make" issue. Did you follow the step in > shana's instructions to download a specific version of 'make'? > > Andy > > > ---

Re: [Mono-list] Monodoc online editor/browser

2008-04-21 Thread Ben Joldersma
Mandel, We've talked about doing that. I was just thinking about hooking the xml file save events to an svn commit. That takes care of 80% or so of the logic. Another demo we want to put together for emergetk is an SVN brower, so as you can see that would integrate nicely with the documentatio

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Andy Hume
Could be the "don't use cygwin make" issue. Did you follow the step in shana's instructions to download a specific version of 'make'? Andy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paramesh Gunasekaran Sent: 21 April 2008 16:01 To: Mono-list@lists.ximian.com S

Re: [Mono-list] Packaged .NET Software for Linux

2008-04-21 Thread Petit Eric
2008/4/21, Andrew Jorgensen <[EMAIL PROTECTED]>: > On Sat, 2008-04-19 at 03:33 +0200, Petit Eric wrote: > > hi > > I'm the developer of Cs-ObexFtp : > > http://sourceforge.net/projects/cs-obexftp/ > > in the next day obexftp/openobex help me to provideall needed stuf to > > make RPM/SRPM with

Re: [Mono-list] Does System.Security.Permissions.FileIOPermission work?

2008-04-21 Thread Yawar Amin
On Mon, Apr 21, 2008 at 7:52 AM, Andy Hume <[EMAIL PROTECTED]> wrote: > This is actually /not/ what CAS is for, remember that it is *Code* > Access Security. That is, it is orthogonal to *Role* Access Security. > As a user I run some .NET code in my web browser, *I* (logged in as Role > "user1" sa

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
I'm already using Shana's documentation for that.I've done as said in the document. But the error seems to be something wired for me. I'm not able to figure out. On Mon, Apr 21, 2008 at 11:28 AM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > Hi All, > > > > I've a nov

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Robert Jordan
Paramesh Gunasekaran wrote: > Hi All, > > I've a novice user of Mono. I'm trying to build Mono from source code. I've > installed Cygwin and checked-out the source code from SVN. While building > using ./autogen.sh, I'm getting some errors and the build failed. I'm > attaching the build log file w

Re: [Mono-list] Packaged .NET Software for Linux

2008-04-21 Thread Andrew Jorgensen
On Sat, 2008-04-19 at 03:33 +0200, Petit Eric wrote: > hi > I'm the developer of Cs-ObexFtp : > http://sourceforge.net/projects/cs-obexftp/ > in the next day obexftp/openobex help me to provideall needed stuf to > make RPM/SRPM with depandances, i will glade to see Cs-ObexFtp > packaged with this l

Re: [Mono-list] Packaged .NET Software for Linux

2008-04-21 Thread Andrew Jorgensen
On Mon, 2008-04-21 at 11:53 +1000, Oleg Deribas wrote: > Is it possible to package latest version of Firebird .NET provider? > The version packaged with mono is old 1.7 version, and current stable > version is 2.1.0, and unstable 2.5a2 according to project's page: > > http://www.firebirdsql.org/i

Re: [Mono-list] Packaged .NET Software for Linux

2008-04-21 Thread Andrew Jorgensen
On Fri, 2008-04-18 at 22:50 -0400, Sean Dague wrote: > NHibernate and Nini are quite handy open libraries that would be nice to > have in such a bundle. I actually packaged NHibernate a while back but never quite finished. I'll put these on the list. Thanks! - Andrew ___

[Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
Hi All, I've a novice user of Mono. I'm trying to build Mono from source code. I've installed Cygwin and checked-out the source code from SVN. While building using ./autogen.sh, I'm getting some errors and the build failed. I'm attaching the build log file with this mail. Can anyone please guide m

Re: [Mono-list] Does System.Security.Permissions.FileIOPermission work?

2008-04-21 Thread Andy Hume
On 21 April 2008 00:21 Yawar Amin wrote: > I'm running Mono 1.2.4 on Ubuntu 7.10. I've been trying to > use the System.Security.Permissions.FileIOPermission class to The first thing to note is that CAS is not fully implemented on Mono, and is disabled by default. http://www.mono-project.com/CAS

Re: [Mono-list] Does System.Security.Permissions.FileIOPermission work?

2008-04-21 Thread Sebastien Pouliot
On Sun, 2008-04-20 at 19:20 -0400, Yawar Amin wrote: > Hi all, > > I'm running Mono 1.2.4 on Ubuntu 7.10. I've been trying to use the > System.Security.Permissions.FileIOPermission class to `demand' write > access to my home directory and all its parent directories (i.e. > /home, /). Here's a sam

Re: [Mono-list] Monodoc online editor/browser

2008-04-21 Thread mandel
Hi Jose (sorry for the missing accent :P ) We did take a look at NHibernate but we did not like some issues. Or API is part of a bigger and larger project which we found useful for us, and therefore we want to released it as open source. We currently are far away from having a mature framewo

Re: [Mono-list] Monodoc online editor/browser

2008-04-21 Thread José A. Salvador Vanaclocha
Hi Manuel, I did a quick read on the link you have send. If I have understand well. You are trying to build a persistence's layer to treat objects as objects regardless database. For sure you know the ORM concept (Object Relational Mapping). There are a great variety of this frameworks which res

Re: [Mono-list] Monodoc online editor/browser

2008-04-21 Thread mandel
Hello, That is amazing!!! We are a group of developers that have started developing a "different CMS" using mono. We have taking a very different approach and we were looking for such a lib. On top of that we have develop an API to access different DBMS in an oo way with no configuration f