search for: wine_pthread_create_thread

Displaying 2 results from an estimated 2 matches for "wine_pthread_create_thread".

2005 Mar 24
0
Install on OpenBSD 3.6
I am using wine-20050310. I extracted it into its own directory. I couldn't get wineinstall to run. I successfully configured, and make depend worked. When I typed make, I got the error message: kthread.c: In function `wine_pthread_create_thread': kthread.c:275: `RFTHREAD' undeclared (first use in this function) kthread.c:275: Each undeclared identifier is reported only once for each function it appears in. ***Error Code 1 Stop in /home/wine/20050310 (line 346 of Makefile). __________________________________ Do you Yahoo!?...
2005 Feb 23
0
Compiling On OpenBSD 3.6
I have successfully configured the most recent version of Wine on OpenBSD 3.6. Everything works fine when I do make depend. When I try make, I get the error: kthread.c: In function 'wine_pthread_create_thread': kthread.c:275: 'RFTHREAD' undeclared (first use in this function) kthread.c:275: (Each undeclared identifier is reported only once kthread.c:275: for each function it appears in.) ***Error code 1 Stop in /home/wine-20050211/loader *Error code 1 Stop in /home/wine-20050211 (line 34...