Displaying 1 result from an estimated 1 matches for "get_thread_context_ptrac".
Did you mean:
get_thread_context_ptrace
2006 Mar 08
0
wine under mactel
...on-after-statement
-Wpointer-arith -g -O2 -o context_i386.o context_i386.c
context_i386.c:499:2: error: #error You must implement
get/set_thread_context_ptrace for your platform
context_i386.c: In function 'get_thread_ip':
context_i386.c:547: warning: implicit declaration of function
'get_thread_context_ptrace'
context_i386.c: In function 'set_thread_context':
context_i386.c:621: warning: implicit declaration of function
'set_thread_context_ptrace'
make[1]: *** [context_i386.o] Error 1
make: *** [server] Error 2
This looks to be a generated error, meaning something is missing from...