http://bugs.winehq.org/show_bug.cgi?id=31979 Koray Özcan <local1907(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |local1907(a)gmail.com --- Comment #38 from Koray Özcan <local1907(a)gmail.com> 2012-10-17 08:47:03 CDT --- (In reply to comment #32)
I also confirm patched GIT does work. Didn't test anything in-game.
For those asking, I compiled from git without trouble, it's not hard. It's outside the scope of a bug report though. I'll still post how I did it...
1. I used ubuntu 12.04 32bit. To get the dependency:
# sudo apt-get build-dep wine1.4 # sudo apt-get install wine
2. Dowload source code from git (info here: http://wiki.winehq.org/GitWine)
# git clone git://source.winehq.org/git/wine.git ~/wine-git
3. Apply the patch (did it manually it's only 2lines). See attachment above (patch to fix problem)
4. Compile in the usual way ( "./configure ; make depend ; make" )
# ./configure # make depend # make
5. Install with "sudo make install" or simply run from directory (wine executable in git directory)
(optional) # sudo make install
6. Set path to the new executable in PyLOTRO if needed.
local1907(a)kubuntu:/var/chroot/wine$ ls aclocal.m4 config.log COPYING.LIB fonts LICENSE.OLD Makefile.in Make.vars.in README VERSION ANNOUNCE configure dlls include libs Make.rules.in po server AUTHORS configure.ac documentation LICENSE loader Maketest.rules.in programs tools local1907(a)kubuntu:/var/chroot/wine$ make depend make: *** Hedef `depend' i derlemek için hiçbir kural yok. Durdu. local1907(a)kubuntu:/var/chroot/wine$ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.