I'm still having trouble getting this to build on the 'clean' system and it seems to have something to do with the mcs compile, at least it builds different on the 'clean' system than the 'dirty' system. Here is a diff of the console output for the two builds:
9,10c9,10 < WROTE SYMFILE: 35 sources, 1708 methods, 3065 types, 20134 line numbers, 2764 locals, 102 namespaces, 148202 bytes of string data < OffsetTable [598614 - 52:577226 - 35:597774:840 - 1708:577278:20496 - 3065] --- > WROTE SYMFILE: 35 sources, 1708 methods, 3065 types, 20134 line numbers, 2764 > locals, 69 namespaces, 148046 bytes of string data > OffsetTable [597930 - 52:576542 - 35:597090:840 - 1708:576594:20496 - 3065] 16,17c16,77 < WROTE SYMFILE: 892 sources, 8805 methods, 5565 types, 45148 line numbers, 4586 locals, 3251 namespaces, 851713 bytes of string data < OffsetTable [2408652 - 52:2281532 - 892:2387244:21408 - 8805:2281584:105660 - 5565] --- > > Your mono runtime and corlib are out of sync. > Corlib is: corlib > <snip> On the 'dirty' system, the one that works, the build reports that it wrote a symfile with 102 namespaces, while the build on the 'clean' system that doesn't work reports 69 namespaces and then reports the runtime and corlib are out of sync. Things go downhill from there. What can I do to get this to build on my 'clean' system? TIA, Bruce -----Original Message----- From: Peter Williams [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 1:21 AM To: [EMAIL PROTECTED] Subject: RE: [Mono-list] Trouble building from CVS On Thu, 2003-07-17 at 17:27, Krautbauer, Bruce wrote: > Sorry... somehow the message was truncated. The error I'm getting when > installing on the new 'clean' system is: > > make[2]: Entering directory `/root/mono/mcs/class/I18N' > make[3]: Entering directory `/root/mono/mcs/class/I18N/Common' > MONO_PATH="../../../class/lib:$MONO_PATH" mono ../../../mcs/mcs.exe > /r:corlib.dll -g /nowarn:1595 /nowarn:0169 /nowarn:0109 /nowarn:0067 > /nowarn:0649 /nowarn:0679 /noconfig /target:library > /out:../../../class/lib/I18N.dll @I18N.dll.sources > > ** (../../../mcs/mcs.exe:7725): WARNING **: Could not find assembly > System > cannot open assembly ../../../mcs/mcs.exe Hm, assuming you could compile mcs/mcs.exe, you should be able to compile the next libraries. Maybe try "make PROFILE=atomic" and see if that builds sucessfully. Peter -- Peter Williams [EMAIL PROTECTED] "[Ninjas] are cool; and by cool, I mean totally sweet." -- REAL Ultimate Power _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list �z%��fj)e��L�z%��e��l�)�jw(�m����l�)�jw(����Y���b�ا~��z%��
