similar to: Different wine version in different users

Displaying 20 results from an estimated 100000 matches similar to: "Different wine version in different users"

2009 Jul 31
6
Uninstall old wine version and install new version
I did a forum search and found 16 pages for uninstalling wine. Only one was semi-helpful. What I got was: > > [Bakshara at Bakshara ~]$ rmdir ~/.wine > rmdir: failed to remove `/home/Bakshara/.wine': Directory not empty > What do I need to do? I want to uninstall wine 1.1.24 and install 1.1.26. I currently only have three apps installed. So any thing I will loose will be easy
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all, this is the tenth version of the patch series to introduce upstream qemu and seabios in the xen-unstable build system. Changes to v9: - rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to use it with a branch name by default; - set QEMU_UPSTREAM_REVISION to "master" by default; - set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by default; - add
2008 Aug 17
3
Questions about git and building wine
I was asked to try a regression test (http://wiki.winehq.org/RegressionTesting) to see if the bug I am seeing now is not present when I revert to a previous version of wine. So, my first question is, how do I revert to a previous version of wine? I'm on Ubuntu 8.04, so it would be nice if there was an apt-get command I could use. I've tried "apt-get install wine-0.9.59", but
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
update server autobuild to set up a new isolated vm environment and go through the server installer process and rails tests --- autobuild.sh | 65 ++++++++++++++++++++++++++++++++++++++++++ ovirt-installer-test-answers | 21 +++++++++++++ ovirt-server-test.ks | 37 ++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 0 deletions(-) create mode 100644
2020 May 05
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
'git checkout' in your first sentence- please be more detailed. And please remember where I start - I am just after 'git clone' and build of 4.13.x Pawel wt., 5 maj 2020 o 23:28 Andrew Bartlett <abartlet at samba.org> napisa?(a): > On Tue, 2020-05-05 at 22:32 +0200, pavlos wrote: > > Hi Andrew et al, > > > > Now is the time to come back to my
2011 Oct 21
3
How to compile a specific version of wine?
I know this has been covered before, but I'm having no luck finding it. Having downloaded the git repository, how do I compile a specific version of wine? Many thanks, David Shaw
2020 May 05
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Hi Andrew et al, Now is the time to come back to my leisure... Preparing the environment to the 'git bisect' surgery: - Got a clone of the last VM with 4.12.2 installed from https://download.samba.org/pub/samba/samba-latest.tar.gz - Stopped smb/nmb services and uninstalled 'sudo make uninstall' within the directory 4.12.2. - Got the current master with 'git
2015 Jun 12
2
1.0.15 gone, can't start version 2
Am Freitag, den 12.06.2015, 09:15 -0400 schrieb Steve Matzura: > On Fri, 12 Jun 2015 15:14:03 +0300, you wrote: > > > I mean, in the source directory. > > You mean in the directory where files from the tar were placed? I've > unfortunately removed those manually, but then I put them back and > tried the make again, still same error. "make: *** No rule to make
2010 Jun 20
4
I can compile old wine from download page, but not from git?
Hello again. The problem is - when I download wine - let say 0.9.53 from here: http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.53.tar.bz2 I can compile it on Debian Lenny without problems, however - when I use git like this: git clone git://source.winehq.org/git/wine.git wine-git cd wine-git git-reset wine-0.9.53 git checkout -f ./configure && make depend && make I
2020 May 09
5
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Hi All, It's already 6am at my side. After the whole night of bisecting, compiling and testing I think I have nailed it: fd61e550acec6e9924a71712eef739b58c7d68e8 is the first bad commit commit fd61e550acec6e9924a71712eef739b58c7d68e8 Author: Volker Lendecke <vl at samba.org> Date: Mon Sep 16 16:16:40 2019 -0700 smbd: Don't always walk the share mode array in
2017 Oct 09
3
Tripplite Smart Int 1000 - wrong numbers
Hi, Charles I'm trying compilation but there is no configure command in the cloned git directory of nut. D?a 08.10.2017 o 23:47 Charles Lepple nap?sal(a): > On Oct 8, 2017, at 4:34 PM, tuharsky at misbb.sk wrote: >> Thank You for You reply, Charles >> >> >> D?a 07.10.2017 o 14:30 Charles Lepple nap?sal(a): >>> Is the "lan4.1" cable different
2009 Feb 14
3
Building wine with profile generation
Hi all, I'm trying to build wine with the following command: Code: ./configure CFLAGS="-O2 -fprofile-generate" --prefix=/home/ema/winepf As I have a lot of these errors: Code: gcc -O2 -fprofile-generate -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine /usr/bin/ld: sfnt2fnt: hidden symbol
2008 Jun 28
3
Wrong Wine version?
Hello people! I'm frequently using Wine, but have noticed there has been a couple of updates since last I used it, so I updated... But: Package wine - 1.0-1.fc8.i386 is already installed. If I write Wine --version it says wine-0.9.37 The features of the 1.0-1 doesn't work. So, what have I done wrong here? Any help appreciated.
2015 Jun 12
2
1.0.15 gone, can't start version 2
I mean, in the source directory. On 12 June 2015 at 15:13, Muzaffer Tolga Ozses <tolga at ozses.net> wrote: > Have you done *make distclean* in prior? That should remove all things > dovecot. > > On 12 June 2015 at 15:10, Steve Matzura <number6 at noisynotes.com> wrote: > >> On advice/recommendation received on this list, I removed version >> 1.0.15 with:
2010 Dec 04
4
Make world problem compiling Xen 4.0.1 from source
Greetings, Xen gurus! Per the Ubuntu community documentation at https://help.ubuntu.com/community/Xen#Maverick%20Notes%20(Xen%204.0.1%20pvops%20on%20Ubuntu%2010.10) I am trying to install Xen 4.0.1 from source which I got from bits.xensource.com/oss-xen/release/4.0.1/xen-4.0.1.tar.gz because apparently the ubuntu-xen-server package has broken dependencies. The instructions as provided state
2009 Sep 12
12
What the last version WINE is support PowerPC processor?
I found only old version Darwine for PPC and want to try to compile it myself.
2009 Apr 25
4
How do I use the developers version of Wine 1.1.20?
I'm still not sure how I did it, but I managed to use the link http://wiki.winehq.org/GitWine for the latest development version, and even installed git (blind man navigating New York City streets). So now all I have to do is Code: git fetch ; git rebase origin to stay up to date. My question is how do I run programs with it? When I do the normal Code: wine setup.exe for example, it says
2011 Jun 30
2
Re: Is Wine64 usable yet?
I'm having issues with getting Wine64 to even install properly. I'm using an AMD 64 processor with Fedora 14 x64. When I try to get things working, here's what I get with the gcc: Touching configure... [root at Iceburgh gcc-svn]# cd .. [root at Iceburgh Iceburgh]# rm -rf gcc-build [root at Iceburgh Iceburgh]# mkdir gcc-build [root at Iceburgh Iceburgh]# cd gcc-build [root at Iceburgh
2009 Mar 16
2
specify version in wine-git?
I am setting up wine-git for the first time to try a patch, I am doing so following directions from here: http://wiki.winehq.org/GitWine It looks like when I do the command git clone git://source.winehq.org/git/wine.git ~/wine-git it is going to grab the latest version, I assume 1.1.17. Is there a way I can change that to version 1.1.15? My end goal at the moment is a stable system and other
2007 Apr 18
3
asterisk svn and zaptel
Hi all!! I have downloaded the asterisk from svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk-trunk (is the asterisk 1.4 subversion). I also downloaded the patch for cellphone and make it work fine. Then I bought the tdm11b board to have phone connection in my computer. I installed the hardware for zapte and the libpri modules in my Mandriva 2007 and the lights of the pci card