arpadboda commented on issue #590: MINIFICPP-621 Nanofi Tailfile example URL: https://github.com/apache/nifi-minifi-cpp/pull/590#issuecomment-501645296 Please also fix the build error in Travis: ``` /home/travis/build/apache/nifi-minifi-cpp/nanofi/src/core/string_utils.c: In function ‘tokenize_string’: /home/travis/build/apache/nifi-minifi-cpp/nanofi/src/core/string_utils.c:66:5: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0; i < num_strings; ++i) { ^ /home/travis/build/apache/nifi-minifi-cpp/nanofi/src/core/string_utils.c:66:5: note: use option -std=c99 or -std=gnu99 to compile your code make[2]: *** [nanofi/CMakeFiles/nanofi.dir/src/core/string_utils.c.o] Error 1 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
