Arggh, I should have checked before my reply. When I saw: All done. Add /usr/local/src/mono-cvs/install/bin to $PATH Add /usr/local/src/mono-cvs/install/lib to $LD_LIBRARY_PATH Don't forget to copy the class libraries to /usr/local/src/mono-cvs/install/lib It looked OK. However I overlooked messages like: Making install in runtime gmake[1]: Entering directory `/usr/local/src/mono-cvs/mono/runtime' cp ../../mcs/class/lib/Accessibility.dll . || cp /usr/local/src/mono-cvs/install/lib/Accessibility.dll . cp: cannot stat `../../mcs/class/lib/Accessibility.dll': No such file or directory cp: cannot stat `/usr/local/src/mono-cvs/install/lib/Accessibility.dll': No such file or directory
For all other libraries this is repeated. Any suggestions? Regards, Alexander On Tuesday 31 December 2002 13:34, Alexander van Berne wrote: > It should be; I always first update both mono and mcs, next rebuild mono, > finally rebuild mcs. (All manually) > > Hmm, this is odd. The mono-build script is able to complete. My manual > build procedure must be wrong, sorry. > > Regards, > > Alexander > > On Tuesday 31 December 2002 13:16, Lluis Sanchez wrote: > > Hi!, > > > > The corlib is not in sync with your mono runtime. You have to update and > > recompile the runtime as well. > > > > Regards, > > Lluis. > > > > ----- Original Message ----- > > From: "Alexander van Berne" <[EMAIL PROTECTED]> > > To: "Sebastien Pouliot" <[EMAIL PROTECTED]> > > Cc: "mono-list" <[EMAIL PROTECTED]> > > Sent: Tuesday, December 31, 2002 10:27 AM > > Subject: Re: [Mono-list] corlib in cvs broken? > > > > > Ok corlib now (after a new cvs update) builds, but as you can below > > > after > > > > that > > > > > the compilation for mcs fails. > > > > > > Compilation succeeded > > > make[2]: Leaving directory `/usr/local/src/mono-cvs/mcs/class/corlib' > > > make[2]: Entering directory `/usr/local/src/mono-cvs/mcs/class/I18N' > > > make[3]: Entering directory > > > > `/usr/local/src/mono-cvs/mcs/class/I18N/Common' > > > > > MONO_PATH=../../../class/lib: mono ../../../mcs/mcs.exe --target > > > library --noconfig -o ../../../class/lib/I18N.dll -r corlib -r mscorlib > > > @.response Corlib not in sync with this runtime: field `os_handle' > > > mismatch in class WaitHandle (8 != 12) > > > make[3]: *** [../../../class/lib/I18N.dll] Error 1 > > > make[3]: Leaving directory > > > `/usr/local/src/mono-cvs/mcs/class/I18N/Common' make[2]: *** [all] > > > Error 1 > > > make[2]: Leaving directory `/usr/local/src/mono-cvs/mcs/class/I18N' > > > make[1]: *** [all] Error 1 > > > make[1]: Leaving directory `/usr/local/src/mono-cvs/mcs/class' > > > make: *** [install] Error 1 > > > > > > Regards, > > > > > > Alexander > > > > > > On Sunday 29 December 2002 18:18, Sebastien Pouliot wrote: > > > > I just rebuilded without a glitch (after updating with CVS). However > > > > I'm building on Windows which uses a different build process (NAnt) > > > > than > > > > Linux, > > > > > > so something may be out of sync in the Linux build. > > > > > > > > Can you send me (or better the list) the build log (part of) showing > > > > where > > > > > > the build stopped (error, filename, ...) ? > > > > > > > > Thanks > > > > > > > > Sebastien Pouliot > > > > Security Architect, Motus Technologies, http://www.motus.com/ > > > > work: [EMAIL PROTECTED] > > > > home: [EMAIL PROTECTED] > > > > > > > > ----- Original Message ----- > > > > From: "Alexander van Berne" <[EMAIL PROTECTED]> > > > > To: "mono-list" <[EMAIL PROTECTED]> > > > > Sent: Sunday, December 29, 2002 10:34 AM > > > > Subject: [Mono-list] corlib in cvs broken? > > > > > > > > > Eventough both mono and mcs build like a charm from cvs, I'm unable > > > > > to > > > > > > > > build > > > > > > > > > corlib. > > > > > > > > > > Any ideas? > > > > > > > > > > Regards, > > > > > > > > > > Alexander > > > > > > > > > > -- > > > > > Linux is like a wigwam, no windows, no gates and an apache inside > > > > > > > > > > > > > > > _______________________________________________ > > > > > Mono-list maillist - [EMAIL PROTECTED] > > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > -- > > > Linux is like a wigwam, no windows, no gates and an apache inside > > > > > > _______________________________________________ > > > Mono-list maillist - [EMAIL PROTECTED] > > > http://lists.ximian.com/mailman/listinfo/mono-list -- Linux is like a wigwam, no windows, no gates and an apache inside _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
