On Fri, 2008-10-24 at 17:43 +0100, [EMAIL PROTECTED] wrote:
> Thanks very much, that got me past that stage. I now have a hang during
> make the output is
> 
> <snip lots of output>
> ../errors\cs5001.cs
> ../errors\cs5001.xml
> ../errors\CSExternAlias-lib.cs
> Ignoring file ../errors\CSExternAlias-lib.cs
> ../errors\CSExternAlias-lib.xml
> ../errors\CSFriendAssembly-lib.cs
> Ignoring file ../errors\CSFriendAssembly-lib.cs
> ../errors\CSFriendAssembly-lib.xml
> 
> Any ideas on why this is happening?

That's from `$(MDOC) assemble` within docs/Makefile, creating
cs-errors{.tree,.zip} based on the contents of the ../errors directory.

It's just console spew, looking for files that match the file glob
"cs????*.cs" (and ignoring files that don't contain a number after the
`cs', such as CSFriendAssembly-lib.cs).

This should not cause any errors, just voluminous output, and I'll be
trying to improve the voluminous output issue this weekend.

 - Jon


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

Reply via email to