wine under cygwin

2004-11-07 Thread James Hawkins
I'm trying to compile wine under cygwin, but I am getting this error: Entering directory `/home/James Hawkins/wine/dlls/dsound/tests' gcc capture.o ds3d.o ds3d8.o dsound.o dsound8.o propset.o testlist.o -o dsound_test.exe -ldsound -lole32 -luser32 -lkernel32 -ldxguid -luuid -ldxerr

Re: Fixed some problems found while compiling and linking Wine under Cygwin

2004-01-18 Thread Dmitry Timoshkov
"BiGgUn" <[EMAIL PROTECTED]> wrote: > Did you succeed in running Wine under Cygwin ? Cygwin misses a lot of required functionality to run Wine: passing file descriptors via sendmsg(), thread context management to mention some of them. -- Dmitry.

Re: Fixed some problems found while compiling and linking Wine under Cygwin

2004-01-18 Thread BiGgUn
Hi Did you succeed in running Wine under Cygwin ? Stéphan

Re: Fix some problems found while compiling and linking Wine under Cygwin

2003-10-13 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > +++ wine/configure.ac Sun Oct 12 10:54:02 2003 > @@ -969,6 +969,7 @@ AC_CHECK_FUNCS(\ > popen \ > pread \ > pwrite \ > + res_init \ > rfork \ > select \ > sendmsg \ > @@ -1148,7 +1150,7 @@ dnl Check for typ