Displaying 2 results from an estimated 2 matches for "cygwinsupport".
2008 Dec 28
5
playing with Wine on Cygwin
I'm currently playing with Wine on Cygwin on Windows 2000 on
VirtualBox. Just to see what happens. Also to see how feasible Wine on
Windows is from here.
I've been updating the http://wiki.winehq.org/CygwinSupport page accordingly.
With the 1.1.11 source tarball, I'm getting a compile error:
internettransport.c:348: error:
`Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library'
undeclared (first use in this function)
internettransport.c:348: error: (Each undeclared identifier is
reported only...
2006 Jul 31
1
building windows packages under wine/linux and cross-compiling.
.../src/gnuwin32/README.packages .
Wine/linux : while R, ActiveState Perl, mingw all works alright under
wine, the blocking issue is Rtool's cygwin dependency. forking
(as much of make and sh is forking sub-processes)
on posix-on-win32-on-posix currently doesn't work.
(http://wiki.winehq.org/CygwinSupport)
Cross-compiling: The instruction in R/src/gnuwin32/README.packages
essentially works, with one missing detail: "R_EXE=/usr/bin/R" is also
needed. Thus it should be:
make R_EXE=/usr/bin/R PKGDIR=/mysources RLIB=/R/win/library \
pkg-mypkg
make P_EXE=/usr/bin/R KG...