Hello,

I am trying to build mono 2.4 from
http://anonsvn.mono-project.com/source/branches/mono-2-4, r138837.
The build fails for me with the following error message:


make[7]: Entering directory `/home/volk/mono/svn/mcs/class/System'
Creating the per profile list
../../build/deps/net_2_1_bootstrap_System.dll.sources ...
./../../tools/gensources.sh net_2_1_bootstrap_System.dll.sources  >
../../build/deps/net_2_1_bootstrap_System.dll.sources
Creating ../../build/deps/net_2_1_bootstrap_System.dll.makefrag ...
make[7]: Leaving directory `/home/volk/mono/svn/mcs/class/System'
make[7]: Entering directory `/home/volk/mono/svn/mcs/class/System'
make all-local
make[8]: Entering directory `/home/volk/mono/svn/mcs/class/System'
make[8]: *** No rule to make target
`System.IO.Compression/GzipStream.cs', needed by
`../../class/lib/net_2_1_bootstrap/System.dll'.  Stop.


I suppose, the possible reason is that the file
mcs/class/System/System.IO.Compresison/GzipStream.cs was renamed to
GZipStream.cs in r138303, but
mcs/class/System/net_2_1_raw_System.dll.sources still contains the old
spelling. I don't know anything about mono build process, however
after fixing the spelling and rebuilding everything went fine.

For your reference, please find attached a patch.

--
Sergii Volchkov

Attachment: net_2_1_raw_System.dll.sources.patch
Description: Binary data

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to