On 7 February 2008 Alexei Fedotov wrote: > During NCAI discussion Vasily Levchenko mentioned possible open source > (?) integration with MS debugging tools. This hardly can be done > without the basic debugging library.
Sure, you can install free MSVC.NET Express and then you'll have debug runtime installed. > On Feb 7, 2008 11:30 PM, Gregory Shimansky <[EMAIL PROTECTED]> wrote: > > On 7 February 2008 Alexei Fedotov wrote: > > > Alexey, > > > > > > I have noticed the following line in your build: > > > working_vm/make/vm/common-vm.xml: <syslibset libs="msvcrtd" > > > if="is.windows" unless="is.cfg.release"/> > > > > > > From the other side I have not noticed that this Microsoft library is > > > mentioned in working_*/make/depends.properties > > > How the build system may be able to produce a debug build which would > > > contain a debugging DLL version for those who don't have MSVC > > > installed? > > > > AFAIK this library is not distributed separately from MSVC.NET (Microsoft > > distributes only non-debug version of its runtime), so MSVC presence is > > required. -- Gregory
