http://bugs.winehq.org/show_bug.cgi?id=31979
Koray Özcan local1907@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |local1907@gmail.com
--- Comment #38 from Koray Özcan local1907@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...
- I used ubuntu 12.04 32bit. To get the dependency:
# sudo apt-get build-dep wine1.4 # sudo apt-get install wine
- Dowload source code from git (info here: http://wiki.winehq.org/GitWine)
# git clone git://source.winehq.org/git/wine.git ~/wine-git
- Apply the patch (did it manually it's only 2lines). See attachment above
(patch to fix problem)
- Compile in the usual way ( "./configure ; make depend ; make" )
# ./configure # make depend # make
- Install with "sudo make install" or simply run from directory (wine
executable in git directory)
(optional) # sudo make install
- Set path to the new executable in PyLOTRO if needed.
local1907@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@kubuntu:/var/chroot/wine$ make depend make: *** Hedef `depend' i derlemek için hiçbir kural yok. Durdu. local1907@kubuntu:/var/chroot/wine$