pkorotkov / google-coredumper

Automatically exported from code.google.com/p/google-coredumper
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Compile error #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login into machine
2. Check out source code from repository
3. ./configure
4. make

What is the expected output? What do you see instead?
Make/Compilation is error instead of success. This is compilation error log: 

src/elfcore.c: In function 'CreatePipeline':
src/elfcore.c:1424:26: error: 'CLONE_VM' undeclared (first use in this function)
src/elfcore.c:1424:26: note: each undeclared identifier is reported only once 
for each function it appears in
make: *** [elfcore.lo] Error 1

What version of the product are you using? On what operating system?
+ My OS: Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 
17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by lumdongt...@gmail.com on 11 Aug 2013 at 5:23