[Bug 21010] vc2005express install broken

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 14 01:28:18 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=21010





--- Comment #2 from Austin English <austinenglish at gmail.com>  2009-12-14 01:28:18 ---
(In reply to comment #1)
> Hi Austin, could you leave here the script for the ordinary mortal? So i (we)
> can also begin to play with that "run" thing :) Thank you in advance.

For git bisect run? Sure:
austin at midna:~/wine-git$ cat foo.sh 
#!/bin/bash
set -x
rm -rf $HOME/.wine
./configure --without-mpg123 --disable-tests || exit 125
make -j4 || exit 125
WINE=/home/austin/wine-git/wine winetricks -q -v vc2005express

then use:
$ git bisect start HEAD wine-1.1.20
$ git bisect run ./foo.sh

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list