[Mono-list] Monodoc build problem.

Daniel Serpell daniel@atmlab.utfsm.cl
Wed, 2 Jun 2004 17:06:11 -0400


Hi!

I discovered a problem in the build system of monodoc 0.16,
my mono sources are under a directory named:
  /home/daniel/Download/Development/C#/Mono/beta/

During the build, I found the following error:
(seems that the '#' char was not escaped inside a script).

--------------------------------------------------------------------
make[1]: Entering directory
`/home/daniel/Download/Development/C#/Mono/beta/monodoc-0.16/class'
mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334

Unhandled Exception: System.IO.FileNotFoundException: Could not find
file "/home/daniel/Download/Development/C".
in [0x00144] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/corlib/System.IO/FileStream.cs:134)
System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
in [0x0000c] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/corlib/System.IO/FileStream.cs:86)
System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
in <0x0008e> (wrapper remoting-invoke-with-check)
System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
in [0x00076] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/System.XML/System.Xml/XmlUrlResolver.cs:55)
System.Xml.XmlUrlResolver:GetEntity (System.Uri,string,System.Type)
in [0x00077] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/System.XML/System.Xml/XmlTextReader.cs:80)
System.Xml.XmlTextReader:.ctor (string,System.Xml.XmlNameTable)
in [0x00007] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/System.XML/System.Xml/XmlTextReader.cs:46)
System.Xml.XmlTextReader:.ctor (string)
in [0x00007] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/System.XML/System.Xml.XPath/XPathDocument.cs:55)
System.Xml.XPath.XPathDocument:.ctor (string,System.Xml.XmlSpace)
in [0x00003] (at
/home/daniel/Download/Development/C#/Mono/beta/mcs-0.95/class/System.XML/System.Xml.XPath/XPathDocument.cs:38)
System.Xml.XPath.XPathDocument:.ctor (string)
in [0x00010] (at
/home/daniel/Download/Development/C#/Mono/beta/monodoc-0.16/browser/ecmaspec-provider.cs:33)
Monodoc.EcmaSpecProvider:PopulateTree (Monodoc.Tree)
in [0x00279] (at
/home/daniel/Download/Development/C#/Mono/beta/monodoc-0.16/browser/assembler.cs:126)
Monodoc.Assembler:Main (string[])

make[1]: *** [ecma334.tree] Error 1
-------------------------------------------------------------------

Thanks,

    Daniel.

PS: I renamed my directories and now the build is Ok.