View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#44
I edited configure.in to require 2.10 instead as I don't quite see the point of that header file otherwise. Unless I'm having a stupid moment, that segment in the ifdef above says if you haven't got 2.18, heres what you you need.

Configure passes after this. I've tweaked my config slightly to be more like microb, but with or without tweak I'm hitting a new error.

Code:
In file included from /home/user/mozembed/gecko-dev/objdir-armel/xpcom/threads/Unified_cpp_xpcom_threads0.cpp:29:0:
/home/user/mozembed/gecko-dev/xpcom/threads/ThreadStackHelper.cpp: In member function 'void mozilla::ThreadStackHelper::GetStack(mozilla::ThreadStackHelper::Stack&)':
/home/user/mozembed/gecko-dev/xpcom/threads/ThreadStackHelper.cpp:239:17: error: 'SYS_rt_tgsigqueueinfo' was not declared in this scope
A quick look in /usr/include/linux/syscall.h and sys/syscall.h.. and bits/syscall.h indeed shows its missing.
 

The Following 3 Users Say Thank You to Android_808 For This Useful Post: