Re: [Mono-list] Might Have Found A Way To Get GCC .NET !

2002-08-26 Thread Juli Mallett
, unless you count ever 50 line Perl or PHP program that some doofus writes and slaps a GPL on and sticks on Freshmeat. Seriously, this is something I've put a *lot* of thought into. juli. -- Juli Mallett [EMAIL PROTECTED] | FreeBSD: The Power To Serve Will break world for fulltime

Re: [Mono-list] Mono on FreeBSD

2002-09-23 Thread Juli Mallett
appreciated. box is a FreeBSD 4.6-RELEASE, i thought i might just be missing some libs but i've installed every iconv libs in the ports but to no avail. It is picking up the wrong iconv.h I seem to recall, try changing up the CFLAGS a bit? Ideally, use ports. -- Juli Mallett [EMAIL PROTECTED

Re: [Mono-list] how is the compiler / class libraries compiled over Linux?

2002-10-30 Thread Juli Mallett
can run CIL, you see, so as MCS is a CIL executable, it can be bootstrapped using a binary-only version of itself. The releases and snapshots include an mcs.exe for this purpose. -- Juli Mallett [EMAIL PROTECTED] | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger

Re: [Mono-list] mono-current on openbsd-3.2

2002-11-06 Thread Juli Mallett
/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list -- Juli Mallett [EMAIL PROTECTED] | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger [EMAIL PROTECTED] http://people.FreeBSD.org/~jmallett/ | Support

Re: [Mono-list] SGI 02

2002-11-08 Thread Juli Mallett
this week there is no MIPS support in Mono yet... They're 64-bit MIPS based, can run IRIX, NetBSD, or Linux (though in at least the NetBSD case, O2 support has been broken for a little bit), and can not run Mono because of lack of MIPS support, and probably lack of OS support. juli. -- Juli

Re: [Mono-list] Dot_GNU PR Folks on Slashdot

2002-11-24 Thread Juli Mallett
baby, juli. -- Juli Mallett [EMAIL PROTECTED] OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Mono and the community

2002-11-24 Thread Juli Mallett
kernel, the Debian project and many of the larger GNOME sub-projects. Mono isn't an exception. The private IRC channels are the most essential part of the Cabal-building. There is no conspiracy! :-) Actually, there is. Don't tell Miguel or FreeBSD's Core Team that I told you! juli. -- Juli

Re: [Mono-list] First attempt at a POSIX wrapper

2002-11-28 Thread Juli Mallett
, gid_t group [DllImport (libc.so.6, EntryPoint=execv)] public static extern int execv (string path, string[] argv); } } -- Juli Mallett [EMAIL PROTECTED] OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD

Re: [Mono-list] Editor with syntax highliting

2002-12-06 Thread Juli Mallett
* De: Bo Majewski [EMAIL PROTECTED] [ Data: 2002-12-06 ] [ Subjecte: [Mono-list] Editor with syntax highliting ] What are good, preferably Gnome (2 would be ideal) editors that offer C# syntax highlighting? [g]vim :) -- Juli Mallett [EMAIL PROTECTED] OpenDarwin, Mono, FreeBSD Developer

Re: [Mono-list] Subversion repository

2002-12-09 Thread Juli Mallett
, and for a project developed like Mono is, it's as near to perfect as one can get, both from the perspective of developers and from the perspective of development model. -- Juli Mallett [EMAIL PROTECTED] OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything

[Mono-list] [roam@ringlet.net: Re: lang/mono port]

2002-12-11 Thread Juli Mallett
Does anyone object to the third option here? Thanx, juli. - Forwarded message from Peter Pentchev [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] Date: Wed, 11 Dec 2002 12:48:28 +0200 From: Peter Pentchev [EMAIL PROTECTED] To: Juli Mallett [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

[Mono-list] Checking for implementation of _POSIX_THREAD_PROCESS_SHARED

2002-12-11 Thread Juli Mallett
=== RCS file: /cvs/public/mono/mono/io-layer/ChangeLog,v retrieving revision 1.99 diff -b -d -w -u -r1.99 ChangeLog --- ChangeLog 8 Dec 2002 13:50:17 - 1.99 +++ ChangeLog 12 Dec 2002 01:34:54 - @@ -1,3 +1,11 @@ +2002-12-11 Juli Mallett [EMAIL PROTECTED

[Mono-list] Problems with reads being non-blocking in Mono?

2002-12-12 Thread Juli Mallett
() in 0x00049 00 System.IO.StreamReader:ReadLine () in 0x00018 00 .X:Main () (jmallett@luna:~/Work/Jwpl#)288% cat test.cs using System; class X { public static void Main() { Console.ReadLine(); } } %%% This doesn't happen on GNU/Linux or with Mono 0.13 on FreeBSD, afaict. Thanx, juli. -- Juli Mallett

Re: [Mono-list] mono on NetBSD

2002-12-13 Thread Juli Mallett
in that regard. As for all other issues, you may want to try with 0.17 or current CVS to be sure? Thanx, juli. -- Juli Mallett [EMAIL PROTECTED] OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD

[Mono-list] A vaguely POSIXy Getopt class.

2002-12-13 Thread Juli Mallett
) { try { ThisString = ThisString.Substring(1); } catch { ThisString = null; } return ThisString; } } %%% Thanx let me know if you find it useful, juli. -- Juli Mallett [EMAIL PROTECTED

Re: [Mono-list] A vaguely POSIXy Getopt class.

2002-12-15 Thread Juli Mallett
* De: Rafael Teixeira [EMAIL PROTECTED] [ Data: 2002-12-15 ] [ Subjecte: Re: [Mono-list] A vaguely POSIXy Getopt class. ] See /mcs/class/Mono.GetOption. Yeah, I know, I'm the one who did the Unixy build glue for it :) -- Juli Mallett [EMAIL PROTECTED] OpenDarwin, Mono, FreeBSD Developer

Re: [Mono-list] VFAT vs Unix filesystems...

2003-01-08 Thread Juli Mallett
, dirread the deepest-known-to be there directory, and strcasecmp for what is being looked for next. This should continue until a 100% hit is found. The problem is this is prone to being tricked. -- Juli Mallett [EMAIL PROTECTED] AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer

Re: [Mono-list] VFAT vs Unix filesystems...

2003-01-08 Thread Juli Mallett
: general purpose and gets the job done where it makes sense to, wherever exactly that is. Other hacks are just that. -- Juli Mallett [EMAIL PROTECTED] AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything

Re: [Mono-list] VFAT vs Unix filesystems...

2003-01-08 Thread Juli Mallett
concerns for data files are the only ones vaguely real, since using /tmp for this sort of thing may be valid. juli. -- Juli Mallett [EMAIL PROTECTED] AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD

Re: [Mono-list] Building mono on Unix platforms

2003-01-17 Thread Juli Mallett
on starting the port. Important to keep in mind that one will need glib and may need libintl and will need pkg-config. I remember from a long time ago that the first to can be a *load* of fun. And of course, you want to be using GCC, right? juli. -- Juli Mallett [EMAIL PROTECTED] AIM: BSDFlata -- IRC

Re: [Mono-list] Building mono on Unix platforms

2003-01-17 Thread Juli Mallett
* De: Paolo Molaro [EMAIL PROTECTED] [ Data: 2003-01-17 ] [ Subjecte: Re: [Mono-list] Building mono on Unix platforms ] On 01/17/03 Juli Mallett wrote: Important to keep in mind that one will need glib and may need libintl and will need pkg-config. I remember from a long time ago

Re: [Mono-list] Building mono on Unix platforms

2003-01-18 Thread Juli Mallett
with TenDRA on FreeBSD. What is TenDRA ? http://www.TenDRA.org -- Juli Mallett [EMAIL PROTECTED] AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. ___ Mono

Re: [Mono-list] Problems with reads being non-blocking in Mono?

2003-01-18 Thread Juli Mallett
* De: Juli Mallett [EMAIL PROTECTED] [ Data: 2002-12-12 ] [ Subjecte: [Mono-list] Problems with reads being non-blocking in Mono? ] The problem was one my ircd pointed out in a more debuggable way, and was not a problem with Mono, but a problem with FreeBSD. It is fixed now