BTW. Do you really think that type-reflector, SqlSharp, nunit etc. should be there in "mcs/" directory?
Two arguments against it: - They aren't parts of the compiler nor the class library - They seem to be dependent on "gtk-sharp", which is simply not available at the time of "mcs/" compilation. So we have a chicken & egg problem. Would it be possible to create a separate CVS module (monotools???) and move the tools (maybe also monodoc, debugger, xsp, etc.) there? We would have the following build procedure: - build mcs and mono - install mcs and mono - (optional) build and install gtk-sharp - (optional) build and install tools Jarek ----- Original Message ----- From: "Nick Drochak" <[EMAIL PROTECTED]> To: "Jonathan Pryor" <[EMAIL PROTECTED]> Cc: "Mono-List" <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 8:08 AM Subject: [Mono-list] type-reflector makefile > JP, > > When I do 'make' in mcs/tools/type-reflector it tries to build three times. > The first and second times it fails with errors and the third time it seems > to succeed. On top of that, if I run make again it does the same thing all > over again even though no sources were changed. > > I'd try to fix it myself, but makefile.core kinda scared me once I got in > there :) > > Nick D. > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
