Trouble installing wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
burntresistor
Newbie
Newbie
Posts: 4
Joined: Sun Aug 30, 2009 4:06 pm

Trouble installing wine

Post by burntresistor »

I can't download the Scott Richie key for wine because the link is down. I tried doing it through command line and I got the error : gpg: no valid OpenPGP data found.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

Hi, while it is down you can try to

a) Compile your own Wine
b) Tell me your architecture, I might have an almost-up-to-date package here (.27 IIRC) and email it to you.

Cheers,

Jorl17
burntresistor
Newbie
Newbie
Posts: 4
Joined: Sun Aug 30, 2009 4:06 pm

Post by burntresistor »

tired compiling it myself but i have amd64 , and for 64bit i need the gcc to be upgraded 4.4. Didn't see that in packet manager
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Trouble installing wine

Post by austin987 »

On Sun, Aug 30, 2009 at 6:40 PM, burntresistor<[email protected]> wrote:
tired compiling it myself but i have amd64 , and for 64bit i need the gcc to be upgraded 4.4. Didn't see that in packet manager
That's only to compile 64-bit wine, not 32-bit wine on 64-bit.


--
-Austin
burntresistor
Newbie
Newbie
Posts: 4
Joined: Sun Aug 30, 2009 4:06 pm

Post by burntresistor »

when i just tried to compile it as 32bit on 64bit i received this error configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

burntresistor wrote:when i just tried to compile it as 32bit on 64bit i received this error configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Do as it says and install the 32-bit development libraries :) Find Wine's dependencies and install the appropriate packages.

Probably:

Code: Select all

sudo apt-get build-dep wine
should do it.
burntresistor
Newbie
Newbie
Posts: 4
Joined: Sun Aug 30, 2009 4:06 pm

Post by burntresistor »

After it ran the make command I checked the wine and the version was still the stable version which i already had installed it didn't upgrade to 1.2.28. do I need to remove the stable version and reinstalled the version I want
carlosalvatore
Level 1
Level 1
Posts: 9
Joined: Mon Apr 28, 2008 10:59 am

Post by carlosalvatore »

burntresistor wrote:After it ran the make command I checked the wine and the version was still the stable version which i already had installed it didn't upgrade to 1.2.28. do I need to remove the stable version and reinstalled the version I want
Maybe yo need to run as root/super-user

Code: Select all

# make install
So the version you've actually built will be installed (for main executable:/usr/local/bin and for your profile ~/.wine. This are the most common paths to it) Give it a try thought.
radiofly
Newbie
Newbie
Posts: 1
Joined: Mon Sep 07, 2009 7:03 am

I installed wine but cannot find it.

Post by radiofly »

I installed wine but cannot find it in my apps. This is my 3rd or 4th installation of wine in my Ubuntu 9.04 and no problems in the past. Now when I install I cannot go to my applications menu and system tools where it should be but its not? Anyone help me here?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: I installed wine but cannot find it.

Post by dimesio »

radiofly wrote:I installed wine but cannot find it in my apps. This is my 3rd or 4th installation of wine in my Ubuntu 9.04 and no problems in the past. Now when I install I cannot go to my applications menu and system tools where it should be but its not? Anyone help me here?
Plain Wine doesn't add itself to the menu. When you install an app in Wine, that should be added to your menu.
Quix0r
Level 3
Level 3
Posts: 50
Joined: Sat May 10, 2008 8:23 am

Post by Quix0r »

jorl17 wrote:Probably:

Code: Select all

sudo apt-get build-dep wine
should do it.
That did it here. Thanks. :mrgreen:
Quix0r
Level 3
Level 3
Posts: 50
Joined: Sat May 10, 2008 8:23 am

Post by Quix0r »

Oh, sorry to get up such old topics. I did a search for "amd64 AND compile" and end up here. :oops: :roll:
Locked