Re: [Mono-list] Reasons to contribute to mono

2003-08-16 Thread Gonzalo Paniagua Javier
El vie, 15-08-2003 a las 19:06, Per Arneng escribió:
> Hi!
> 
> I recently got a job as a asp.net programmer at a company here in sweden and 
> one of the things that they really liked was that i had contributed to mono. 
> So contributing  really fun , and it can also help you get that job you want. 

Congrats on your new job, Per!

> 
> So i really think you guys who passive observers of this project should 
> consider to contribute if you have the time to do it, its fun.! 
> 
> Since im not a student anymore i have discovered that it is really hard to 
> find time to do any coding at all after 8 hours of [EMAIL PROTECTED] When do u 
> other guys/gals who work do you coding? weeknights or weekends? I really wish 
> that i can get used to long working hours ao that i have the energy to sit 
> down and some coding for mono again :) 

Anyway, I hope you can find time to keep contributing ;-)

-Gonzalo

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


[Mono-list] Method Attributes

2003-08-16 Thread Hamza Karamali
Hi,

If I attach a custom attribute called "myAttribute" to a certain method,
how can I check in Mono (while the method is being compiled) whether a
method has this attribute?  Is there a function that will search the
metadata for the attribute if I pass it the name of the attribute?  If
not, how would I go about doing this?

Thanks in advance,

Hamza.


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


Re: [Mono-list] Compiling mcs

2003-08-16 Thread Giuseppe Greco
On Sat, 2003-08-16 at 00:45, Duncan Mak wrote:
> On Fri, 2003-08-15 at 18:19, Giuseppe Greco wrote:
> > Hi all,
> > 
> > I've checked out the latest version of mcs from CVS, and
> > when trying to compile it, I always get the following
> > error message:
> > 
> > support.cs(301) error CS0117: `System.IO.StreamReader' does not contain
> > a definition for `DiscardBufferedData'
> > 
> 
> This error has been reported repeatedly to the mailing list a week ago.
> The solution to fix this build problem in the compiler is to build the
> corlib assembly before building the mcs compiler. Run make in
> 'mcs/class/corlib' before make in 'mcs/mcs'.

Oh yes, I'm sorry, but I wasn't there...
Now it is OK, and I'm able to compile it.

Thanks,
Gius_.

> 
> You can also use a release tarball (mono-0.26.tar.gz), a release package
> (available on http://www.go-mono.com/download.html as well as Red
> Carpet) or a daily snapshot tarball (from http://www.go-mono.com/daily)
> and they would also work, as they contain pre-built assemblies, which
> include corlib.dll. A copy of corlib.dll built within the last 10 days
> or so should have this new DiscardBufferedData method defined.
> 
> Duncan.
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
-- 

Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com


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


Re: [Mono-list] Method Attributes

2003-08-16 Thread Duncan Mak
On Sat, 2003-08-16 at 15:17, Hamza Karamali wrote:
> Hi,
> 
> If I attach a custom attribute called "myAttribute" to a certain method,
> how can I check in Mono (while the method is being compiled) whether a
> method has this attribute?  Is there a function that will search the
> metadata for the attribute if I pass it the name of the attribute?  If
> not, how would I go about doing this?
> 

You can use Reflection to do this. You call GetType to get the Type
definition; with that, you can call GetCustomAttributes to get
Type-associated attributes, or call GetMember (and others) to get
MemberInfos of a Type. You can then query the MemberInfos with
GetCustomAttributes and get member-associated attributes.

Duncan.

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


[Mono-list] can't compile monodoc

2003-08-16 Thread Marcel Pol


Hello,
I'm trying to compile monodoc, but it breaks. I just compiled mono-0.26 and
gtk-sharp-0.10.
I'm using Mandrake cooker (9.2-beta2), with gnome-2.3.5, glibc-2.3.2-11mdk and
gcc-3.3.1.

I'm not sure how to debug this compile, I hope the error messages give enough
info.
These are my error messages:


bash-2.05b$ pwd
/home/marcel/rpm/BUILD/monodoc-0.6/browser

bash-2.05b$ mcs -debug -out:browser.exe ./browser.cs ./list.cs ./history.cs 
-resource:./../monodoc.png,monodoc.png -resource:./browser.glade,browser.glade
 -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll
-r:gdk-sharp.dll -r:monodoc.dll
./browser.cs(232) error CS1501: No overload for method `Begin' takes `1'
arguments
./browser.cs(232) error CS8006: Could not find any applicable function for
this argument list
./browser.cs(234) error CS0165: Use of unassigned local variable `stream'
./list.cs(163) error CS1502: The best overloaded match for method 'void
Gdk.Window.DrawRectangle (Gdk.GC, int, Gdk.Rectangle)' has some invalid
arguments
./list.cs(163) error CS1503: Argument 1: Cannot convert from 'bool' to 'int'
./list.cs(163) error CS1501: No overload for method `DrawRectangle' takes `3'
arguments
./list.cs(163) error CS8006: Could not find any applicable function for this
argument list
Compilation failed: 7 error(s), 0 warnings



--
Marcel Pol


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


Re: [Mono-list] Mono 0.26 has been released

2003-08-16 Thread Ole Hyldahl Hansen
On Sat, 2003-08-16 at 07:08, Peter Williams wrote:
> On Fri, 2003-08-15 at 04:33, Ole Hyldahl Hansen wrote:
> > cd mono-0.24
> > ./configure --prefix=/usr/local/dikunix
> > make
> > make install prefix=/usr/local/dikunix/work/mono/linux
> 
> This shouldn't have ever worked, but there is a way to do this. Use:
> 
> make install DESTDIR=/usr/local/dikunix/work/mono/linux
> 
> Peter

Peter, thanks for your reply. The install procedure now runs without
failure. However, if I do:
./configure --prefix=/usr/local/dikunix
make
make install DESTDIR=/usr/local/dikunix/work/mono/linux

then mono is installed to (hang on):
/usr/local/dikunix/work/mono/linux/usr/local/dikunix !

It looks like the prefix is added to the DESTDIR. Mono seems to be
installed properly so I can just copy all the files and it will work. I
can live with that if there is no other solution.

Thanks,


-- 
Ole Hyldahl Hansen <[EMAIL PROTECTED]>

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


Re: [Mono-list] can't compile monodoc

2003-08-16 Thread Duncan Mak
On Sat, 2003-08-16 at 20:46, Marcel Pol wrote:
> I'm trying to compile monodoc, but it breaks. I just compiled mono-0.26 and
> gtk-sharp-0.10. I'm using Mandrake cooker (9.2-beta2), with gnome-2.3.5, 
> glibc-2.3.2-11mdk and
> gcc-3.3.1.
> 

You need to compile with the CVS version of Gtk#.

Duncan.

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


[Mono-list] Thank you

2003-08-16 Thread Timothy Parez



Hello,
 
I regret to say that due to personal problems I 
will not be able
to help out with mono anymore. It will take some 
time before
I have normal access to the internet 
again.
 
I would like to thank all of you for a great 
time,
not only have I learned a lot of new things since 
joining the mono project,
I've also met a lot of new friends. The mono 
community is unlike any other
project community I ever encountered. The fact that 
so many people from
all over the world are working together on such a 
big and important project
ist just amazing. I hope the effort keeps going and 
that I one day can rejoin it.
 
In the meantime I'll have to sort things out for 
myself and work on my relationship
with the girl I love so much.
 
Thnx
Timothy
 
---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.510 / 
Virus Database: 307 - Release Date: 14/08/2003


Re: [Mono-list] can't compile monodoc

2003-08-16 Thread Marcel Pol
On Sat, 16 Aug 2003 20:55:12 -0400
Duncan Mak <[EMAIL PROTECTED]> wrote:

> On Sat, 2003-08-16 at 20:46, Marcel Pol wrote:
> > I'm trying to compile monodoc, but it breaks. I just compiled mono-0.26
> > and gtk-sharp-0.10. I'm using Mandrake cooker (9.2-beta2), with
> > gnome-2.3.5, glibc-2.3.2-11mdk and gcc-3.3.1.
> > 
> 
> You need to compile with the CVS version of Gtk#.

Ah, I expected this somewhat. Thanks for the answer.

--
Marcel Pol


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


[Mono-list] monodoc crashes...

2003-08-16 Thread Giuseppe Greco
Hi all,

I've checked out monodoc from CVS right now... and it
doesn't work any more. This is the error message I get:

/usr/local/bin/monodoc: line 31: 28776 Segmentation fault
  mono --debug browser.exe $OPTIONS $* $REST

Any idea?

Gius_.

-- 

Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com


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


[Mono-list] xsl-fo for mono?

2003-08-16 Thread Chris Turchin
hi,

does anyone out there have experience with (or knowledge of) xsl-fo
components for mono or .NET in general? 

thanks!

regards,
chris



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


RE: [Mono-list] xsl-fo for mono?

2003-08-16 Thread Sebastien Pouliot
Actually I did some tests with NFOP (http://nfop.sourceforge.net/) this
friday. It works nicely with the .NET framework but requires the J#
redistribuables - which may limits it's use with mono (but I didn't try it).

Sebastien Pouliot
Security Architect, Motus Technologies, http://www.motus.com/
work: [EMAIL PROTECTED]
home: [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris Turchin
Sent: 16 aout 2003 11:58
To: Mono
Subject: [Mono-list] xsl-fo for mono?


hi,

does anyone out there have experience with (or knowledge of) xsl-fo
components for mono or .NET in general?

thanks!

regards,
chris



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

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


[Mono-list] problem with mono runtime

2003-08-16 Thread Christoph Winkler
I have a problem with the programm "mono runtime 0.26".
When I want to install it, there is an error. I have SUSE Linux 8.2 installed on my 
computer.

This is the text i get:
-
devlinux:~/mono-0.26 # make
make  all-recursive
make[1]: Entering directory `/root/mono-0.26'
Making all in libgc
make[2]: Entering directory `/root/mono-0.26/libgc'
Making all in include
make[3]: Entering directory `/root/mono-0.26/libgc/include'
Making all in private
make[4]: Entering directory `/root/mono-0.26/libgc/include/private'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/mono-0.26/libgc/include/private'
make[4]: Entering directory `/root/mono-0.26/libgc/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/mono-0.26/libgc/include'
make[3]: Leaving directory `/root/mono-0.26/libgc/include'
Making all in doc
make[3]: Entering directory `/root/mono-0.26/libgc/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/mono-0.26/libgc/doc'
make[3]: Entering directory `/root/mono-0.26/libgc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/mono-0.26/libgc'
make[2]: Leaving directory `/root/mono-0.26/libgc'
Making all in mono
make[2]: Entering directory `/root/mono-0.26/mono'
Making all in utils
make[3]: Entering directory `/root/mono-0.26/mono/utils'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/mono-0.26/mono/utils'
Making all in io-layer
make[3]: Entering directory `/root/mono-0.26/mono/io-layer'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/mono-0.26/mono/io-layer'
Making all in monoburg
make[3]: Entering directory `/root/mono-0.26/mono/monoburg'
make  all-am
make[4]: Entering directory `/root/mono-0.26/mono/monoburg'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/mono-0.26/mono/monoburg'
make[3]: Leaving directory `/root/mono-0.26/mono/monoburg'
Making all in os
make[3]: Entering directory `/root/mono-0.26/mono/os'
Making all in unix
make[4]: Entering directory `/root/mono-0.26/mono/os/unix'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/mono-0.26/mono/os/unix'
make[4]: Entering directory `/root/mono-0.26/mono/os'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/mono-0.26/mono/os'
make[3]: Leaving directory `/root/mono-0.26/mono/os'
Making all in metadata
make[3]: Entering directory `/root/mono-0.26/mono/metadata'
make  all-am
make[4]: Entering directory `/root/mono-0.26/mono/metadata'
source='opcodes.c' object='opcodes.lo' libtool=yes \
depfile='.deps/opcodes.Plo' tmpdepfile='.deps/opcodes.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. 
-I../../mono -I../../libgc/include -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include   -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include   -DMONO_ASSEMBLIES=\"/usr/local/lib\" 
-DMONO_CFG_DIR=\"/usr/local/etc\"  -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES 
-D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64  -g -Wall -Wunused 
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes 
-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o 
opcodes.lo `test -f 'opcodes.c' || echo './'`opcodes.c
rm -f .libs/opcodes.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/include 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" 
-DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions 
-D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
-Wno-cast-qual -Wcast-align -Wwrite-strings -c opcodes.c -MT opcodes.lo -MD -MP -MF 
.deps/opcodes.TPlo  -fPIC -DPIC -o .libs/opcodes.lo
opcodes.c: In function `mono_opcode_value':
opcodes.c:41: error: `MONO_CEE_ARGLIST' undeclared (first use in this function)
opcodes.c:41: error: (Each undeclared identifier is reported only once
opcodes.c:41: error: for each function it appears in.)
opcodes.c:44: error: `MONO_CEE_MONO_FUNC1' undeclared (first use in this function)
make[4]: *** [opcodes.lo] Error 1
make[4]: Leaving directory `/root/mono-0.26/mono/metadata'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/mono-0.26/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/mono-0.26/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mono-0.26'
make: *** [all] Error 2
devlinux:~/mono-0.26 #
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/l

[Mono-list] Reasons to contribute to mono

2003-08-16 Thread Per Arneng
Hi!

I recently got a job as a asp.net programmer at a company here in sweden and 
one of the things that they really liked was that i had contributed to mono. 
So contributing  really fun , and it can also help you get that job you want. 

So i really think you guys who passive observers of this project should 
consider to contribute if you have the time to do it, its fun.! 

Since im not a student anymore i have discovered that it is really hard to 
find time to do any coding at all after 8 hours of [EMAIL PROTECTED] When do u 
other guys/gals who work do you coding? weeknights or weekends? I really wish 
that i can get used to long working hours ao that i have the energy to sit 
down and some coding for mono again :) 

Best regards
 Per Arneng

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


Re: [Mono-list] Reasons to contribute to mono

2003-08-16 Thread Ivan Hawkes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Per Arneng wrote:

| Hi!
|
| I recently got a job as a asp.net programmer at a company here in
sweden and
| one of the things that they really liked was that i had contributed to
mono.
| So contributing  really fun , and it can also help you get that job
you want.
|
| So i really think you guys who passive observers of this project should
| consider to contribute if you have the time to do it, its fun.!
|
| Since im not a student anymore i have discovered that it is really
hard to
| find time to do any coding at all after 8 hours of [EMAIL PROTECTED] When do u
| other guys/gals who work do you coding? weeknights or weekends? I
really wish
| that i can get used to long working hours ao that i have the energy to
sit
| down and some coding for mono again :)
|
| Best regards
|  Per Arneng
|
Ditto to it being hard to code after hours, especially with a wife and
the tons of study I do to keep up on the MS platform alone. I try to set
a goal of getting something done each night, but am not too strict about
that. Much of that may however be doing some admin/changes to my
hardware setup (got 7 machines now, and I tend to tinker a bit much) or
catching up on the mailing lists and email.
Weekends are generally better since I can have a few hours on the trot,
but it's still hard just to keep up with the pace of change and
re-compiles, let alone contribute anything more than bug reports.
If you set yourself a little time a few times a week, and a few hours on
the weekend it should be possible to keep contributing.
Sigh, now back to my admin stuff...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIVAwUBPz5vi/r1e7bH1pzBAQJ/4w//YBqty90cw9O1nxq2KjvLu/hxJKtLvJ7f
BXESEq5VlUVAr8OPBNiKnQskehFOR2TzWQ0q+hQMEBJLdb92prFiDhylp2ligLR8
h3Mo1xLKSR4uBteX2bG4zoJ3PzKoaLmeAMK/2/8q8FmXxd6dgNOVvGHmJY+EX6Z9
DhJidnxPL/l/BPrtzSv8BRKD5A0edz2b0zrRf5c0yxlOj/IlCbi2gBbSLAJD2pt7
NMRJnq1A5HikpRdj0PhhX2FhWpN1WUbJz/90bnpUbdEhyg+D6ASulThQfxpkrAeD
u6PSM1qCCxBNlYNWDm68PXFv9kFh7n7MacT7SezgD0cBRfuAJA74ShYU//xx/uqu
dlFOMNXhRRHp61REhVszwW1CnPmufVbMMNu4An7HgHUR3N9WjL5UWoMlOYU8xksD
6/xs1HAALDXq7IdRonkr4RXHZDdk1isLGyxHdm4d5gMLb1atQ723WdyTuPFyp361
oCprL9qff/Ocm3neuSLKvYp05XvviK7SFbLh1rUy0D6ilU+GO7GxPwu6JRhDSniY
0HuAmLugBRrlJXIj0L1qNpSU/TiexJuLU0sMwWvzBuI0TSnCqImT4z2ZMautg8n2
+y+bMw9BzHaMiaG0ApEJlJAhS0ElWPpwVLlpqx5eEjsRBkSMZ7KxzsN2Vq6J+47d
/V0GIBdhWc8=
=AoE6
-END PGP SIGNATURE-
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] New potential Mac Hacker

2003-08-16 Thread Matthieu Cormier


Hello, I've just joined the mailing list and am interested in helping
out, particularly on the Mac side of the equation.  Just thought I'd
give a shout and introduce myself.

I've gotten mono 0.22 working on my machine, I've tried getting 0.24,0.25,
and 0.26 working with no success.  I tried 0.22 after reading that it is
Mac usable on the list archives(thank you Steve Mentzer).

Newbies always have questions and I am no exception.

I tried reading the API at "http://mono.ximian.com:8080/index.html"; but
couldn't view it with Safari, Explorer or Mozilla.  Anyone know why?

I'm getting...


GLib: Cannot convert message: Conversion from character set 'UTF-8' to
'en_US' is not supported

** (/usr/local/bin/mcs.exe:613): WARNING **: Using non-atomic functions!


...printed to standard error when running running mcs, but can compile
simple c# hello world programs with mcs and run them with mint.  I have
glib 2.0.7 installed.  Any ideas?

Thanks in advance

Matthieu Cormier

Tel: 902.229.7376 Portfolio: http://www.cs.dal.ca/~mcormier/portfolio
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list