Re: Antw.: signal_arc.c failing to cross-compile

2011-10-28 Thread Roger Cruz
aybe i can find a solution, but only maybe. BTW all the > problems you will find are Android specific. > > Gesendet mit meinem HTC > > - Reply message - > Von: "Roger Cruz" > An: "wine-devel@winehq.org" > Betreff: signal_arc.c failing to cross-com

Re: signal_arc.c failing to cross-compile

2011-10-28 Thread Paul Chitescu
Hi! Android is hopeless, its C library (bionic) is a very trimmed down and bug ridden version of the BSD library. The Android devel team is not willing to fix any bugs unless they affect native Android applications or Dalvik. In particular the .so loader and related initialization is broken. dl

Antw.: signal_arc.c failing to cross-compile

2011-10-28 Thread André Hentschel
evel@winehq.org" Betreff: signal_arc.c failing to cross-compile Datum: Fr., Okt. 28, 2011 06:46 Hi Andre et al, Wondering if any of you know how to get around this? The compiler is barfing at the lack of ucontext_t when doing a typedef of SIGCONTEXT. Thanks in advance, Roger R. Cruz arm-linu

signal_arc.c failing to cross-compile

2011-10-27 Thread Roger Cruz
Hi Andre et al, Wondering if any of you know how to get around this?  The compiler is barfing at the lack of ucontext_t when doing a typedef of SIGCONTEXT. Thanks in advance, Roger R. Cruz arm-linux-androideabi-gcc -c -I/home/rcruz/sandbox/wine-dev-branch/dlls/ntdll -I. -I/home/rcruz/sandbox