[Mono-list] XSP FreeBSD install ...

2004-03-24 Thread Greg McClure
Has anyone installed XSP on FreeBSD? I'm trying to get it going with XSP 0.9 on FreeBSD 4.9-STABLE, and I can configure successfully, but I come up with this error when I try to run the first make command: Unknown modifier ',' /usr/local/bin/mcs -debug+ -debug:full -nologo ) /out:xsp.exe Syntax

RE: [Mono-list] I broke XSP

2004-03-24 Thread [EMAIL PROTECTED]
It definitely exists. I have directory browsing on and I can actually click the file and it still 404's. -Abe >= Original Message From donaldi sp <[EMAIL PROTECTED]> = >Abram Gillespie wrote: > >> Hey All, >> >> >> >> I seem to have broken XSP somehow. I was having a problem with an >>

[Mono-list] UDP Broadcast Socket.ReceiveFrom Anomalies

2004-03-24 Thread Matthew Franz
I'm writing (actually trying to simulate) a simple UDP client and I've noticed some anomalies between Mono 0.31 and .NET in terms of the handling the messages. I'm assuming because the replies from the server are broadcasts. 1) C: 1.1.1.1 -> 1.1.1.2 (or 1.1.1.255) S: 2) S: 1.1.1.2 -> 1.1.1.255 C

[Mono-list] I broke XSP

2004-03-24 Thread Abram Gillespie
Hey All, I seem to have broken XSP somehow. I was having a problem with an ASP.NET page where I was using codebehind as opposed to inline code. It took me a while to get it working, but I finally did. However, when I made changes to the code, the changes didn't propagate (at least as far as

Re: [Mono-list] General .NET Q

2004-03-24 Thread Jonathan Pryor
Below... On Wed, 2004-03-24 at 21:05, Shawn Vose wrote: > Does anyone know if the following is possible: > > Taking a snippet of .NET c# code, maybe a function, and storing it in a > mysql db > > to be later called by another piece of code and executed? > > I was asked this question by a client

[Mono-list] General .NET Q

2004-03-24 Thread Shawn Vose
Does anyone know if the following is possible: Taking a snippet of .NET c# code, maybe a function, and storing it in a mysql db to be later called by another piece of code and executed? I was asked this question by a client and I dont have the slightest clue on how to answer this. My initial ans

[Mono-list] More Mac OS X woes

2004-03-24 Thread Abram Gillespie
Ok, after getting those "Bus Error"s I decided to clean out what I could and use Fink. So I did, got it working, but then realized it was quite old. I was also getting some warnings about mscore being old or something. Anyways, I quickly removed Fink's version and decided to try my hand at c

RE: [Mono-list] System.Exception.Security when mixing mono with microsoft

2004-03-24 Thread Sebastien Pouliot
Ofer, Non local assemblies (e.g. network drives) are given much less freedom than local ones by the MS runtime. Some ressources (like DNS) requires specific permissions (like DnsPermission). However if you're using Mono's System.dll under MS runtime the security exception is (most probably) becau

Re: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Peter Williams
On Wed, 2004-03-24 at 14:57, Robert Shade wrote: > No > > rob Ok, have you tried changing the definition of RUNTIME in build/config-default.make? Strange that the config.make change doesn't cut it; maybe that needs RUNTIME := mint to get it to stick. Peter -- Peter Williams

Re: [Mono-list] mono and comercial apps.

2004-03-24 Thread Leandro André Zis
J# requires one aditional framework compatible with java Ben Maurer wrote: Hello, I am going to adress the pratical issues you bring up. I am not sure about legal issues (such as licensing Windows to use the J# assemblies). On Wed, 2004-03-24 at 13:58, Wendell Nichols wrote: J#,

Re: [Mono-list] Problems with Serialisation

2004-03-24 Thread Lluis Sanchez
This bug is now fixed in CVS. On dj, 2004-03-18 at 13:03, Michael Kämpf wrote: > I tried the following code example. It works fine using the Microsoft > Csharp-Compiler, but doesn't under Mono > > > > using System; > > using System.Xml; > using System.Xm

Re: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Robert Shade
No rob Peter Williams wrote: On Wed, 2004-03-24 at 11:29, Robert Shade wrote: I have not been able to figure out how to change $(RUNTIME) to resolve to mint, thus the change. Putting RUNTIME = mint in build/config.make doesn't work? Peter ___

Re: [Mono-list] mono and comercial apps.

2004-03-24 Thread Ben Maurer
Hello, I am going to adress the pratical issues you bring up. I am not sure about legal issues (such as licensing Windows to use the J# assemblies). On Wed, 2004-03-24 at 13:58, Wendell Nichols wrote: > J#, Assuming the J# assemblies comply to the CLI specs (which I assume, but have not verified,

Re: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Peter Williams
On Wed, 2004-03-24 at 11:29, Robert Shade wrote: > I have not been able to figure out how to change $(RUNTIME) to resolve > to mint, thus the change. Putting RUNTIME = mint in build/config.make doesn't work? Peter -- Peter Williams [EMAIL PROTECTED] "[Ninjas] are c

[Mono-list] mono and comercial apps.

2004-03-24 Thread Wendell Nichols
My company has built a sophisticated .net app using a combination of J#, C# and comercial third party controls. Is there now or will there ever be a way to run an app like this on linux mono? Licensing a copy of windows for the linux machine just to get the .net runtime (presuming that window

[Mono-list] CodeDom testcases/examples

2004-03-24 Thread Stuart Ballard
Does anyone know of any simple language-independent CodeDom testcases/examples that could be used to generate some code that a human could then look at and verify? Ideally some examples that start off doing really simple stuff (I guess defining an empty class in a given namespace would qualify)

[Mono-list] System.Exception.Security when mixing mono with microsoft

2004-03-24 Thread Ofer Achler
Hello, I'm trying to write a program that uses the mono system.dll but with the Microsoft runtime, but I'm getting an exception of type System.Security.SecurityException wiwth additional information: security error. On trying to resolve a hostname: System.Net.IPHostEntry tmp = System.Net.Dns.GetH

[Mono-list] How do you compile Mono on SPARC Solaris ?

2004-03-24 Thread George Kodinov
Hi. I've been trying to compile Mono CVS on SPARC Solaris 8. I've got the http://go-mono.com/mono-build.sh and run it. It went up to : gcc-3.0 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/virtdev2/gkodinov/mono-0.31/script/install/include/glib-2.0 -I/virtdev2/gkodinov/mono-0

Re: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Robert Shade
Did you ever get this fixed? If you didn't, the problem is that at this phase of the buld the makefiles are using the internal mcs (the one it just built). In order to do this, it calls it directly instead of using the mcs script: ---(snip!)--- Creating ../../../build/deps/I18N.dll.makefrag ..

Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Attila Balogh
Urs C Muff wrote: did you install mono from fink? if so, you have to add /sw/lib to DYLD_LIBRARY_PATH instead of /usr/local/lib On Mar 23, 2004, at 10:00 PM, Attila Balogh wrote: Yes, and i added /sw/lib in the first place. Could i check the patch you created? Regards Attila __

Re: [Mono-list] PerlSharp (was Hackers with Windows boxes + Perl needed)

2004-03-24 Thread Joshua Tauberer
Rich Wareham wrote: could try out my Perl interpreter bindings for C#[1]. Heh, cool. I started working on the same thing a few weeks ago... It's funny that we used a lot of the same naming conventions. I don't have a nice wrapper for Perl objects and I avoided array-context evals, but I do have

Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Urs C Muff
did you install mono from fink? if so, you have to add /sw/lib to DYLD_LIBRARY_PATH instead of /usr/local/lib On Mar 23, 2004, at 10:00 PM, Attila Balogh wrote: Erik Dasque wrote: Hmmm, Yes, I think I had this problem at some point. Set LD_LIBRARY_PATH since you're talking about .so librarie

Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Urs C Muff
This is due the the config file issue, I sent a patch to the dev list, but nobody replied to review it yet! - Urs On Mar 23, 2004, at 10:00 PM, Attila Balogh wrote: Erik Dasque wrote: Hmmm, Yes, I think I had this problem at some point. Set LD_LIBRARY_PATH since you're talking about .so libr

Re: [Mono-list] Re: [ANN] Firebird ADO.NET Data Provider 1.5.2 released

2004-03-24 Thread Carlos Guzmán Álvarez
Hello: FYI, the pdf documentation is still unreadable under Linux. The PDF file is being generated from a latex file generated with NDoc ;) Try to read the javadoc format documentation ( HTML ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain ___ Mon

[Mono-list] Re: [ANN] Firebird ADO.NET Data Provider 1.5.2 released

2004-03-24 Thread Ecmel Ercan
FYI, the pdf documentation is still unreadable under Linux. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Hackers with Windows boxes + Perl needed

2004-03-24 Thread Rich Wareham
Hi, I was wondering if anyone on this list had a Windows box + Mono + Perl that could try out my Perl interpreter bindings for C#[1]. Basically I wanted access to all the useful utilities out there on CPAN[2] that aren't yet available in managed code or in the standard class libraries. The d