WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Small HOWTO
by Mike Kaplinskiy on Sunday May 24th 2009, 17:43
Had a slight think-o, change the compilation commands to:

sudo apt-get build-dep wine
git clone source.winehq.org/git/wine.git wine-git
cd wine-git
mv dlls/crypt32/chain.c dlls/crypt32/chain.c.orig
gawk 'NR != 1877 { print } NR==1877 { print " BOOL ret = TRUE;" }' dlls/crypt32/chain.c.orig > dlls/crypt32/chain.c
make depend && make

[post new] [reply to this]

RE: Small HOWTO
by Gareth on Monday May 25th 2009, 1:02
I'll test this as soon as I get home and then update the rating if needed.

Also, does this break the ability to keep wine updated via repo as so many people do using Ubuntu and the like?

[post new] [reply to this]

Page loaded in 0.00947 seconds.