[Mono-dev] Compiling on windows in Cygwin problem
Jonathan Pryor
jonpryor at vt.edu
Fri Oct 24 13:05:25 EDT 2008
On Fri, 2008-10-24 at 17:43 +0100, russell.kay at realtimeworlds.com 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
More information about the Mono-devel-list
mailing list