RE: [Mono-list] Building from CVS: gmcs.exe not found

2004-05-13 Thread Andrew Arnott
I found out more about my problem below. But I cant solve it by myself. Any help would be greatly appreciated! The /mono/runtime/Makefile that came out of CVS this morning, that was generated by autogen.sh, references an environment variable named $(fx20dir). And the Makefile is trying

Re: [Mono-list] Mono for Windows

2004-05-13 Thread Miguel de Icaza
I read somewhere that Evolution 2.0 will be available for the Windows OS. My question is that if this is true and not a rumor to get hopes up will it be developed using Mono and will the average user need Mono to be installed to use it. Also is there any plans to port MonoDevelop to

Re: [Mono-list] Legal review

2004-05-13 Thread Miguel de Icaza
I was wondering if the legal review of mono is planned to be completed for the 1.0 release? Yes. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Bus error xsp-0.13 [was: Problems with xsp-0.12 tarball?]

2004-05-13 Thread Jonathan Stowe
On Wed, 2004-05-12 at 04:59, Scott Muc wrote: Thanks for the quick reply Cory! I've tried downloading it several times. I take it they don't have any md5sums located on their site? I'll try to stick with xsp-0.13 then. I just need to figure out why it does the following: spark# mono

[Mono-list] Mono 0.91 MCS compiled app error

2004-05-13 Thread Jacques Du Preez
Title: Message Hi, I'm running Mono 0.91 on Windows XP with SP1 installed. Used the mono-Beta1-win32-2 package to install Mono. When I run an exe created by Mono C# compiler I get the following error message: "helloworld.exe - Application Error The application failed to initialize

[Mono-list] mod-mono and mono cant be installed on the same system (red-carpet)

2004-05-13 Thread tom potts
The latest stuff in the mono channel on red carpet seems to be a bit inconsistent. After installing mono an attemt to install mod-mono causes the following: Transaction failed: Unable to complete RPM transaction: file /etc/mono/config from install of mono-0.31-1.ximian.6.1 conflicts with file

[Mono-list] Re last message(mono/mod-mono)

2004-05-13 Thread tom potts
Sorry - it seems something in the mono channel uninstalls mono in favour of mono-core which then prevents mod-mono (and indeed mono) being installed. I'll try and check that out in more detail but it will be much later. Tom

Re: [Mono-list] offtopic, but cool

2004-05-13 Thread Jonathan Pryor
It just occurred to me, but this test is really unfair to C++. std::list is a linked-list, requiring a heap allocation for each node in the list. ArrayList and ListT both use arrays for their internal storage, and thus would require far fewer allocations. I would suggest re-testing the C++

Re: [Mono-list] offtopic, but cool

2004-05-13 Thread Cory Nelson
Good point. I re-coded with that in mind, and it seems as long as you preallocate the c++ vector, it wins: vectorrect: 109ms vectorrect(100): 15ms ListRectangle: 78.13ms ListRectangle(100): 46.88ms Perhaps std::vectorT is allocating smaller chunks than ListT? On Thu, 13 May 2004

[Mono-list] Legal review

2004-05-13 Thread Gonia Eric - egonia
I was wondering if the legal review of mono is planned to be completed for the 1.0 release? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] System.Data doesn't compile

2004-05-13 Thread Jaroslaw Kowalski
Using fresh CVS checkout: MONO_PATH="../../class/lib/default:$MONO_PATH" mono ../../mcs/mcs.exe -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /r:mscorlib.dll /r:../../class/lib/default/System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll

Re: [Mono-list] System.Data doesn't compile

2004-05-13 Thread Atsushi Eno
Sorry thats me and already fixed in cvs. Atsushi Eno Jaroslaw Kowalski wrote: Using fresh CVS checkout: MONO_PATH=../../class/lib/default:$MONO_PATH mono ../../mcs/mcs.exe -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /r:mscorlib.dll

RE: [Mono-list] Building from CVS: gmcs.exe not found

2004-05-13 Thread Andrew Arnott
The corrections you made to my commands below were consistent with the way I actually typed them. I copied them into this email incorrectly. I'm sorry. I added the --with-preview=yes to my autogen.sh line, but I still get the error during compile. I tried make bootstrap ; make install and

[Mono-list] mcs on fedora core 1

2004-05-13 Thread Peter Foley
mcs -h gives unhandled exception in SIGILL mcs test.cs gives nullreferecence exception(maybe in Globalization) Have I not installed/configures something? --- ABS Web Site: www.abs.gov.au ___ Mono-list