You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2020/04/07 08:15:00 UTC

[jira] [Updated] (MINIFICPP-1189) Cannot compile in debug mode on Windows

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

Marton Szasz updated MINIFICPP-1189:
------------------------------------
    Status: Patch Available  (was: In Progress)

> Cannot compile in debug mode on Windows
> ---------------------------------------
>
>                 Key: MINIFICPP-1189
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1189
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Marton Szasz
>            Assignee: Marton Szasz
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> cmake/BundledYamlCpp.cmake assumes the library name to be libyaml-cppmd.lib, but when compiled in debug mode, it's actually libyaml-cppmdd.lib. This breaks compilation in debug mode on Windows.
> Fix: check for debug config in the file and expect libyaml-cppmdd.lib on windows in debug mode, instead of libyaml-cppmd.lib



--
This message was sent by Atlassian Jira
(v8.3.4#803005)