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 Jan 26, 2024. It is now read-only.
I try to compile opentracing in ubuntu,( from image of aflplusplus/aflplusplus)
I got this error:
In file included from /usr/include/signal.h:328,
from /tmp/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/catch.hpp:6456,
from /tmp/opentracing-cpp-1.6.0/mocktracer/test/tracer_test.cpp:9:
/tmp/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/catch.hpp:6631:45: error: size of array 'altStackMem' is not an integral constant-expression
6631 | char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
| ^~~~~~~~
make[2]: *** [mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/build.make:76: mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/tracer_test.cpp.o] E rror 1
make[1]: *** [CMakeFiles/Makefile2:1067: mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
It seems glibc does not support SIGSTKSZ any more.
Do you have a fix for this ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi
I try to compile opentracing in ubuntu,( from image of aflplusplus/aflplusplus)
I got this error:
In file included from /usr/include/signal.h:328,
from /tmp/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/catch.hpp:6456,
from /tmp/opentracing-cpp-1.6.0/mocktracer/test/tracer_test.cpp:9:
/tmp/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/catch.hpp:6631:45: error: size of array 'altStackMem' is not an integral constant-expression
6631 | char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
| ^~~~~~~~
make[2]: *** [mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/build.make:76: mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/tracer_test.cpp.o] E rror 1
make[1]: *** [CMakeFiles/Makefile2:1067: mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
It seems glibc does not support SIGSTKSZ any more.
Do you have a fix for this ?
Thanks.
The text was updated successfully, but these errors were encountered: