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
[ 93%] Building CXX object lonestar/scientific/cpu/longestedge/CMakeFiles/longestedgeTest.dir/test/TestMain.cpp.o
In file included from /usr/include/signal.h:328,
from /home/user/Galois/lonestar/scientific/cpu/longestedge/test/catch.hpp:7955,
from /home/6/Galois/lonestar/scientific/cpu/longestedge/test/TestMain.cpp:5:
/home/user/Galois/lonestar/scientific/cpu/longestedge/test/catch.hpp:10735:58: error: call to non-‘constexpr’ function ‘long int sysconf(int)’
10735 | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
| ^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
from /usr/include/signal.h:328,
from /home/user/Galois/lonestar/scientific/cpu/longestedge/test/catch.hpp:7955,
from /home/user/Galois/lonestar/scientific/cpu/longestedge/test/TestMain.cpp:5:
/usr/include/unistd.h:640:17: note: ‘long int sysconf(int)’ declared here
640 | extern long int sysconf (int __name) __THROW;
| ^~~~~~~
In file included from /home/user/Galois/lonestar/scientific/cpu/longestedge/test/TestMain.cpp:5:
/home/user/Galois/lonestar/scientific/cpu/longestedge/test/catch.hpp:10794:45: error: size of array ‘altStackMem’ is not an integral constant-expression
10794 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
| ^~~~~~~~~~~~
make[2]: *** [lonestar/scientific/cpu/longestedge/CMakeFiles/longestedgeTest.dir/build.make:76: lonestar/scientific/cpu/longestedge/CMakeFiles/longestedgeTest.dir/test/TestMain.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3521: lonestar/scientific/cpu/longestedge/CMakeFiles/longestedgeTest.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
I try to install with
make install
and get message:
I think the error occur the same reason, is't it?
Platform information:
The text was updated successfully, but these errors were encountered: