[Mono-list] Make problems
Timothy Parez
tpsoftware@users.sourceforge.net
26 Mar 2003 11:19:02 +0100
Hello,
When installing mono from CVS,
I get a lot of the following errors when "make"
------
Runtime.Remoting.dll
/usr/bin/install: cannot stat `./System.Runtime.Remoting.dll': Onbekend
bestand of map
/usr/bin/install -c -m 644
./System.Runtime.Serialization.Formatters.Soap.dll
/usr/local/lib/System.Runtime.Serialization.Formatters.Soap.dll
/usr/bin/install: cannot stat
`./System.Runtime.Serialization.Formatters.Soap.dll': Onbekend bestand
of map
/usr/bin/install -c -m 644 ./System.Security.dll
/usr/local/lib/System.Security.dll
/usr/bin/install: cannot stat `./System.Security.dll': Onbekend bestand
of map
/usr/bin/install -c -m 644 ./System.Web.dll
/usr/local/lib/System.Web.dll
/usr/bin/install: cannot stat `./System.Web.dll': Onbekend bestand of
map
/usr/bin/install -c -m 644 ./System.Web.Services.dll
/usr/local/lib/System.Web.Services.dll
/usr/bin/install: cannot stat `./System.Web.Services.dll': Onbekend
bestand of map
/usr/bin/install -c -m 644 ./System.Windows.Forms.dll
/usr/local/lib/System.Windows.Forms.dll
/usr/bin/install: cannot stat `./System.Windows.Forms.dll': Onbekend
bestand of map
/usr/bin/install -c -m 644 ./System.Xml.dll
/usr/local/lib/System.Xml.dll
/usr/bin/install: cannot stat `./System.Xml.dll': Onbekend bestand of
map
make[2]: *** [install-assembliesDATA] Fout 1
make[2]: Weggaan uit map `/root/monocvs/mono/runtime'
make[1]: *** [install-am] Fout 2
make[1]: Weggaan uit map `/root/monocvs/mono/runtime'
make: *** [install-recursive] Fout 1
-----
However running mono executes without any problems.
Any ideas, is this bad ?
Thnx.