This a collection of notes that might be useful for someone else trying old (*) wine versions on recent (**) Linux distributions. 1) fix freetype.c according to this patch: http://trac.macports.org/browser/trunk/dports/x11/wine/files/patch-freetype.c-pFT_MulFix.diff?rev=45839 2) fix signal_i386.c as indicated here: http://ubuntuforums.org/archive/index.php/t-1187915.html 3) fix openldap upgrade by applying a patch download patch from http://bugs.winehq.org/show_bug.cgi?id=10320 into wine-git directory and in wine-git, do: patch -p1 < wldap32_build_fix.diff (*) The oldest I tried was 0.9.40 (**) I used Ubuntu 9.10
On Sun, Sep 5, 2010 at 20:27, fcmartins <wineforum-user at winehq.org> wrote:> This a collection of notes that might be useful for someone else trying old (*) wine versions on recent (**) Linux distributions. > <...>You might want to add this info to the wine wiki, e.g. in the regression testing page, maybe with some quick explanations. This might help during bisect.