RE: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Jonel Rienton
I have just double checked my dev setup, PATH should have /opt/csw/bin in the very beginning. I will update my blog as well. I use: ./configure --with-libs=/opt/csw/lib --with-includes=/opt/csw/include ... in my configure line. I used to have problems with /usr/ccs/bin/ld and did what you were d

Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Michael Welch
On 2/15/06, Jonel Rienton <[EMAIL PROTECTED]> wrote: Hi,   I have some pointers here: http://www.road14.com/2005/04/solaris-10-x86-and-mono.aspx, those work also in building in sparc, not alot but not trivial either OK, I'm giving it a try right now. However I just saw during the config tha

Re: [Mono-list] namespace

2006-02-15 Thread Jonathan Pryor
On Wed, 2006-02-15 at 16:12 +0100, Tomas Olofsson wrote: > Trying to create a Gtk.FileChooserDialog but when I compile the following > error occur: > > "error CS0234: The type or namespace name `FileChooserDialog' does not > exist in the namespace `Gtk'. Are you missing an assembly reference?"

RE: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Jonel Rienton
Hi,   I have some pointers here: http://www.road14.com/2005/04/solaris-10-x86-and-mono.aspx, those work also in building in sparc, not alot but not trivial either   -j From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael WelchSent: Wednesday, February 15, 2006 10:07 AMTo:

Re: [Mono-list] Blastwave.org Mono package [was: Trouble compiling Mono on Solaris 10 Sparc]

2006-02-15 Thread Andreas Färber
Hi, > Since you're already using Blastwave, we have packages in Blastwave for > mono, just pkg-get it. > I've downloaded it on Solaris 10 x86 and it works great! Thanks a lot!!! Is there anything we need to know apart from adding /opt/csw/mono/bin to the PATH? The Solaris 8 SPARC package by No

Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Michael Welch
On 2/15/06, Paolo Molaro <[EMAIL PROTECTED]> wrote: > darwin_stop_world.lo  sparc_mach_dep.lo -lpthread> libtool: link: warning: `-version-info/-version-number' is ignored for> convenience libraries> false cru .libs/libmonogc.a .libs/allchblk.o .libs/alloc.o .libs/blacklst.o You have a broken devel

Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Paolo Molaro
On 02/14/06 Michael Welch wrote: > My attempts to build mono always fail in the libgc directory. I'm looking > for help overcoming the following issue: > > I have a clean install of Solaris 10 (01/06) on a Sun Ultra 60. > > I've installed gnu utilities from blastwave.org. (/opt/csw). [...] > I do

Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Michael Welch
On 2/14/06, Jonel Rienton <[EMAIL PROTECTED]> wrote: Since you're already using Blastwave, we have packages in Blastwave formono, just pkg-get it.Jonel, Thanks. I did install the mono package but only left it for a short time (perhaps I'll re-install). It did work. (The Novell package for Solaris

[Mono-list] namespace

2006-02-15 Thread Tomas Olofsson
Trying to create a Gtk.FileChooserDialog but when I compile the following error occur: "error CS0234: The type or namespace name `FileChooserDialog' does not exist in the namespace `Gtk'. Are you missing an assembly reference?" In monodoc it exists in Gtk, why doesn't the compiler locate it?

Re: [Mono-list] Mono.Unix.Native.Syscall.(l)stat weirdness

2006-02-15 Thread Jonathan Pryor
On Wed, 2006-02-15 at 12:15 +0100, László Monda wrote: > I've been playing with stat() and lstat() in the past few days and > things seem to be weird. > > I made two test programs to demonstrate the problem. The first is > written in C and behaves correctly, the second is written in C# and is > q

[Mono-list] Mono.Unix.Native.Syscall.(l)stat weirdness

2006-02-15 Thread László Monda
Hey List, I've been playing with stat() and lstat() in the past few days and things seem to be weird. I made two test programs to demonstrate the problem. The first is written in C and behaves correctly, the second is written in C# and is quite abnormal. I attached both of them. Let's see the