Re: [Mono-list] mod_mono and webservices

2004-12-30 Thread Alejandro Mery

please see attachment.
nothing attached
--
Alejandro Mery
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mcs-1.1.3

2004-12-09 Thread Alejandro Mery
Hi, there is no mcs-1.1.3? why?
is it ok to rebuild mcs-1.1.2 over mono-1.1.3?

Best regards,
Alejandro Mery

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mcs-1.1.3

2004-12-09 Thread Alejandro Mery
 Hi, there is no mcs-1.1.3? why?
 is it ok to rebuild mcs-1.1.2 over mono-1.1.3?

Corlib not in sync with this runtime: expected corlib version 30, found 28.

no, it's not.

:(

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mcs-1.1.3

2004-12-09 Thread Alejandro Mery
Hi, there is no mcs-1.1.3? why?
is it ok to rebuild mcs-1.1.2 over mono-1.1.3?

As stated on the release notes, this is no longer needed.
The mono tarball contains *everything* you need now.
oh, thanks... that 'everything' was not clear enough to me when i read 
it on release notes.

Sorry :)
Alejandro Mery
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Eclipse plugins in C# ?

2004-12-07 Thread Alejandro Mery
Rodrigo B. de Oliveira wrote:
Take a look at ikvm (www.ikvm.org).
i guess he was talking about a syntax highlighting and building-macros 
to do c#/mono on eclipse, not to run eclipse over mono.

Alejandro Mery
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] console interface

2004-10-19 Thread Alejandro Mery
Hi, i would like to know if there is 
any kind of console interface for mono. i am looking for something like clipper (xbase 
like foxpro).
in fact i'm coding on clip (www.itk.ru) a native clipper compiler for unix-like, 
because i need the old but great (quick and easy) DOS-like interface.
i want to share business and data libraries between the diferent interfaces. web, gtk 
and console. Clip gives me that but i would like to know if i can use .net without 
coding every console interface component myself.

Thanks in advance,
Alejandro Mery

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gc6.2 pthreads_vtable (libgc-mono)

2004-01-23 Thread Alejandro Mery
Alejandro Mery wrote:

i would like to know if i miss something and ...

aaarg! i just noticed you have a cvs repo for it, it's released with
mono, and the last version is *not* the one on
http://primates.ximian.com/~martin/debugger/

i love to loose my time.

sorry for bothering you

Alejandro



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Windows Build of .30?

2004-01-22 Thread Alejandro Mery
JD Conley wrote:

Does anyone have an unofficial build of .30 for Windows I could grab?
I'd like to test a couple of bug fixes that were rolled into this one,
but my CygWin environment isn't cooperating with me.

have you tried SFU?

Alejandro Mery

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] libgc-mono

2003-12-13 Thread Alejandro Mery
i have a linux with boehm-gc 6.2 with gcc-3.3.2 (objc+java) linked
against it. and with mono-0.29 linked against it too.
i'm trying to build mono-debugger-0.5 but it screams because of the
absence of  mono/private/libgc-mono-debugger.h

wrapper.c:7:46: mono/private/libgc-mono-debugger.h: No such file or
directory
wrapper.c:53: warning: integer constant is too large for long type
wrapper.c: In function `debugger_class_get_static_field_data':
wrapper.c:147: warning: cast to pointer from integer of different size
make[2]: *** [wrapper.o] Error 1
make[2]: Leaving directory `/R.src/mono-debugger-0.5/wrapper'

on http://primates.ximian.com/~martin/debugger/ there is a
libgc-mono-6.1.tar.gz which readme claims to be boehm-gc 6.1, but
673024 gc6.1.tar.gz
542708 libgc-mono-6.1.tar.gz

# diff -udrN gc6.1 libgc-mono-6.1 | lsdiff | wc -l
 71

what's the idea?
to use this instead of official in the system?
to build it just for mono?
to build it just for debugger?
is all this cleanup mandatory?

can i safely apply real (vtable instead of direct)  changes to system's
gc6.2 and create a dummy private/libgc-mono-debugger.h?
is vtable too slow to using it in the whole system?

best regards,
Alejandro Mery

--- gc6.1/ChangeLog 1969-12-31 21:00:00.0 -0300
+++ libgc-mono-6.1/ChangeLog2003-04-05 15:49:01.0 -0400
@@ -0,0 +1,26 @@
+2003-03-31  Martin Baulig  [EMAIL PROTECTED]
+
+   * include/gc.h (GCThreadFunctions): New type.
+   (gc_thread_vtable): New global variable.
+
+   * include/gc_pthread_redirects.h: Use the `gc_thread_vtable'
+   vtable for the redirects instead of calling the methods directly.
+   This allows us to override them at runtime.
+
+2003-03-31  Martin Baulig  [EMAIL PROTECTED]
+
+   * include/Makefile.am: Install gc_pthread_redirects.h.
+
+   * include/gc.h: `#include gc/gc_pthread_redirects.h', not
+   `#include gc_pthread_redirects.h'.
+
+2003-03-31  Martin Baulig  [EMAIL PROTECTED]
+
+   * configure.in: Call the package `libgc-mono'.
+
+   * libgc-mono.pc.in: Added pkg-config files.
+
+2003-03-31  Martin Baulig  [EMAIL PROTECTED]
+
+   This is a modified version of Boehm GC 6.1.
+



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] cvsroot for cvs.hispalinux.es

2003-12-09 Thread Alejandro Mery
i'm tring to get debugger from cvs.hispalinux.es but i can't figure out
what's the proper location

i have tested:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs/mono login
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvsroot/mono login
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/mono login

what's the right?

Best regards,
Alejandro Mery


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mono-debugger?

2003-12-06 Thread Alejandro Mery
hi,
what happend to mono-debugger? last release s doesn't build with current
gtk# and it's not present on cvs.hispalinux.es.
is it dead? can i download an snapshot somewhere?

thanks,
Alejandro Mery

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] missing bytefx.snk on mcs-0.29

2003-12-03 Thread Alejandro Mery
make[2]: Entering directory `/R.src/mcs-0.29/class/ByteFX.Data'
Creating ../../build/deps/ByteFX.Data.dll.makefrag ...
make[2]: Leaving directory `/R.src/mcs-0.29/class/ByteFX.Data'
make[2]: Entering directory `/R.src/mcs-0.29/class/ByteFX.Data'
touch ../../build/deps/ByteFX.Data.dll.stamp
MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe  
-d:NET_1_1 -g /noconfig /r:mscorlib.dll /r:System.dll /r:Sys
tem.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll
/r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Fo
rms.dll /res:mysqlclient/Designers/command.bmp
/res:mysqlclient/Designers/connection.bmp
/res:mysqlclient/Designers/dataadapt
er.bmp /target:library /out:../../class/lib/ByteFX.Data.dll
@ByteFX.Data.dll.sources

Unhandled Exception: System.IO.FileNotFoundException: Could not find
file ..\..\bytefx.snk
in 0x002fa System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00065 (wrapper remoting-invoke-with-check)
System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute
(System.Reflection.Emit.CustomAttributeBuilder)
in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes
(Mono.CSharp.EmitContext,object,object,Mono.CSharp.Attributes)
in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
in 0x0001b Mono.CSharp.Driver:Main (string[])

make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
make[2]: Leaving directory `/R.src/mcs-0.29/class/ByteFX.Data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/R.src/mcs-0.29/class'
make: *** [all-recursive] Error 1

Best regards,
Alejandro Mery


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] where is the source code of xsp-0.6?

2003-10-10 Thread Alejandro Mery
Hi,
http://www.go-mono.com/archive/xsp-0.6.tar.gz contains only bins and 
aspx, where is the source code? no longer open?

Regards,
Alejandro Mery
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] problem building mono-debugger-0.4

2003-07-22 Thread Alejandro Mery
where libgc-mono-debugger.h suppose to came from? ideas?
(mono-0.25, gtk#-0.10, mono-debugger-0.4)
gcc-33 -DHAVE_CONFIG_H -I. -I. -I.. 
-DG_LOG_DOMAIN=\MonoDebuggerJitWrapper\ -DMONO_USE_EXC_TABLES 
-fexceptions -D_REENTRANT -I/opt/gnome2/include/glib-2.0 
-I/opt/gnome2/lib/glib-2.0/include -I/opt/mono/include  -g -Wall 
-Wunused -Wmissing-prototypes -Wmissing-declarations 
-Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow 
-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 
'wrapper.c' || echo './'`wrapper.c
wrapper.c:7:46: mono/private/libgc-mono-debugger.h: No such file or 
directory
wrapper.c:47: warning: integer constant is too large for long type
make[2]: *** [wrapper.o] Error 1
make[2]: Leaving directory `/R.src/mono-debugger-0.4/wrapper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/R.src/mono-debugger-0.4'
make: *** [all] Error 2

Best Regards,
Alejandro Mery
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list