You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Hi,
I have installed cmake, patch,mingGW on my laptop.
after running build.bat,I got this error:
[ 62%] Building C object src/CMakeFiles/sts_test.dir/symtseries.c.obj
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c: In function 'test_to_sax_stationary':
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c:783:9: error: unknown conversion type character 'z' in format [-Werror=format=]
mu_assert(sax->symbols[i] == (c / 2) - 1 + (c % 2),
^
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c:783:9: error: too many arguments for format [-Werror=format-extra-args]
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c: In function 'test_sliding_word':
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c:829:7: error: unknown conversion type character 'z' in format [-Werror=format=]
TEST_FILL(window, dword, word);
^
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c:829:7: error: too many arguments for format [-Werror=format-extra-args]
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c:837:7: error: unknown conversion type character 'z' in format [-Werror=format=]
TEST_FILL(window, dword, word);
^
C:\heka\build\ep_base\Build\lua_sandbox\ep_base\Source\lua_sax\src\symtseries.c:837:7: error: too many arguments for format [-Werror=format-extra-args]
cc1.exe: all warnings being treated as errors
src\CMakeFiles\sts_test.dir\build.make:62: recipe for target 'src/CMakeFiles/sts_test.dir/symtseries.c.obj' failed
mingw32-make[8]: *** [src/CMakeFiles/sts_test.dir/symtseries.c.obj] Error 1
CMakeFiles\Makefile2:1058: recipe for target 'src/CMakeFiles/sts_test.dir/all' failed
mingw32-make[7]: *** [src/CMakeFiles/sts_test.dir/all] Error 2
how to fix it?
I am not familiar with compiler,and trying to remove the -Werror flag,but can't find it
The text was updated successfully, but these errors were encountered:
liuyangc3
changed the title
building heka on windows 10 failed
Building Heka on Windows 10 failed
Jun 13, 2016
Hi,
I have installed cmake, patch,mingGW on my laptop.
after running build.bat,I got this error:
how to fix it?
I am not familiar with compiler,and trying to remove the -Werror flag,but can't find it
The text was updated successfully, but these errors were encountered: