http://bugs.winehq.org/show_bug.cgi?id=16997
--- Comment #60 from Rico kgbricola@web.de 2009-03-05 07:09:15 ---
git fetch&&./configure --prefix=/opt/wine&&make install
Please run the commands correctly. Git fetch doesn't update the source files! It only get a copy of the source in the gitdb. You have to run "git rebase origin" or something afterwards (see http://wiki.winehq.org/GitWine ).
Also please verify the version you are running with a call to "wine --version && wine game.exe" (or /path/to/builddir/wine --version && /path/to/builddir/wine game.exe" if you run it directly from the build directory without make install) to see if you are running the version you like to test and not the wrong one.