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
I am trying to build SigDigger on MacOS and am following the PDF instructions. When its gets to suscan, I run "make" and get the following error. I have been trying for a while but haven't made headway. I believe it might be related to MacOS not natively supporting pthread_barrier_t for parallel programming. Any help is very much appreciated. I am MacOS Ventura 13.0
1 warning generated.
[ 24%] Building C object CMakeFiles/suscan.dir/cli/parse.c.o
[ 24%] Building C object CMakeFiles/suscan.dir/cli/datasaver.c.o
[ 25%] Building C object CMakeFiles/suscan.dir/analyzer/device/discovery.c.o
[ 25%] Building C object CMakeFiles/suscan.dir/analyzer/device/facade.c.o
[ 26%] Building C object CMakeFiles/suscan.dir/analyzer/device/properties.c.o
[ 26%] Building C object CMakeFiles/suscan.dir/analyzer/device/spec.c.o
[ 27%] Building C object CMakeFiles/suscan.dir/analyzer/device/impl/multicast.c.o
In file included from {path}suscan/analyzer/device/impl/multicast.c:32:
In file included from {path}suscan/./analyzer/analyzer.h:34:
{path}suscan/analyzer/inspsched.h:77:3: error: unknown type name 'pthread_barrier_t'
pthread_barrier_t barrier; /* Inspector barrier /
^
1 error generated.
make[2]: ** [CMakeFiles/suscan.dir/analyzer/device/impl/multicast.c.o] Error 1
make[1]: [CMakeFiles/suscan.dir/all] Error 2
make: [all] Error 2
The text was updated successfully, but these errors were encountered:
I am trying to build SigDigger on MacOS and am following the PDF instructions. When its gets to suscan, I run "make" and get the following error. I have been trying for a while but haven't made headway. I believe it might be related to MacOS not natively supporting pthread_barrier_t for parallel programming. Any help is very much appreciated. I am MacOS Ventura 13.0
1 warning generated.
[ 24%] Building C object CMakeFiles/suscan.dir/cli/parse.c.o
[ 24%] Building C object CMakeFiles/suscan.dir/cli/datasaver.c.o
[ 25%] Building C object CMakeFiles/suscan.dir/analyzer/device/discovery.c.o
[ 25%] Building C object CMakeFiles/suscan.dir/analyzer/device/facade.c.o
[ 26%] Building C object CMakeFiles/suscan.dir/analyzer/device/properties.c.o
[ 26%] Building C object CMakeFiles/suscan.dir/analyzer/device/spec.c.o
[ 27%] Building C object CMakeFiles/suscan.dir/analyzer/device/impl/multicast.c.o
In file included from {path}suscan/analyzer/device/impl/multicast.c:32:
In file included from {path}suscan/./analyzer/analyzer.h:34:
{path}suscan/analyzer/inspsched.h:77:3: error: unknown type name 'pthread_barrier_t'
pthread_barrier_t barrier; /* Inspector barrier /
^
1 error generated.
make[2]: ** [CMakeFiles/suscan.dir/analyzer/device/impl/multicast.c.o] Error 1
make[1]: [CMakeFiles/suscan.dir/all] Error 2
make: [all] Error 2
The text was updated successfully, but these errors were encountered: