You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/10/22 08:28:51 UTC

[jira] Resolved: (HARMONY-3964) [drlvm][build] missing MSVCR71D.DLL dependency for debug builds

     [ https://issues.apache.org/jira/browse/HARMONY-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov resolved HARMONY-3964.
--------------------------------------

    Resolution: Later

Not feasible for now, for several reasons:
1) currently used cpptask-based build is not flexible enough, nasty hacks are needed;
2) Few dependencies on debugging functions are present (disable_assert_dialog(), Jitrino::Jet::CodeGen::dbg_check_mem() and apr build), though not used normally and may be eliminated one day.

So we may reconsider fixing it later.


> [drlvm][build] missing MSVCR71D.DLL dependency for debug builds
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3964
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3964
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Win32, MSVC2003, debug build
>            Reporter: Alexey Varlamov
>
> The debug build of DRLVM fails to launch in non-development environment due to missing MSVCR71D.DLL dependencies in
> vmi.dll, gc_cc.dll, gc_gen.dll.
> Either this dependency must be included to debug snapshot or the dependency switched to MSVCR71.DLL.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.