KingsleyYau / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

compile error: fatal error: third_party/lss/linux_syscall_support.h: No such file or directory #541

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
compiling on linux, run ./configure && make

$ make
depbase=`echo src/client/linux/crash_generation/crash_generation_client.o | sed 
's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -Werror=missing-braces -Werror=non-virtual-dtor -Werror=overloaded-virtual -Werror=reorder -Werror=sign-compare -Werror=unused-variable -Werror=vla -fPIC -g -O2 -MT src/client/linux/crash_generation/crash_generation_client.o -MD -MP -MF $depbase.Tpo -c -o src/client/linux/crash_generation/crash_generation_client.o src/client/linux/crash_generation/crash_generation_client.cc &&\
    mv -f $depbase.Tpo $depbase.Po
src/client/linux/crash_generation/crash_generation_client.cc:40:51: fatal 
error: third_party/lss/linux_syscall_support.h: No such file or directory
compilation terminated.
make: *** [src/client/linux/crash_generation/crash_generation_client.o] Error 1

third_party/lss/linux_syscall_support.h is missing in the repository!

Original issue reported on code.google.com by s...@abma.de on 27 Aug 2013 at 7:27

GoogleCodeExporter commented 9 years ago
either i'm blind or documentation sucks as couldn't find the step

svn checkout http://linux-syscall-support.googlecode.com/svn/trunk/lss/ 
src/third_party/lss

anywhere...

Original comment by s...@abma.de on 27 Aug 2013 at 7:38

GoogleCodeExporter commented 9 years ago
This is listed as an svn:external. Running "svn checkout" should have checked 
this out for you.

Original comment by ted.mielczarek on 27 Aug 2013 at 12:02

GoogleCodeExporter commented 9 years ago
hu? weird, tried it again and then it worked. don't know why it didn't work the 
first time :-|

Original comment by s...@abma.de on 27 Aug 2013 at 4:24