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 2022/08/29 11:03:00 UTC

[jira] [Updated] (MINIFICPP-1930) fix windows 32 bit build

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

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

https://github.com/apache/nifi-minifi-cpp/pull/1408

> fix windows 32 bit build
> ------------------------
>
>                 Key: MINIFICPP-1930
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1930
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Marton Szasz
>            Assignee: Marton Szasz
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> msbuild fails with this:
> The specified solution configuration "Debug|Win32" is invalid.
> The problem is that cmake only seems to generate x64 platform config, even when we don't pass /64 to win_build_vs.bat. Adding `-A Win32` to the cmake command line seems to fix the issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)