Aller au contenu

Wine, Cedega, CVS, XWine ...


Messages recommandés

bonjour

je débute sous linux et j'aimerais jouer a wow avec wine

j'ai mandriva 2006

une carte graphique nvidia geforce fx 5200

j'ai installé les drivers nvidia NVIDIA-Linux-x86-1.0-7676-pkg1

j'ai installé la version wine-0.9.16-mdk.i586.rpm

ca fonctionne très bien avec photoshop

avec wow j'ai les problèmes de curseur (on peut pas looter etc ...) et ca plante quand je vais dans un endroit couvert

j'ai lu les tutos pour patcher a l'aide de wine-0.9.16.tar.bz2 et wow_patch_0.9.16.diff

voici ce que ca dit quand je fais ./config

[celine@localhost wine-0.9.16]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for :... no
checking for flex... no
checking for lex... no
configure: error: no suitable lex found. Please install the 'flex' package.

ensuite quand je fais make (comme indiqué ici) ou make depend (comme indiqué la) ca dit

[celine@localhost wine-0.9.16]$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

j'ai les yeux éclatés a force de chercher depuis des jours .. si vous pouviez m'expliquer ce qu'il faut faire

merci beaucoup d'avance

Lien vers le commentaire
Partager sur d’autres sites

merci pour la réponse

j'ai avancé un peu en faisant

[celine@localhost ~]$ cd /home/celine/wine1/wine-0.9.16
[celine@localhost wine-0.9.16]$ ./tools/wineinstall
WINE Installer v0.75

Warning: Old Wine RPM install detected. Do you want to remove it first?
(yes/no) yes
We need to remove the rpm as root, please enter your root password

Starting wine rpm removal...
Password:
Done.
Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for :... no
checking for flex... no
checking for lex... no
configure: error: no suitable lex found. Please install the 'flex' package.

Configure failed, aborting install.
[celine@localhost wine-0.9.16]$  

Please install the 'flex' package

Configure failed, aborting install. :p

ou trouver ce flex ?

Vérifie quand même qu'il n'est pas déjà installé avec rpm -q flex

non il est po la

alors j'ai suivi les instruction de http://easyurpmi.zarb.org pour mon mandriva 2006 i586 j'ai fais

urpmi.addmedia plf-free ftp://ftp.easynet.fr/plf/mandriva/free/2006.0/i586 with hdlist.cz
urpmi.addmedia plf-nonfree ftp://ftp.easynet.fr/plf/mandriva/non-free/2006.0/i586 with hdlist.cz
urpmi.addmedia --update updates http://ftp.club-internet.fr/pub/unix/linux/Mandrakelinux/official/updates/2006.0/main_updates/ with media_info/hdlist.cz
urpmi.addmedia main ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrakelinux/official/2006.0/i586/media/main with media_info/hdlist.cz
urpmi.addmedia contrib http://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2006.0/i586/media/contrib with media_info/hdlist.cz 

Après, dans une console :

urpmi flex

sinon par l'interface :

Menu K => Système => Configuration => Paquetage => Installer des logiciels

je recommence

[code][celine@localhost ~]$ cd /home/celine/wine1/wine-0.9.16
[celine@localhost wine-0.9.16]$ ./tools/wineinstall

il me demande bison

dans une console :

urpmi bison

sinon par l'interface :

Menu K => Système => Configuration => Paquetage => Installer des logiciels

[celine@localhost ~]$ cd /home/celine/wine1/wine-0.9.16
[celine@localhost wine-0.9.16]$ ./tools/wineinstall
make depend && make

je vais me faire un café le temps que ca se fasse

a la fin je vois

Wine build complete.

chic !!!

[celine@localhost ~]$ su
password
make install

euh ouais ... et maintenant ? il est ou wine ?

si je lance le solitaire par exemple

[celine@localhost ~]$ wine c:\\windows\\sol.exe
wine: cannot find 'c:\windows\sol.exe'

:yes:

merci d'avance

Lien vers le commentaire
Partager sur d’autres sites

j'ai recommencé ces expliquations depuis le bebut et a la fin j'ai

[celine@localhost ~]$ winecfg
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing.  Check your build!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing.  Check your build!

comment installer les X11 drivers ?

merci

Lien vers le commentaire
Partager sur d’autres sites

bon ...

j'ai réinstallé tout mandriva

je n'ai pas installer les driver nvidia

j'ai installé wine et wow comme indiqué la

et maintenant j'ai

[celine@localhost ~]$ wine "c:\Program Files\World of warcraft\wow.exe"
err:module:import_dll Library OPENGL32.dll (which is needed by L"C:\\Program Files\\World of warcraft\\wow.exe") not found
err:module:import_dll Library OPENGL32.dll (which is needed by L"C:\\Program Files\\World of warcraft\\GLU32.dll") not found
err:module:import_dll Library GLU32.dll (which is needed by L"C:\\Program Files\\World of warcraft\\wow.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\World of warcraft\\wow.exe" failed, status c0000135

meme si je colle GLU32.dll dans system32 etc .. ca marche pas mieux

*épuisée* :francais:

merci de m'aider si vous pouvez

Lien vers le commentaire
Partager sur d’autres sites

j'ai recommencé en root (toujours avec les meme fichiers wine et patch d'ici)

[root@localhost wine-0.9.16]# make install

et ca marche

j'ai wine et wow installé

j'ai installé les drivers nvidia et mon ecran se gel quand j'utilise wine

mais ca c'est un autre sujet ...

je cherche ...

merci

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...