We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The compiler used for Linux builds does not support this kind of initialization.
g++ -std=c++11 -Wsuggest-override -fPIC -I/workdir/Rack-SDK/include -I/workdir/Rack-SDK/dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -c -o build/src/Imperfect2.cpp.o src/Imperfect2.cpp src/Ruckus.cpp:143:52: error: array must be initialized with a brace-enclosed initializer std::array<bool,4> xMute = {true, true, true, true}; ^ src/Ruckus.cpp:143:52: error: too many initializers for 'std::array<bool, 4ul>' src/Ruckus.cpp:144:52: error: array must be initialized with a brace-enclosed initializer std::array<bool,4> yMute = {true, true, true, true}; ^ src/Ruckus.cpp:144:52: error: too many initializers for 'std::array<bool, 4ul>' g++ -std=c++11 -Wsuggest-override -fPIC -I/workdir/Rack-SDK/include -I/workdir/Rack-SDK/dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -c -o build/src/Galaxy.cpp.o src/Galaxy.cpp /workdir/Rack-SDK/compile.mk:68: recipe for target 'build/src/Ruckus.cpp.o' failed make: *** [build/src/Ruckus.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
Was fixed for release
Sorry, something went wrong.
No branches or pull requests
The compiler used for Linux builds does not support this kind of initialization.
The text was updated successfully, but these errors were encountered: