Menu

which original wine version to use?

general
Q'nD
2005-07-11
2013-03-11
  • Q'nD

    Q'nD - 2005-07-11

    I tried to merge the patches doing a
    bunzip2 -c d3d9patch.2005-06-13.diff.bz2 | patch -p1

    however, there are a lot of errors (like Hunk #24 FAILED at 1052.) and compiling doesn't work. Is there a special wine version one has to use? I tried 20050524 and 20050628.

    Thanks in advance
    Joachim Staib

     
    • Alexander Hambalgo

      You must use cvs to get the right version of wine, which Oliver used.

      export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine
      cvs login

      (use 'cvs' as password)

      cvs -z 0 checkout -D '2005-06-16' wine

      This cvs version from 2005-06-16 works great with the patch and without errors.
      greetz balgo

       
      • ---

        --- - 2005-10-22

        Hi!

        I am a linux newbie. I have followed those steps. What should I do now? Should I apply the patch and configure (with "./configure"), then compile (with "make") and install (with "make install")?

        If so, I don't know how to apply the patch. It must be something very easy, but I am a newbie, could you please explain it to me?

        Thank you!

        Qwertier

         
    • komi

      komi - 2005-08-16

      Hi!

      I have problems compiling wine with the patchset.
      I did as balgo said above.

      When I tried to compile, I get this error messages:
      ---------------------------------------------------------------------------------------
      make[2]: Entering directory `/home/komi/rpmbuild/BUILD/wine-20050616/dlls/wined3d'
      ...
      directx.c:36: error: static declaration of 'DeviceMemory' follows non-static declaration
      directx.c:35: error: previous declaration of 'DeviceMemory' was here
      ...
      make[2]: *** [directx.o] Error 1
      make[2]: Leaving directory `/home/komi/rpmbuild/BUILD/wine-20050616/dlls/wined3d'
      make[1]: *** [wined3d] Error 2
      make[1]: Leaving directory `/home/komi/rpmbuild/BUILD/wine-20050616/dlls'
      make: *** [dlls] Error 2
      error: Bad exit status from /var/tmp/rpm-tmp.73676 (%build)

      ---------------------------------------------------------------------------------------
      The '...' stands for a lot of other output.
      I'm using gcc4 because I've Fedora Core 4 installed.

      Anything I could do?
      regards

       

Log in to post a comment.