I have no idea what is going on here and it is really starting to get on my nerves.
I ran:
$ make uninstall
$ configure
$ make
$ make install
and I have even deleted the files manually as make uninstall sometimes complains it cannot remove non-empty directories (although I have no idea why they should be non-empty).
Following make install:
$ ./wine --version ; wine --version ; which wine
wine-1.5.30
wine-1.6-rc5
/usr/local/bin/wine
WTH? I cannot get past this damned problem! I have wiped everything but this keeps occurring! I cannot run a bisect while this is happening.
Anyone got any idea as to what the Hell is going on? TIA
Compiled version and installed version is different!
Re: Compiled version and installed version is different!
Did you install a packaged version of Wine? Make uninstall won't uninstall that.
Also, you shouldn't be doing make install for bisecting. Just run it from the build directory.
Also, you shouldn't be doing make install for bisecting. Just run it from the build directory.
Re: Compiled version and installed version is different!
No.dimesio wrote:Did you install a packaged version of Wine? Make uninstall won't uninstall that.
Running Wine from a chroot build tree will not workdimesio wrote:Also, you shouldn't be doing make install for bisecting. Just run it from the build directory.