http://bugs.winehq.org/show_bug.cgi?id=20792
Summary: git checkout 1.1.29 is not the same as 1.1.29 tarball Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
Hi, i'm currently working on broken Mirror's Edge. It was broken somewhere between 1.1.29 and 1.1.30 and is still broken in current git.
Git bisect gave me all bad, which means something is not right. So i did:
git bisect reset git reset --hard origin git checkout wine-1.1.29 make distclean export CC="gcc" CFLAGS="-g -O0" ./configure --with-opengl --verbose --disable-tests make depend make -j 16
and Mirror's Edge is still broken.
But when i do on same maschine:
wget http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.29.tar.bz2 make distclean export CC="gcc" CFLAGS="-g -O0" ./configure --with-opengl --verbose --disable-tests make depend make -j 16
Mirror's Edge is OK.
Isn't there something bad in wine's git Makefile etc?