Hi,

Daniel Grigoras <[EMAIL PROTECTED]> writes:

> I try to build mono from CVS and it hangs because it
> didn't find the file: monoresgen.exe.mdb. (in mcs )
>
> I tried to build myself the exe and this mdb (Mono
> debug file ) but neither /debug+ nor -g didn't
> generate these kind of file .
>
> Please how is it possible to generate these 'mdb'
> files ? 

You'll have to recompile monoresgen, and other tools, as they'll also
ask for the mdb files.  The simplest way to get it working is to run the
following in your 'mono' build tree:

  make bootstrap-clean
  make bootstrap

You can replace the 'make bootstrap-clean' with a 
'make mcs-do-clean-profiles' above. 

- Hari
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to