caver icon indicating copy to clipboard operation
caver copied to clipboard

error: use of undeclared identifier 'SIGSEGV'

Open practicalswift opened this issue 6 years ago • 2 comments
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

practicalswift avatar Jan 15 '19 12:01 practicalswift

Did you manage to fix this? I am encountering exactly the same issue and any help would be appreciated.

mvdbos avatar Aug 06 '19 13:08 mvdbos

@mvdbos No, I'm afraid not!

I think we need the attention of @lifeasageek :-)

practicalswift avatar Aug 06 '19 13:08 practicalswift