I compiled the latest version of wine in Ubuntu 10.04. When I do sudo make install /usr/local/bin/wine --version still reports 1.3.31 instead of 1.3.34. However, the file date is today's! cmp shows this wine file is different from the wine in the git directory. Note that Winecfg is replaced by the new version. Any idea what's up with this?? Fernando
fcmartins wrote:> /usr/local/bin/wine --version still reports 1.3.31 instead of 1.3.34. However, the file date is today's! cmp shows this wine file is different from the wine in the git directory.Make sure you uninstalled binary Wine installed via package manager. You can only have 1 version of Wine installed at a time. If you need to run separate Wine versions - just skip install part. See http://wiki.winehq.org/FAQ#head-5d2fd5010318b5facd3ebf67930d1259e67c465f for more details.
The one version of Wine installed at a time is only relevant for the default path. You can configure the path of installation and then create symlinks to it. HOWTO: Install Multiple Wine Versions on One System: http://jeffhoogland.blogspot.com/2009/12/howto-install-multiple-wine-versions-on.html Replace wine-someversion with for example wine-1.3.34 or wine-raw3 (indicating a patched version of Wine).