caver
caver copied to clipboard
error: use of undeclared identifier 'SIGSEGV'
trafficstars
Thanks for releasing this!
I have trouble building caver under Ubuntu 18.04.1 LTS. What am I doing wrong? :-)
$ git clone https://github.com/sslab-gatech/caver
$ cd caver
$ make
…
/.../caver/llvm/projects/compiler-rt/lib/asan/asan_linux.cc:224:20: error: use of undeclared identifier 'SIGSEGV'
return signum == SIGSEGV && common_flags()->handle_segv;
^
1 error generated.
projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/build.make:182: recipe for target 'projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_linux.cc.o' failed
Did you manage to fix this? I am encountering exactly the same issue and any help would be appreciated.
@mvdbos No, I'm afraid not!
I think we need the attention of @lifeasageek :-)