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 10:33:00 UTC

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

Marton Szasz created MINIFICPP-1930:
---------------------------------------

             Summary: 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


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)