[Mono-list] compile monodoc 1.0 fails with error

Joeri Belis joeri.belis@nollekens.be
Wed, 7 Jul 2004 13:25:31 +0200


When i try to compile monodoc 1.0 ( needed to compile monodevelop 1.0 )

    ...
    Processing input file TestFixtureSetUpAttribute.xml
    Processing input file TestFixtureTearDownAttribute.xml
Have 14 elements in the NUnit.Framework
mono --debug ../browser/assembler.exe --error ./cs-errors.config -o
cs-errors

Unhandled Exception: System.IO.DirectoryNotFoundException: Directory
'./../../mcs/errors' not found.
in [0x000fa] (at /cvs/mcs/class/corlib/System.IO/Directory.cs:419)
System.IO.Directory:GetFileSystemEntries
(string,string,System.IO.FileAttributes,System.IO.FileAttributes)
in [0x00005] (at /cvs/mcs/class/corlib/System.IO/Directory.cs:242)
System.IO.Directory:GetFiles (string,string)
in [0x0000c] (at /usr/local/src/monodoc-1.0/browser/error-provider.cs:122)
Monodoc.ErrorProviderConfig:Compile ()
in [0x00006] (at /usr/local/src/monodoc-1.0/browser/error-provider.cs:180)
Monodoc.ErrorProvider:CloseTree (Monodoc.HelpSource,Monodoc.Tree)
in [0x002d6] (at /usr/local/src/monodoc-1.0/browser/assembler.cs:137)
Monodoc.Assembler:Main (string[])

make[1]: *** [cs-errors.tree] Error 1
make[1]: Leaving directory `/usr/local/src/monodoc-1.0/class'
make: *** [all-recursive] Error 1