Hi,

I've followed what is written on the website and in the README in mono to build mono from svn (head of trunk), and the build process fails on my Linux/x86 box (see trace below).
Note that the version of mono which is installed is 2.6.1 (from tarball).
I don't know what I've missed, and I don't know how to tell the build process that I don't mind if it does not build the doc...

Regards,
Thierry Lafage.

Here is the trace:
$ mono --version
Mono JIT compiler version 2.6.1 (tarball Wed Feb 10 10:37:30 CET 2010)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
    TLS:           __thread
    GC:            Included Boehm (with typed GC and Parallel Mark)
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  x86
    Disabled:      none
$ svn co .../mcs
[...]
$ svn co .../mono
[...]
$ cd mono
$ autogen.sh --prefix=/path/to/local/install
$ make
[...]
make[7]: Entering directory `/udd/lafage/Mono/SVN/trunk/mcs/docs'
MDOC    [net_4_0] cs-errors.tree

** (./../tools/mdoc/mdoc.exe:21186): WARNING **: The following assembly referenced from /udd/lafage/Mono/SVN/trunk/mcs/tools/mdoc/mdoc.exe could not be loaded:
     Assembly:   monodoc    (assemblyref_index=3)
     Version:    1.0.0.0
     Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/udd/lafage/Mono/SVN/trunk/mcs/tools/mdoc/).

** (./../tools/mdoc/mdoc.exe:21186): WARNING **: Could not load file or assembly 'monodoc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
mdoc: A type load exception has occurred.
See `mdoc help' for more information.
make[7]: *** [cs-errors.tree] Error 1
make[7]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mcs/docs'
make[6]: *** [do-all] Error 2
make[6]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mcs/docs'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mcs'
make[4]: *** [profile-do--net_4_0--all] Error 2
make[4]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/udd/lafage/Mono/SVN/trunk/mono'
make: *** [all] Error 2


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

Reply via email to