IntFlow icon indicating copy to clipboard operation
IntFlow copied to clipboard

Couldn't compile due to missing 'bits/c++config.h'

Open DataCorrupted opened this issue 6 years ago • 0 comments

Hi

I followed INSTALL.txt and I got stuck at step 5. I have tested on my laptop(Ubuntu 1804, gcc7.3.0) and server(Debian 4.18.6-1, gcc7.3.0), both x86_64 architecture.

Both machines got stuck at '/home/peter/IntFlow/projects/compiler-rt'

In file included from /home/peter/IntFlow/projects/compiler-rt/lib/asan/asan_new_delete.cc:20: /usr/lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/new:38:10: fatal error: 'bits/c++config.h' file not found #include <bits/c++config.h> ^ 1 error generated. Makefile:267: recipe for target '/home/peter/intflow-build/tools/clang/runtime/compiler-rt/clang_linux/asan-i386/i386/SubDir.lib__asan/asan_new_delete.o' failed

I am not sure why I am building i386 asan as I am on 64bit machine. The compilation is then stuck here.

Would someone help? Thanks

DataCorrupted avatar Feb 10 '19 08:02 DataCorrupted