[Mono-list] Mono - SWF/Wine/OpenLib

Timothy Parez tpsoftware@users.sourceforge.net
10 Jul 2003 22:56:06 +0200


Ok,

I have now done this instead:
wget
http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-20030318.tar.gz
wget http://www.openlinksw.com/mono/wine-shared-20030618.tar.gz
tar zxvf Wine-20030318.tar.gz
tar zxvf wine-shared-20030618.tar.gz
cd wine-20030318/
patch --strip=1 < ../wine-shared-20030519/wine/wine_diff
./configure --with-prefix=/usr/local
make wine-shared
make wine-shared-install

So now I can just install a later version of Wine ???

Thnx.

Op wo 09-07-2003, om 18:23 schreef Miguel de Icaza:
> Hello,
> 
> > [timothy@localhost Mono-Update]$ wine monostub.exe.so mdisample.exe
> > fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
> > found!
> > Using closest match instead (Belgian keyboard layout) for scancode
> > mapping.
> 
> I really suggest that you use WineLib instead of the stub-based
> Winforms.  The details are discussed on mono-winforms-list (check the
> archives).
>