Re: [Mono-dev] [mono/moon] [2 commits] fd3b2520: Add a checkout-mono target that parses the README and checks out the cor

2010-10-06 Thread Raja R Harinath
Hi, "Rolf Bjarne Kvinge (rkvi...@novell.com)" writes: >Commit: fd3b252017c82a9921d4a4ccd438a7e23cc4212f [snip] > Add a checkout-mono target that parses the README and checks out the correct > mono revision [snip] > +checkout-mono: > + cd $(MONO_PATH) && git reset --hard `grep 'cd mono

Re: [Mono-dev] Mono 2.8 fails to build on Solaris 10 SPARC

2010-10-06 Thread Rodrigo Kumpera
You need a machine with more virtual memory as your compiler is dying out of lack of it . On Thu, Oct 7, 2010 at 12:10 AM, Lou Picciano wrote: > Skipping over Mono2.6.1 for the moment, trying to build 2.8 from source on > Solaris 10 SPARC: > > ./configure proceeds without a hitch... > > ./make, h

[Mono-dev] Mono 2.8 fails to build on Solaris 10 SPARC

2010-10-06 Thread Lou Picciano
Skipping over Mono2.6.1 for the moment, trying to build 2.8 from source on Solaris 10 SPARC: ./configure proceeds without a hitch... ./make, however: make[3]: Entering directory `/opt/SOURCES/mono-2.8/mono/mini' if test -d ../../.git; then \ (cd ../..; \ LANG=C; export LANG; \ branch

Re: [Mono-dev] Mono 2.8 is out

2010-10-06 Thread Natalia Portillo
Congratulations to all the team and collaborators. El 06/10/2010, a las 23:24, Miguel de Icaza escribió: > Hey guys! > >After an intense year of work Mono 2.8 is out, check out our full > release notes here: > > http://www.mono-project.com/Release_Notes_Mono_2.8 > >This includes

[Mono-dev] Mono 2.8 is out

2010-10-06 Thread Miguel de Icaza
Hey guys! After an intense year of work Mono 2.8 is out, check out our full release notes here: http://www.mono-project.com/Release_Notes_Mono_2.8 This includes lots of goodies: our new generational GC, the LLVM JIT, ASP.NET 4.0, a new faster thread pool, ASP.NET 4.0, ASP.NET MVC

[Mono-dev] Mono Success Story

2010-10-06 Thread David Mitchell
While the software I've produced is not likely to be of much personal interest to many of you, I thought you might be interested to hear of our company's success story with Mono. I'm the Technical Lead for the Macintosh platform at Logos Bible Software (http://logos.com/), and we offer a digita

Re: [Mono-dev] On a solaris-SPARC install, have no sunmath lib

2010-10-06 Thread Lou Picciano
Apostols, Tks for that response - i've since installed Sun Studio - not intending to build from scratch, but to get the sunmath libs! Am hoping to use the pre-built version of mono for our testing; it was apparently built with SunStudio. This is a gotcha others may want to be aware of.

[Mono-dev] Problem building against mono-2.8

2010-10-06 Thread Paul F. Johnson
Hi, A bit of help would go down well here :) I'm doing a mass rebuild for fedora against mono-2.8 and have hit a bit of a problem. When I try to build gtk-sharp2 it looks like MONO_CAIRO_LIBS is not picking up that it's now in $(libdir)/mono/2.0 instead of $(libdir)/mono/1.0. Looking in the conf

Re: [Mono-dev] Code obfuscation application

2010-10-06 Thread Kornél Pál
Hi, They most likely run Dotfuscator on Windows and deploy binaries to Mac. On the other hand it's important to note that control flow obfuscation is worth nothing, since it's just an unoptimizing code transformation, that can be reversed. Only renaming is that makes understanding the decompil

Re: [Mono-dev] Code obfuscation application

2010-10-06 Thread RS
Hi, We're using dotfuscator with Mono on Mac, Solaris and Linux. It works... but it's commercial. pablo How do you install dotfuscator in the Mac? I have it working on Windows. Thanks. -- View this message in context: http://mono.1490590.n4.nabble.com/Code-obfuscation-application-tp1533