Displaying 3 results from an estimated 3 matches for "context_i386".
2006 Mar 08
0
wine under mactel
Hello
I was trying to compile wine under intel mac os x but with no luck.
Here is the produced error:
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing -gstabs+ -Wdeclaration-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...
2008 Nov 18
4
Problems compiling git under OS X
Hi there!
I am currently trying to compile hacks.git under OS X and I can't seem to get past the following error during 'make':
Code:
[...]
gcc -o wineserver async.o atom.o change.o class.o clipboard.o completion.o console.o context_alpha.o context_i386.o context_powerpc.o context_sparc.o context_x86_64.o cursoricon.o debugger.o device.o directory.o event.o fd.o file.o handle.o hook.o mach.o mailslot.o main.o mapping.o mutex.o named_pipe.o object.o process.o procfs.o ptrace.o queue.o region.o registry.o request.o semaphore.o serial.o signal.o snap...
2001 Apr 22
2
Cannot Compile Wine
...ing from my efforts:
make[1]: Leaving directory `/storage/Wine/wine-20001222/ole'
cd `dirname server/__depend__` && make depend
make[1]: Entering directory `/storage/Wine/wine-20001222/server'
../tools/makedep -I. -I. -I../include -I../include -C. async.c
atom.c change.c
console.c context_i386.c context_sparc.c debugger.c device.c event.c
file.c handle.c main.c mapping.c mutex.c object.c pipe.c process.c
ptrace.c queue.c registry.c request.c select.c semaphore.c serial.c
snapshot.c sock.c thread.c timer.c trace.c unicode.c -C.
make[1]: Leaving directory `/storage/Wine/wine-20001222/se...