[MonoDevelop] Compile error compiling MonoDevelop from CVS
Brian Pickles
brianh@bsquaredsen.co.uk
Wed, 10 Nov 2004 21:43:28 +0000
Hi,
Over the weekend I downloaded Mono & MonoDevelop from CVS for the first
time. Spent the weekend installing Ubuntu , Mono & MonoDevelop. Managed
to get everything working except for MonoDevelop.
On closer inspection MonoDevelop is trying to use a FileMode enum in
Mono.Posix that does not exist. There is a FilePermissions enum in
Mono.Posix which seems to be the one the MonoDevelop should be referring
to.
So changed the using statement in Main/Base/Internal/Project/Combine.cs
to refer to FilePermissions and now MonoDevelop compiles and seems to
run ok.
Do you want me to submit a bug report?
Brian Pickles