iccup launcher warcraft3 help

Questions about Wine on Linux
Locked
petersonal2
Newbie
Newbie
Posts: 3
Joined: Thu Jan 24, 2013 5:41 pm

iccup launcher warcraft3 help

Post by petersonal2 »

Hi!
Im trying to play Dota on iccup with Linux mint. I was trying to make it work by following this guide: http://appdb.winehq.org/objectManager.p ... n&iId=3126 but at this line: ./configure --with-gnutls i get this error messeage: configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
I dont know if i folloing a good guid for my problem or i misunderstand some steps. Please help me.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: iccup launcher warcraft3 help

Post by dimesio »

The message is pretty clear: you need to install 32 bit development libraries to build 32 bit Wine on a 64 bit system. As to which packages to install and where to find them, ask your distro.
petersonal2
Newbie
Newbie
Posts: 3
Joined: Thu Jan 24, 2013 5:41 pm

Re: iccup launcher warcraft3 help

Post by petersonal2 »

Sorry i am not understand the word distro. What does it mean?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: iccup launcher warcraft3 help

Post by dimesio »

"Distro" is short for "distribution"--the version of Linux you're using, which in your case is Linux Mint. So you need to ask on the Linux Mint forum what packages you need to install to be able to compile 32 bit programs on a 64 bit system.
petersonal2
Newbie
Newbie
Posts: 3
Joined: Thu Jan 24, 2013 5:41 pm

Re: iccup launcher warcraft3 help

Post by petersonal2 »

i managed to get to the make line (http://appdb.winehq.org/objectManager.p ... ngId=75045 here 6.th step)
and i get this: In file included from thread.c:42:0:
../../include/ddk/wdm.h:429:11: error: duplicate member ‘u’
make[2]: *** [thread.o] Error 1
make[2]: Leaving directory `/home/petersonal/wine-war3/dlls/ntdll'
make[1]: *** [ntdll] Error 2
make[1]: Leaving directory `/home/petersonal/wine-war3/dlls'
make: *** [dlls] Error 2
Locked