Skip to content
New issue

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

Compile failure on Linux #42

Closed
cschol opened this issue Dec 23, 2019 · 1 comment
Closed

Compile failure on Linux #42

cschol opened this issue Dec 23, 2019 · 1 comment

Comments

@cschol
Copy link

cschol commented Dec 23, 2019

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
@jhoar
Copy link
Owner

jhoar commented Jan 2, 2020

Was fixed for release

@jhoar jhoar closed this as completed Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants