demontager
2008-Nov-13 19:32 UTC
[Wine] Wine 1.1.8 and wine GIT(howto cooperate together?)
I'm confused and looking for help For the fist I have Ubuntu x86_64 and I had installed wine 1.1.8 from launchpad and i installed Red Alert 3 when i run it found that no cursor in game, so In order to lay Red Alert 3 with cursos i have compile wine from here git clone git://repo.or.cz/wine/hacks.git then i made symlinks cd hacks Code: mkdir -p `pwd`/lib32 ln -s /usr/lib32/libX11.so.6 `pwd`/lib32/libX11.so ln -s /usr/lib32/libXext.so.6 `pwd`/lib32/libXext.so ln -s /usr/lib32/libfreetype.so.6 `pwd`/lib32/libfreetype.so ln -s /usr/lib32/libfontconfig.so.1 `pwd`/lib32/libfontconfig.so ln -s /usr/lib32/libGL.so.1 `pwd`/lib32/libGL.so ln -s /usr/lib32/libGLU.so.1 `pwd`/lib32/libGLU.so ln -s /usr/lib32/libXrender.so.1 `pwd`/lib32/libXrender.so ln -s /usr/lib32/libXinerama.so.1 `pwd`/lib32/libXinerama.so ln -s /usr/lib32/libXi.so.6 `pwd`/lib32/libXi.so ln -s /usr/lib32/libXrandr.so.2 `pwd`/lib32/libXrandr.so ln -s /usr/lib32/liblcms.so.1 `pwd`/lib32/liblcms.so ln -s /usr/lib32/libcrypto.so.0.9.8 `pwd`/lib32/libcrypto.so ln -s /usr/lib32/libssl.so.0.9.8 `pwd`/lib32/libssl.so ln -s /usr/lib32/libxml2.so.2 `pwd`/lib32/libxml2.so ln -s /usr/lib32/libjpeg.so.62 `pwd`/lib32/libjpeg.so ln -s /usr/lib32/libXcomposite.so.1 `pwd`/lib32/libXcomposite.so ln -s /usr/lib32/libcups.so.2 `pwd`/lib32/libcups.so ln -s /usr/lib32/libXcursor.so.1 `pwd`/lib32/libXcursor.so ln -s /usr/lib32/libsane.so.1 `pwd`/lib32/libsane.so ln -s /usr/lib32/libhal.so.1 `pwd`/lib32/libhal.so ln -s /usr/lib32/libpng12.so.0 `pwd`/lib32/libpng.so ln -s /usr/lib32/libgphoto2.so.2 `pwd`/lib32/libgphoto2.so ln -s /usr/lib32/libgphoto2_port.so.0 `pwd`/lib32/libgphoto2_port.so ln -s /usr/lib32/libldap.so.2 `pwd`/lib32/libldap.so ln -s /usr/lib32/libldap_r.so.2 `pwd`/lib32/libldap_r.so ln -s /usr/lib32/liblber.so.2 `pwd`/lib32/liblber.so ln -s /usr/lib32/libxslt.so.1 `pwd`/lib32/libxslt.so ln -s /usr/lib32/libXxf86vm.so.1 `pwd`/lib32/libXxf86vm.so then configure with such prefix Code: CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure --prefix=/usr/local/winegit make depend && make make install Then i launched a game $usr/local/winegit/bin/wine RA3.exe game started without cursor then i removed wine installed from launchpad and launched game again, and game started with animated cursor, why? When I back wine from launchpad again, no cursor How to make this two wines work properly? Iwant use two wines because I am also need PlayOnLinux, but due to dependencies I should remove it when removing wine
vitamin
2008-Nov-13 20:18 UTC
[Wine] Re: Wine 1.1.8 and wine GIT(howto cooperate together?)
demontager wrote:> How to make this two wines work properly? > Iwant use two wines because I am also need PlayOnLinux, but due to dependencies I should remove it when removing wineYou can't do all of that. The best solution - don't install self-compiled Wine. Run it directly from the compile directory. As far as POL goes - it's not part of Wine - don't ask here. Go to their forum/ML.
vitamin
2008-Nov-15 20:56 UTC
[Wine] Re: Wine 1.1.8 and wine GIT(howto cooperate together?)
demontager wrote:> Yes, but from which folder is it correct to run wine? /hacks or /loader/home/pal/hacks/wine