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
cd /home/storage/github/cinder/Cinder/build/test/unit/proj/cmake && /usr/bin/c++ -DCINDER_GL_CORE -DFT2_BUILD_LIBRARY -DFT_DEBUG_LEVEL_TRACE -D_GLFW_X11 -D_UNIX -I/home/storage/github/cinder/Cinder/test/unit/src -isystem /home/storage/github/cinder/Cinder/include -std=c++17 -g -Wfatal-errors -std=c++17 -MD -MT test/unit/proj/cmake/CMakeFiles/UnitTests.dir/__/__/src/TestMain.cpp.o -MF CMakeFiles/UnitTests.dir/__/__/src/TestMain.cpp.o.d -o CMakeFiles/UnitTests.dir/__/__/src/TestMain.cpp.o -c /home/storage/github/cinder/Cinder/test/unit/src/TestMain.cpp
In file included from /usr/include/signal.h:328,
from /home/storage/github/cinder/Cinder/test/unit/src/catch.hpp:6495,
from /home/storage/github/cinder/Cinder/test/unit/src/TestMain.cpp:12:
/home/storage/github/cinder/Cinder/test/unit/src/catch.hpp:6518:33: error: size of array ‘altStackMem’ is not an integral constant-expression
6518 | static char altStackMem[SIGSTKSZ];
| ^~~~~~~~
/usr/bin/c++ --version
c++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
The text was updated successfully, but these errors were encountered:
MaxBrain
changed the title
Can nat compile test: error: size of array ‘altStackMem’ is not an integral constant-expression
Can not compile test: error: size of array ‘altStackMem’ is not an integral constant-expression
Jan 11, 2023
I tried to compile project undep Ubuntu 22.04
I had an error message:
libc version:
Compiler version:
The text was updated successfully, but these errors were encountered: