Compiled version and installed version is different!

Questions about Wine on Linux
Locked
User avatar
KenSharp
Level 4
Level 4
Posts: 149
Joined: Mon Jul 13, 2009 8:52 pm

Compiled version and installed version is different!

Post by KenSharp »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Compiled version and installed version is different!

Post by dimesio »

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.
User avatar
KenSharp
Level 4
Level 4
Posts: 149
Joined: Mon Jul 13, 2009 8:52 pm

Re: Compiled version and installed version is different!

Post by KenSharp »

dimesio wrote:Did you install a packaged version of Wine? Make uninstall won't uninstall that.
No.
dimesio wrote:Also, you shouldn't be doing make install for bisecting. Just run it from the build directory.
Running Wine from a chroot build tree will not work
Locked