[Mono-dev] eglib patch to make it build on OpenBSD

2010-04-28 Thread Robert Nagy
Hi

diff is attached
Index: eglib/configure.ac
===
--- eglib/configure.ac  (revision 156280)
+++ eglib/configure.ac  (working copy)
@@ -56,6 +56,10 @@
 i*86-*-darwin*)
 ORDER=G_LITTLE_ENDIAN
 ;;
+*-*-openbsd*)
+CFLAGS=$CFLAGS -pthread
+LDFLAGS=$LDFLAGS -pthread
+;;
 esac
 
 AC_SUBST(ORDER)
Index: eglib/src/gspawn.c
===
--- eglib/src/gspawn.c  (revision 156280)
+++ eglib/src/gspawn.c  (working copy)
@@ -71,6 +71,8 @@
  */
 gchar ***_NSGetEnviron();
 #define environ (*_NSGetEnviron())
+#else
+extern char **environ;
 #endif
 
 static int
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] eglib patch to make it build on OpenBSD

2010-04-28 Thread Zoltan Varga
Applied.

   Zoltan

On Wed, Apr 28, 2010 at 10:10 AM, Robert Nagy rob...@openbsd.org wrote:

 Hi

 diff is attached

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Getting rid of SRE CompilerContext

2010-04-28 Thread Miguel de Icaza
Hello,

Now that Marek has landed support for CompilerContext free mcs[1], I do want
 to start killing all CompilerContext kludges we have.

 Rolf mentioned that vbnc does depends to some extend but vbnc+cecil
 doesn't. It would be nice if we could get either the cecil version
 done or the former fixed.


This sounds like a lot of work to do and would force Rolf to start work on
this.

I know that the MCS changes just landed, but there really is no rush to take
CompilerContext out of SRE.

Miguel
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Welcome Summer of Code 2010 students!

2010-04-28 Thread Andreia Gaita
Google has announced the projects accepted for Summer for Code 2010!

The results* are in, and this year the Mono project has been awarded
10 slots. We had many good applications and a limited number of slots,
and unfortunately had to make some hard decisions - we had many more
proposals worthy of support, and there was a lot of fighting** between
the Mono devs to narrow down the list.
Congratulations to the students who were accepted to work with the Mono Project!

If you weren't accepted, we still would like you to join our
community. We're always happy to provide guidance and support to
anyone who'd like to contribute, not just GSoC students.

This year, we have the following projects, students and mentors:

Background Code Analysis in MonoDevelop
Student: Nikhil Sarda
Mentor: Jeremie Laval
This project will bring background C# code analysis to MonoDevelop, to
highlight problems on the fly, and offer fixes using MonoDevelop's
refactoring operations.

Code Contracts Verifier
Student: Chris Bacon
Mentor: Marek Safar
This project will implement the verifier for .NET 4 Code Contracts,
and complete Mono's implementation of the Code Contracts API.

Additional C# Refactoring Operations for MonoDevelop
Student: Martinho Fernandes
Mentor: Mike Krueger
This project will increase the number of C# refactoring operations in
MonoDevelop, including improved extract method, extract
interface/superclass, change method signature, and many more.

F# Language Binding for MonoDevelop
Student: Victor Milovanov
Mentor: Lluis Sanchez
This project will improve the nascent F# support in MonoDevelop,
focusing on more advanced features such as the code completion parser.

Safe Points and Precise Scanning of Locals for SGen
Student: Sanjoy Das
Mentor: Mark Probst
This project will add safe points to Mono's new SGen GC, which are a
prerequisite of several useful GC features and optimizations.

Managed Interop with Native C++ Libraries
Student: Alexander Corrado
Mentor: Andreia Gaita
This project will improved C++ interop mechanisms for managed code,
including direct invocation without C glue.

MonoDevelop Class Designer
Student: Evan Briones
Mentor: Michael Hutchinson
This project will create a class designer for MonoDevelop based on a
re-usable Moonlight canvas.

GTK# Data Binding Library with Stetic Support
Student: Krzysztof Marecki
Mentor: Mike Kestner
This project will focus on improving MonoDevelop's Stetic GTK# designer.

Regex-to-IL Compiler
Student: C.J. Adams-Collier
Mentor: Rodrigo Kumpera
This project will complete Mono's Regex-to-IL compiler, allowing
regexes to be JIT-compiled.

Mono.UPnP
Student: Yavor Georgiev
Mentor: Scott Peterson
This project will complete the Mono.UPnP library, for media sharing
between devices and applications such as Banshee and F-Spot.


We are now in the community bonding period, which means it's time to
get to know your mentors, get comfortable with any tools you're going
to need to use on the project, refine your project goals and scope,
and do any setup required to get ready for coding.

Things to do at this time:

- subscribe to the mono-soc mailing list -
http://groups.google.com/group/mono-soc-2010
- if you haven't yet, join us on irc.gimpnet.org, the SoC-specific
channel is #monosoc
- get excited!

We look forward to working with these students this summer, and hope
for a very successful Summer of Code!

andreia|gaita

* http://socghop.appspot.com/gsoc/org/home/google/gsoc2010/mono
** no monkeys were hurt in the process
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] C# 5.0, compiler as a service now available for Windows users.

2010-04-28 Thread Miguel de Icaza
Hello guys,

Our Mono.CSharp.dll compiler-as-a-service[1] and our csharp
interactive shell[2] are now available from SVN.

Details on this new functionality can be found on my blog[3] it also
includes some future directions for the work.

[1] http://channel9.msdn.com/posts/matthijs/C-40-and-beyond-by-Anders-Hejlsberg/

[2] http://www.mono-project.com/CsharpRepl

[3] http://tirania.org/blog/archive/2010/Apr-27.html

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Geoff Norton
Hello all,

  Going forward we will be setting our minimum build version of OSX to 10.5.  
This will make providing updated gtk+/gtk# stacks significantly easier.  Please 
let me know if there are any concerns or questions.

Thanks

Geoff

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Francisco Figueiredo Jr.
On Wed, Apr 28, 2010 at 17:44, Geoff Norton gnor...@novell.com wrote:
 Hello all,


Hi, Geoff.

  Going forward we will be setting our minimum build version of OSX to 10.5.  
 This will make providing updated gtk+/gtk# stacks significantly easier.  
 Please let me know if there are any concerns or questions.


I have a question:

I noticed that when I run nant from a fresh install of Mono, it fails
saying that it can't find the mono profile.

After digging a little bit, I found out that the problem is with
pkg-config which is called by nant to find where mono is.

The problem with pkg-config trying to find mono is that pkg-config
says it can't satisfy mono requirements:

Requires: glib-2.0 gthread-2.0

This is found inside mono.pc file.

The problem seems that glib-2.0.pc file and gthread-2.0.pc files
aren't in the osx install.

If I comment this line in mono.pc, everything works ok. But I don't
know what I may be breaking with this change.

Am I missing something?

I can see that if I compile Mono from source, I'll get those .pc
files. But I think the osx installed should have those files.

Thanks in advance.



-- 
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://fxjr.blogspot.com
http://twitter.com/franciscojunior
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Geoff Norton
Francisco,

On 2010-04-29, at 12:11 AM, Francisco Figueiredo Jr. wrote:

 snip


 The problem seems that glib-2.0.pc file and gthread-2.0.pc files
 aren't in the osx install.
 

Install the CSDK

-g

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Francisco Figueiredo Jr.
On Thu, Apr 29, 2010 at 01:14, Geoff Norton gnor...@novell.com wrote:
 Francisco,

 On 2010-04-29, at 12:11 AM, Francisco Figueiredo Jr. wrote:

 snip


 The problem seems that glib-2.0.pc file and gthread-2.0.pc files
 aren't in the osx install.


 Install the CSDK


Ahh, ok.

I thought CSDK was only for embedding.
As I'm only doing app mono development I didn't download it.

Thanks for the information, Geoff.


-- 
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://fxjr.blogspot.com
http://twitter.com/franciscojunior
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list