Re: [Mono-dev] Permission denied reading a file make wrote

2014-02-13 Thread Konaju Games
This appears to be a bug in Cygwin.  Files written by a Windows process
confuses Cygwin's conversion of NTFS permissions to Unix, resulting in
Cygwin thinking the file has no permissions.  The fix is to open /etc/fstab
and replace

none /cygdrive cygdrive binary,posix=0,user 0 0

with

none /cygdrive cygdrive binary,noacl,posix=0,user 0 0

and restart the cygwin bash shell.



--
View this message in context: 
http://mono.1490590.n4.nabble.com/Permission-denied-reading-a-file-make-wrote-tp4661872p4661890.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Cross Compiling to Windows

2014-02-13 Thread Michael Franz
Hi,

I have been trying to cross compile mono on centos 6.5 for windows using
the instructions here
http://www.mono-project.com/Cross-compiling_Mono_for_Windows .  These
instructions do not look like they have been updated in a while.  Does this
process for using MinGW to cross compile Mono for Windows still work?

After installing a bunch of the mingw packages and running:
./build-mingw32.sh -m i686-pc-mingw32

I am getting compilation errors on atomic.h missing references.  Would I be
running into the same issues as the native compilation issues?  (compiling
on windows using cygwin/mingw)

Thoughts?

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