Compile wine from code

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
karuru
Newbie
Newbie
Posts: 4
Joined: Sat Apr 10, 2010 5:23 pm

Compile wine from code

Post by karuru »

Hi,
I followed this tutorial http://art.ified.ca/?page_id=40.
But i get this error:

configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

how to compile it right for 64bit?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Compile wine from code

Post by dimesio »

karuru wrote:Hi,
I followed this tutorial http://art.ified.ca/?page_id=40.
But i get this error:

configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

how to compile it right for 64bit?
http://wiki.winehq.org/WineOn64bit
karuru
Newbie
Newbie
Posts: 4
Joined: Sat Apr 10, 2010 5:23 pm

Post by karuru »

thanks for the link!

but i cant find ia32-apt-get in my sidux / debian unstable ?

i cant install it via apt :(
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

karuru wrote:thanks for the link!

but i cant find ia32-apt-get in my sidux / debian unstable ?

i cant install it via apt :(
You need to ask about that on your distro's support forum.
Charles Davis

Compile wine from code

Post by Charles Davis »

On 4/10/10 4:25 PM, karuru wrote:
Hi,
I followed this tutorial http://art.ified.ca/?page_id=40.
We can't vouch for the accuracy of online tutorials like that. The best
place for information about building Wine is on the official Wine Wiki
(http://wiki.winehq.org ). In particular, you should look at
http://wiki.winehq.org/FAQ#head-7ed3c31 ... 53dc41817b
But i get this error:

configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

how to compile it right for 64bit?
Do what it says and install 32-bit development tools and libraries. But
that depends on your OS/distro.

Why do you want to build Wine from source, anyway?

Chip
karuru
Newbie
Newbie
Posts: 4
Joined: Sat Apr 10, 2010 5:23 pm

Post by karuru »

because i want to add pulse support as it is described in here http://art.ified.ca/?page_id=40
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

karuru wrote:because i want to add pulse support as it is described in here http://art.ified.ca/?page_id=40
First, outside tutorials are not supported here. If you insist on following one, ask the author for help. Second, winepulse is not supported here. What you do on your own system is your business, but if you run into any problems, you are on your own.
karuru
Newbie
Newbie
Posts: 4
Joined: Sat Apr 10, 2010 5:23 pm

Post by karuru »

i don't have a problem with the how-to, i have a problem with this: http://wiki.winehq.org/WineOn64bit#head ... 7aa692f9b1

according to http://snapshot.debian.net/ the package ia32-apt-get never existed.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

karuru wrote:i don't have a problem with the how-to, i have a problem with this: http://wiki.winehq.org/WineOn64bit#head ... 7aa692f9b1

according to http://snapshot.debian.net/ the package ia32-apt-get never existed.
As I said, that's something you need to ask your distro. It is not a Wine issue.
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Post by Usurp »

dimesio wrote:
karuru wrote:i don't have a problem with the how-to, i have a problem with this: http://wiki.winehq.org/WineOn64bit#head ... 7aa692f9b1

according to http://snapshot.debian.net/ the package ia32-apt-get never existed.
As I said, that's something you need to ask your distro. It is not a Wine issue.
according to this quote, the official wiki isn't accurate enough.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Usurp wrote: according to this quote, the official wiki isn't accurate enough.
Then a Debian user needs to fix it.
Locked