Re: [Mono-dev] Cross Compile for Embedded Linux PPC

2007-10-04 Thread Paolo Molaro
On 10/02/07 Dan Osawa wrote:
> I'm trying to build a very minimal Mono (non-gui apps) for an embedded PPC
> Linux system.  I would like to cross compile it on my IA32 Fedora Core
> system, which has the cross compiler tools located under /opt/Arabella.  Are
> there ./configure paramters that I can use to achieve this?

You do it the same way as with any other autoconf-based program, there
are several references on the web.

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Apache and Mono Setup

2007-10-04 Thread Paolo Molaro
On 10/03/07 Archie Alafriz wrote:
> 1. Is it possible to install a parallel apache 2.0 service which can be
> dedicated to Mono? If possible then can we ask for resources that will point
> us on how this can be done?

Yes, it can be done, see the documentation at www.apache.org.

> 2. How do we setup mysql 5 separately with the currently running mysql 4
> service?

You install it in a separate directory and make it use a different port,
see the documentation at www.mysql.com.

If you have any questions about mono feel free to use this list.
Thanks!

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Any ideas about the crash in Glade# under windows (GTK# 2.10)

2007-10-04 Thread Vladimir Dimitrov
Does anybody know if here is a fix or a workaround bug #323607? I had to
upgrade to a newer version of GTK# (2.10 included with mono) under windows
in order to avoid another bug that is fixed now, but I get an exception on
Autoconnect of the Glade.XML.

 

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


Re: [Mono-dev] .net library shared source

2007-10-04 Thread Andrés G. Aragoneses [ knocte ]
Jae Stutzman escribió:
> On 10/3/07, Jonathan Chambers <[EMAIL PROTECTED]> wrote:
> 
>> See Miguel's blog post: http://tirania.org/blog/archive/2007/Oct-03.html
>> 
>> Also, the rules for contributing are still in effect: 
>> http://www.mono-project.com/Contributing
>> 
>> "If you have looked at Microsoft's implementation of .NET or their 
>> shared source code, you will not be able to contribute to Mono."
>> 
>> - Jonathan
> 
> (...)There is enough bad press from the folks that think mono is MS 
> pandering(...)

Yes. I suppose you're referring to things like this:

http://www.eweek.com/article2/0,1895,2191754,00.asp

Regards,

Andrés  [ knocte ]

-- 

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


Re: [Mono-dev] Cross Compile for Embedded Linux PPC

2007-10-04 Thread Paolo Molaro
On 10/03/07 Cliff Brake wrote:
> As of today, Mono support in OpenEmbedded (cross compiling) is working
> for ARM.  You may want to start with that as there has been a lot of
> work done 
> (http://www.openembedded.org/filebrowser/org.openembedded.dev/packages/mono)

I took a quick look at the patches in the files directory there:

*) cpu-arm.h: I hope you're not using this file as it is broken
*) genmdesc-cpp.patch: applied to svn, though if a devel box doesn't
have cpp installed it has big issues...
*) mono-configure.patch: the fpu check change is obsolete (svn has the
better fix) and the other two changes look like hacks
*) mono-fix-libdir-path.patch: this is broken and should not be used
unless you change also metadata/Makefile.am
*) mono-mini-Makefile.patch is needed because mono-monoburg-Makefile.patch
breaks the compilation of monoburg, AFAICS
*) mono-mips-endian.patch: svn has a simplified version

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] .net library shared source

2007-10-04 Thread Tinco Andringa
Also, this might be a bit paranoid statement, but Microsoft will be able to 
tell from it's log wether a person has looked at a particular piece of source 
since the sourcecode will be provided as a webservice. When it would come to a 
courtcase (which I think is very unlikely) Microsoft probably will not hold 
back this kind of evidence. So caution really is necessary.



> Subject: Re: [Mono-dev] .net library shared source> From: [EMAIL PROTECTED]> 
> To: [EMAIL PROTECTED]> CC: mono-devel-list@lists.ximian.com> Date: Thu, 4 Oct 
> 2007 10:31:25 -0400> > > > If we can't even look at the source, it will make 
> it virtually> > impossible for .net developers to contribute to mono, since 
> the source> > viewing will be integrated with visual studio and will greatly 
> enhance> > debugging, it would be stupid not to use it for regular 
> developing.> > Soon everyone will have seen at least some part of the code.> 
> > Then we will not accept their contributions. It is that easy.> > If you 
> look at code in System.Net, it does not mean that you can not> contribute to 
> say System.Windows.Forms. So there is some nuance here.
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] .net library shared source

2007-10-04 Thread Miguel de Icaza

> If we can't even look at the source, it will make it virtually
> impossible for .net developers to contribute to mono, since the source
> viewing will be integrated with visual studio and will greatly enhance
> debugging, it would be stupid not to use it for regular developing.
> Soon everyone will have seen at least some part of the code.

Then we will not accept their contributions.   It is that easy.

If you look at code in System.Net, it does not mean that you can not
contribute to say System.Windows.Forms.   So there is some nuance here.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Incorrect trunc() definition for MSVC in mono-compiler.h

2007-10-04 Thread Aras Pranckevicius
Hi,

mono/utils/mono-compiler.h has incorrect trunc() definition for Visual
Studio, causing overflow exceptions to be thrown from int->float conversions
with negative inputs.

Line 88 is:
  #define trunc(x)floor((x))
when it should be something like:
  #define trunc(x)(((x) < 0) ? ceil((x)) : floor((x)))



-- 
Aras Pranckevicius
work: http://unity3d.com
home: http://aras-p.info
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] .net library shared source

2007-10-04 Thread Neil Cowburn
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:mono-devel-list-
> [EMAIL PROTECTED] On Behalf Of Atsushi Eno
> Sent: Thursday, October 04, 2007 5:16 AM
> To: Tinco Andringa
> Cc: mono-devel-list@lists.ximian.com
> Subject: Re: [Mono-dev] .net library shared source
> 
> So, I don't think it is very hard for mono hackers and wanabees
> to not dig into .NET Framework sources by (sort of) experience.
> There must be lots of people who have read neither of Sun Java
> source code nor MFC sources.
> 
> Atsushi Eno
> 

I'm totally with you on that. I've advised my team to *not* look at the
source. When I install the VS 2008 RTM, the first thing I'm going to do
is check that runtime source-level debugging is disabled. The reasons
for this is exactly the same reasons as outlined in the rules for
contributing: I don't want *any* MS prior art appearing in the Smart
Device Framework. 

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


Re: [Mono-dev] SVN does not compile

2007-10-04 Thread Mads Bondo Dydensborg
tirsdag 02 Oktober 2007 skrev Mads Bondo Dydensborg:
> Hi there
> 
> Just a short message to let those responsible know, that svn has not 
compiled 
> for about three days now.

Ahem. 

Turns out that a local patch conflicted with recent changes in svn.

The responsible user has been appropiatly punished.. :-/ 

Sorry for the noise.

Regards,

Mads

> 
> make[8]: Entering directory 
`/home/compile/Compile/Mono/mcs/class/System.Data'
> ../../jay/jay -ct < ../../jay/skeleton.cs 
Mono.Data.SqlExpressions/Parser.jay 
> >Mono.Data.SqlExpressions/Parser.cs
> ../../jay/jay: 1 shift/reduce conflict.
> MONO_PATH="../../class/lib/default:
> 
$MONO_PATH" /home/compile/Compile/Mono/mono/runtime/mono-wrapper  
../../class/lib/default/mcs.exe /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 -debug 
/noconfig -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 -unsafe 
-r:mscorlib.dll -r:../../class/lib/default/System.dll -r:System.Xml.dll  
-r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll  -target:library 
-out:../../class/lib/default/System.Data.dll 
> Mono.Data.SqlExpressions/Parser.cs @System.Data.dll.sources
> System.Data.Odbc/OdbcTransaction.cs(54,1): error CS1002: Expecting `;'
> System.Data.Odbc/OdbcTransaction.cs(56,1): error CS1002: Expecting `;'
> System.Data.Odbc/OdbcTransaction.cs(58,1): error CS1002: Expecting `;'
> System.Data.Odbc/OdbcTransaction.cs(88,1): error CS1518: Expected `class', 
> `delegate', `enum', `interface', or `struct'
> Compilation failed: 4 error(s), 0 warnings
> 
> Regards,
> 
> Mads
> 
> -- 
> Med venlig hilsen/Regards
> 
> Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo 
Dydensborg
> Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 
34
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 



-- 
Med venlig hilsen/Regards

Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg
Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34

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