Re: [Mono-dev] Newbie Building mono - bootstrapping

2005-10-03 Thread Paolo Molaro
On 09/29/05 Krishna Ganugapati wrote: When I refer to the help, it asks me to bring down monolite-some-version because it should give me the bootstrap tools. I bring down monolite and copy the images in the right place, but still no good. If you used a released tarball (as you should have)

Re: [Mono-dev] Regarding MONO on Embedded Device.

2005-10-03 Thread Paolo Molaro
On 09/30/05 conn intel wrote: I am a computer science student. Our college is having embedded board on which there is 16 MB of flash. We have compress the kernel to 8 MB and our application is of 2 MB. So i Need help in using MONO on such a Environment. Its very hard or i say next to

Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Yngve Zackrisson
Hi I do not know if you have any help by this knowledge but I run .NET Remoting between a Win32 MS .NET client and a Linux (Fedora Core 3) Mono server. I invoke the remote objects methods with HTTP (Binary Formater) and is able to both add DataSets as parameters and returns. In other words,

Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Lluis Sanchez
Hi, This is a known bug already fixed in SVN HEAD. El dv 30 de 09 del 2005 a les 18:53 -0700, en/na Ko Ko va escriure: Hi, I notice that when I run Webservice on Linux with Mono, I got some problem with Data return from web services. When I return simple data like string from web services

Re: [Mono-dev] mcs bug breaks MD build

2005-10-03 Thread Alexandre Miguel Pedro Gomes
Ohh well it just looked as an exceptional case so I just did point it. But I guess that if I did re-read the code I would get there... just to lazzy :) Thanks for the fixOn 10/3/05, Raja R Harinath [EMAIL PROTECTED] wrote: Hi,Alexandre Gomes [EMAIL PROTECTED] writes: In revision #51007 the

[Mono-dev] Mono.Unix - UnixDirectoryInfo.IsSymbolyicLink question

2005-10-03 Thread Paddy Joy
Hi, Hope someone can help me out with this little problem I'm having. I have a directory /home/paddy/test which contains one sub-directory and one symbolic link: [EMAIL PROTECTED] test]# ls -lh total 12K drwxr-xr-x 2 root root 4.0K Oct 3 20:38 directory lrwxrwxrwx 1 root root4 Oct 3

Re: [Mono-dev] Arrays in a loop?

2005-10-03 Thread Martin Hinks
Hi Eric, First off, why are you enclosing the array name in curly braces? MyArray[i, 0] should do the trick... Secondly, how is your array defined? Have you checked that the exception thrown isn't an Out of range exception? If it IS an out-of-range exception you need to declare your array

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Robert Jordan
Hi Hubert, I've seen that your have commited an optimization in exception handling in mini... Fri Sept 30... I've found a very very nasty bug... In the meanwhile you may try to run with that specific optimization turned off: mono --optimize=-exception ... Rob

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Zoltan Varga
Hi, Could you create a testcase which doesn't depend on System.Data+Oracle etc ? Zoltan On 10/3/05, Hubert FONGARNAND [EMAIL PROTECTED] wrote: Hello, I've seen that your have commited an optimization in exception handling in mini...

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Atsushi Eno
Hi, I guess the attached one _might_ reproduce the problem. XSLT testcase is still not preferable but at least it works standalone. Atsushi Eno Zoltan Varga wrote: Hi, Could you create a testcase which doesn't depend on System.Data+Oracle etc ?

Re: [Mono-dev] Bug with your exception-optimization

2005-10-03 Thread Robert Jordan
Hi Zoltan, Could you create a testcase which doesn't depend on System.Data+Oracle etc ? It seems that the stack frame gets corrupted. Rob using System; using System.Collections; public class CustomException : ApplicationException { } class Foo { static void Main(string[] args) {

Re: [Mono-dev] Newbie Building mono - bootstrapping

2005-10-03 Thread Thomas Harning Jr.
For the Mono x86 binaries, you just need to compile the system from the mono folder. The mono executable doesn't need anything related to .Net to compile, so no need to obtain binaries. (You may, of course, need to obtain the libraries that mono needs, but I can't recall what they are ATM). --

[Mono-dev] Uncompilable mcs in daily packages

2005-10-03 Thread Tomas Kalibera
Hi, there is a new problem with compilation of daily packages, the mcs compiler mcs.exe cannot be compiled, error messages are below. This problem started on the daily package from September 22nd and remains till now (version from October 2nd). Because of this problem I could not check the

Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released

2005-10-03 Thread Wade Berrier
How long has it used relative paths? I'm wondering because the linux installer still uses wrapper scripts for the native binaries (mono, monodis, etc...). Maybe that's not needed anymore as well? Wade On Fri, 2005-09-30 at 17:33 +0200, Zoltan Varga wrote: It uses relative paths, so its ok.

Re: [Mono-dev] Monodoc

2005-10-03 Thread Matthijs ter Woord
Is there any special format needed? (IE, ecma xml docs etc) If so, could anyone point me to it? Regards, Matthijs ter Woord - Original Message - From: Miguel de Icaza [EMAIL PROTECTED] To: Matthijs ter Woord [EMAIL PROTECTED]; mono-docs-list@lists.ximian.com Cc: [EMAIL PROTECTED]

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Wade Berrier
Hey, On Sat, 2005-10-01 at 02:23 +0200, Zoltan Varga wrote: This works fine on my system using latest cygwin. My libint is in /lib/libintl.a. Perhaps you don't have that package installed, or libintl-1.dll is in a directory in your PATH so libtool finds it first ? This same error happens

Re: [Mono-dev] Arrays in a loop?

2005-10-03 Thread Martin Hinks
Very simple answer: 1 of the data types it is trying to load in is not a Single! Put each statement inside a try-catch block and it should all work - set default to 0 or check your data if you didn't expect this. Martin On 10/3/05, SigmaX [EMAIL PROTECTED] wrote: Martin Hinks wrote: Hi Eric,

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Wade Berrier
Here's another error which makes me think something is wrong besides my environment or the libraries I have. *** Warning: linker path does not have real file for library -lole32. *** I have the capability to make that library automatically link in when *** you link to this library. But I can

[Mono-dev] Debugging Busted CIL

2005-10-03 Thread Jim Purbrick
I'm currently trying to work out what is wrong with some assemblies I've generated and thought that people on the list might have some cunning techniques that I haven't thought of. Currently my process consists of running my app which embeds Mono, waiting for it to spit out an **ERROR**:Invalid

RE: [Mono-dev] Unable to create unix domain socket with mod-mono underapache2 fc4

2005-10-03 Thread Phillip Fry
--- Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: If you guys send me the output of 'apachectl -l' (or apache2ctl -l) and the lines you added to the apache configuration, I'll give it a try. Also, which MPM model are you using? I'm also running apache 2.0.54 with MPM worker and

Re: [Mono-dev] Debugging Busted CIL

2005-10-03 Thread César Lopéz Natarén
On Mon, 2005-10-03 at 21:26 +0100, Jim Purbrick wrote: I'm currently trying to work out what is wrong with some assemblies I've generated and thought that people on the list might have some cunning techniques that I haven't thought of. Are there any better ways? I briefly tried using MS

Re: [Mono-dev] Debugging Busted CIL

2005-10-03 Thread Robert Jordan
Hi Jim, I'm currently trying to work out what is wrong with some assemblies I've generated and thought that people on the list might have some cunning techniques that I haven't thought of. How are you generating the assemblies? Are this assemblies generated by MS tools? Mono doesn't support

[Mono-dev] Script Help

2005-10-03 Thread Buddy Lindsey
I a startup script for a mono program. I am almost done excepti need to be able to kill a specific mono process. I can't seem to figure out how to only get a specific one. I can easily just kill all of them but that messes up any other mono apps. This is a bash script. Any help would be

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Zoltan Varga
Hi, mono builds fine using the latest cygwin libs for me. Altought, it is still statically linked even if I tell disable it, so its not all good. What version of automake and libtool are you using, ie what does automake --version and libtool

Re: [Mono-dev] Monodoc

2005-10-03 Thread Alexandre Miguel Pedro Gomes
Monodoc would need a profile chooser or something like that to switch between 1.x and 2.0 profile, right? Any plans on those things? Btw anyone knows why the C# specification appears without newlines?On 9/30/05, Miguel de Icaza [EMAIL PROTECTED] wrote:Hello, When will monodoc be ready for .NET

Re: [Mono-dev] Debugging Busted CIL

2005-10-03 Thread Jim Purbrick
Hi Robert, How are you generating the assemblies? Are this assemblies generated by MS tools? Mono doesn't support incremental assemblies generated by CSC. I'm compiling LSL to CIL, then using the mono ILasm compiler to generate assemblies. Did you verify the assembly? Mono: pedump

Re: [Mono-dev] Mono.Unix - UnixDirectoryInfo.IsSymbolyicLinkquestion

2005-10-03 Thread Paddy Joy
Thanks for the background info and help, it all makes a lot more sense now. I'm using UnixSymbolicLinkInfo now and getting the correct results. So am I correct in saying that if you have a UnixDirectoryInfo object the IsSymbolicLink property will never be set to true because it will always

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Zoltan Varga
Hi, semdel is only used under UNIX for releasing some stuff the runtime allocates. It should not be used on windows, so this requires some build system magic. Hari ? Zoltan On 10/4/05, Wade Berrier [EMAIL PROTECTED] wrote:

Re: [Mono-dev] Mono.Unix - UnixDirectoryInfo.IsSymbolyicLinkquestion

2005-10-03 Thread Jonathan Pryor
On Tue, 2005-10-04 at 09:37 +1000, Paddy Joy wrote: Thanks for the background info and help, it all makes a lot more sense now. I'm using UnixSymbolicLinkInfo now and getting the correct results. So am I correct in saying that if you have a UnixDirectoryInfo object the IsSymbolicLink

[Mono-dev] monodoc os x

2005-10-03 Thread Roberto Carvajal
Hey there! I'm trying to get monodoc and monodevelop running on Tiger and I can't figure out how to solve this particular problem: roberto$ monodoc (unknown:918): Pango-WARNING **: Cannot open font file for font Verdana 9.591796875 (unknown:918): Pango-WARNING **: Cannot open fallback

Re: [Mono-dev] Arrays in a loop?

2005-10-03 Thread Gaurav Vaish (Mono)
lms_table[i, 0] = Convert.ToSingle(row[keytext]); lms_table[i, 1] = Convert.ToSingle(row[L]); lms_table[i, 2] = Convert.ToSingle(row[M]); lms_table[i, 3] = Convert.ToSingle(row[S]);

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Wade Berrier
I almost think that System.XML isn't compiling. This command doesn't output a dll: MONO_PATH=../../class/lib/basic; $MONO_PATH /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB /debug+ /debug:full

[Mono-dev] Re: Uncompilable mcs in daily packages

2005-10-03 Thread Raja R Harinath
Hi, Tomas Kalibera [EMAIL PROTECTED] writes: there is a new problem with compilation of daily packages, the mcs compiler mcs.exe cannot be compiled, error messages are below. This problem started on the daily package from September 22nd and remains till now (version from October 2nd).

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Raja R Harinath
Hi, Zoltan Varga [EMAIL PROTECTED] writes: semdel is only used under UNIX for releasing some stuff the runtime allocates. It should not be used on windows, so this requires some build system magic. Hari ? The build system magic is already there. It's just misleading, and you'll have to

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Raja R Harinath
Hi, Wade Berrier [EMAIL PROTECTED] writes: I almost think that System.XML isn't compiling. This command doesn't output a dll: MONO_PATH=../../class/lib/basic; $MONO_PATH /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /nologo /optimize -d:NET_1_1