[Mono-devel-list] Compiling from CVS

Miguel de Icaza miguel at ximian.com
Wed Nov 19 19:37:50 EST 2003


Hello,

> [snip]
>  /usr/bin/install -c -m 644 System.Xml.dll
> /usr/local//lib/System.Xml.dll
>  /usr/bin/install -c -m 644 ./libgdiplus.dll.so
> /usr/local//lib/libgdiplus.dll.so
> /usr/bin/install: cannot stat `./libgdiplus.dll.so': No such file or
> directory
> make[2]: *** [install-assembliesDATA] Error 1
> make[2]: Leaving directory `/usr/local/Mono/src/mono-cvs/mono/runtime'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/usr/local/Mono/src/mono-cvs/mono/runtime'
> make: *** [install-recursive] Error 1

This compilation error happens because the optionally-built libgdiplus
was not compiled, and the Makefile is not smart enough to compile an
empty libgdiplus.

This is the step (make install) where you use -k until I fix the problem.



More information about the Mono-devel-list mailing list