Pagina 1 di 1
installazione di WINE 2.0
Inviato: giovedì 23 marzo 2017, 7:17
da cjto
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0/tools$ ./wineinstall
Wine Installer v1.0
We need to install Wine as the root user. Do you want us to build Wine,
'su root' and install Wine? Enter 'no' to build Wine without installing:
(yes/no) yes
Running configure...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for ld... ld
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Configure failed, aborting install.
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0/tools$
che si fa?

Re: installazione di WINE 2.0
Inviato: giovedì 23 marzo 2017, 7:24
da trekfan1
Re: installazione di WINE 2.0
Inviato: giovedì 23 marzo 2017, 14:25
da cjto
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~$ cd Scrivania
giovanna@giovanna-Inspiron-3542:~/Scrivania$ cd wine-2.0
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0$ cd tools
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0/tools$ sudo ./wineinstall
[sudo] password di giovanna:
Wine Installer v1.0
You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0/tools$
seguo questo?
EDIT
nel senso, cosa sono questi WineHQ packages? é il programma stable di Wine 2.0 oppure sono pacchetti propedeutici all'installazione successiva di Wine 2.0?
In Ubuntu Software è presente Wine (development version). Che differenza c'è con quella stable? Installo questo (development version) da Ubuntu Software?
Re: installazione di WINE 2.0
Inviato: giovedì 23 marzo 2017, 15:00
da wilecoyote

Salve, no segui quanto consigliato dall'output:
You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
Dice d'eseguirlo come utente e non come superutente poiché sconsigliato.
Ovvero:
Arrivato a questo:
We need to install Wine as the root user. Do you want us to build Wine,
'su root' and install Wine? Enter 'no' to build Wine without installing:
(yes/no)no
Digita
no.

Ciao
[RISOLTO] Re: installazione di WINE 2.0
Inviato: giovedì 23 marzo 2017, 19:59
da cjto
Codice: Seleziona tutto
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0/tools$ ./wineinstall
Wine Installer v1.0
We need to install Wine as the root user. Do you want us to build Wine,
'su root' and install Wine? Enter 'no' to build Wine without installing:
(yes/no) no
Running configure...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for ld... ld
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Configure failed, aborting install.
giovanna@giovanna-Inspiron-3542:~/Scrivania/wine-2.0/tools$

Re: installazione di WINE 2.0
Inviato: venerdì 24 marzo 2017, 15:00
da wilecoyote

Salve, ti manca il supporto ai 32 bit, purtroppo Wine a 64 bit lo richiede.
Installa i seguenti pacchetti, occhio che potrebbero trascinarsi un discreto numero di dipendenze:
Codice: Seleziona tutto
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6-dev-i386 libc6-dev-amd64:i386 libc6-x32
Poi riprova come utente normale.

Ciao