[Mono-dev] Cygwin build hang.

2008-12-18 Thread Mariner, David
Hi all, I'm having problems getting the current svn update to build under cygwin. It's hanging in mcs/docs with the last output to console as: MDOC[net_2_0] cs-errors.tree Any ideas? Dave Mariner ___ Mono-devel-list mailing list M

[Mono-dev] Cross-compiling regression tests.

2009-01-28 Thread Mariner, David
Hi, I'm cross-compiling the mips build of mono, but am having stability issues. I'd like to run the regression tests, but am can't get basic.exe to build. Currently I have the following config setup: - ./autogen.sh --prefix=/dmariner/release --host=mipsel-linux-uclibc --disable-shared-h

Re: [Mono-dev] How do I develop mono/C# applications for the AppleiPhone?

2009-02-27 Thread Mariner, David
Hi Daniel, Firstly, I'll only talk about the authorized development scene for the device. If you don't already know or can't find out about alternate methods, then you'll probably have little success with them if I pointed you in their direction. Firstly you're going to need to get a mac to dev

Re: [Mono-dev] FileSecurity or chmod

2009-05-11 Thread Mariner, David
Can you check System.OperatingSystem.Platform (http://www.go-mono.com/docs/monodoc.ashx?link=P%3aSystem.OperatingSyste m.Platform) then use either chmod or AccessControl depending on runtime platform. It's a feels a little messy but it's better than having to distribute multiple binaries, isn't