Google's support for Wine in 2007

Dan Kegel dank at kegel.com
Thu Feb 14 09:07:08 CST 2008


On Thu, Feb 14, 2008 at 1:50 AM, Austin English <austinenglish at gmail.com> wrote:
>  What's the status of getting the win16 tests into wine? 16 bit support
>  broke a while back for many apps and is still broken.

The sticking point is that most people don't have a 16 bit C
compiler installed.  The only good free one is Open Watcom.
Unfortunately, you still can't just do 'sudo apt-get install openwatcom'
on most distributions (see
http://openwatcom.org/index.php/Installing_Open_Watcom_on_Linux ),
and there were some hitches using the Linux version anyway, so
win16test provides a shell script that installs the Windows version
under Wine.  (See
http://code.google.com/p/win16test/source/browse/trunk/src/README )
And that's kind of heavyweight, so we can't just jam it into the Wine
build system.

Potentially, though, the Wine build system could notice whether
openwatcom was available, and if so, it could build the win16 tests.

For now, they're kept out of tree in
http://code.google.com/p/win16test/
and I encourage others to try them out and fix problems they find.
- Dan



More information about the wine-devel mailing list