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

[jira] [Resolved] (MINIFICPP-1587) The windows-event-log extension does not compile if there is a space in the path

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

Gabor Gyimesi resolved MINIFICPP-1587.
--------------------------------------
    Resolution: Fixed

> The windows-event-log extension does not compile if there is a space in the path
> --------------------------------------------------------------------------------
>
>                 Key: MINIFICPP-1587
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1587
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Ferenc Gerlits
>            Assignee: Gabor Gyimesi
>            Priority: Minor
>             Fix For: 0.11.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> If you check out the MiNiFi code into a directory which contains a space (e.g. {{C:\Users\Jane Doe\src\minifi}}), then the {{windows-event-log}} extension fails to compile with an error at {{CWELCustomProviderTests.cpp:37}}, with the message "error C1083: Cannot open include file: 'custom-provider/unit-test-provider.h': No such file or directory".
> This is because the {{generate-and-register.bat}} script in {{extensions/windows-event-log/tests/CMakeLists.txt}} fails, with an error similar to
> {noformat}
> Doe\src\minifi\extensions\windows-event-log\tests\custom-provider"/unit-test-provider.man" was unexpected at this time.
> {noformat}
> I suspect more quoting or escaping is needed in {{generate-and-register.bat}}.



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