similar to: Finding Wine Updates for Fedora 10 (not at Fedora site)

Displaying 20 results from an estimated 100000 matches similar to: "Finding Wine Updates for Fedora 10 (not at Fedora site)"

2009 Jun 06
2
Installation of wine not working on fedora 10
Hello, I am new on Wine, I installed Wine for the second time, because I thought that the first time didn't not install correctly. The problem is I can't find the proper way to install MSMoney. I will greatly appreciate if some one can point me to the proper direction to install e was installed from fedora repository Ver 1.1.15, I installed all Wine file listed 14 of them. The
2009 Mar 26
6
Fedora Updates Hosed Wine
So some specs ... Fedora 10 (32bit), Wine (v1.1.15). I installed warcraft 3 and frozen throne expansion, when I did a clean Fedora 10 install with Wine 1.1.15. Things ran well for the most part, once in awhile war3 would throw up and error just after launching, all I had to do was relaunch the program and I was good. I was using opengl. The March 23rd some new updates came down the pipe for my
2004 Jul 08
1
(PR#7070)
> version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 7.1 year 2003 month 06 day 16 language R Bug: integrate(f,lower,upper,extra_args) where f <- function(x,extra_args) { body } integrate doesn't pass the extra arguments when calling f. As a first check of this finding I integrated dnorm from
2012 Apr 30
2
CentOS Wiki - Editing Rights
Hello CentOS community, Would it be possible to become a CentOS Wiki contributor, please? My UserName is GuillaumeRembert. There are some commands which are not valid anymore on some articles, with CentOS 6.2 release, that I would like to correct. Thanks in advance, Best regards, Guillaume
2010 Jul 28
2
finding the next highest number in an array
Hi I have a sorted array ( in ascending order) and I want to find the subscript of a number in the array which is the the next highest number to a given number. For example,if I have 67 as a given number and if I have a vector x=c(23,36,45,62,79,103,109), then how do I get the subscript 5 from x (to get 79 which is the next highest to 67) without using a for loop? Thx -- 'Raghu'
2009 Apr 16
1
Asking help for finding the highest density region
I am using the package hdrcde to get the highest density region. I have the data from an unknown distribution. And I used the subroutine hdr from the package to get the highest density region. But I always got a error message. I do not know why. Who can help?Thanks! The codes look like this: j is the data set, > hdr(j) Error in bw.SJ(x) : no solution in the specified range of bandwidths
2009 Mar 03
7
Fedora 10 - update killed text input to Wine
This weekend I built a new machine running Fedora 10, its software was up to date as of Saturday morning (I think, maybe Friday evening). I installed Wine with "yum" (version 1.1.14). I managed to get Diablo 2 LOD installed and working (flawlessly!). I was happily playing this afternoon, then exited the game and ran "yum update". After the update text input did not work (the
2016 Apr 22
0
Finding Highest value in groups
Assuming your dataframe is in a variable x: > require(dplyr) > x %>% group_by(ID) %>% summarise(maxVal = max(Value,na.rm=TRUE)) On Fri, 2016-04-22 at 13:51 +0000, Saba Sehrish via R-help wrote: > Hi > > > I have two columns in data frame. First column is based on "ID" assigned to each group of my data (similar ID depicts one group). From second column, I
2016 Apr 22
2
Finding Highest value in groups
Hi I have two columns in data frame. First column is based on "ID" assigned to each group of my data (similar ID depicts one group). From second column, I want to identify highest value among each group and want to assign the same ID to that highest value. Right now the data looks like: ID Value 1 0.69 1 0.31 2 0.01 2 0.99 3 1.00 4 NA 4
2012 Mar 21
1
Fedora 16 w/encrypted filesystem: unable to boot Xen kernels
I installed Fedora 16 on my laptop and selected encrypted filesystem for security. I then installed Xen from yum. I have the following grub entries: Fedora Linux, with Linux 3.2.10-3.fc16.i686.PAE Fedora Linux, with Linux 3.2.10-3.fc16.i686.PAE (recovery mode) Xen 4.1 Xen 4.1.2 Xen syms-4.1.2 Xen xen When I boot the baremetal kernel entries I get prompted for the
2012 Sep 02
3
Help on finding specific columns in matrix
Dear All,   I have a matrix with 33 columns and 5000 rows. I would like to find 2 specific columns in the set: the one that holds the highest values and the one that holds the lowest values. In this case the column's mean would be apropriate to use to try to find those specific columns because each columns mean is different and they all change together based on the same "change of rate
2009 Jun 03
1
installing latest wine
Friends, I installed wine in fedora with *yum install wine*. It has installed version 1.1.15. I want to install the latest version. How to do it with yum. When i give *yum update wine*, no updates are coming. Thanks, Bala -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090603/f879f865/attachment.htm>
2016 Dec 19
2
[lld] RFC: Finding shared libraries on OpenBSD
On OpenBSD we still use the "classic" SunOS 4 shared library versioning scheme where the major and minor number are part of the library name (and recorded in DT_NEEDED entries). For example the shared libc on the OpenBSD-current is named libc.so.89.2. With this scheme, linker has to pick the pick the library with the highest major and minor (within the highest major version); the
2016 Dec 20
0
[lld] RFC: Finding shared libraries on OpenBSD
Hi Mark, If we have to do this, or LLD doesn't work on OpenBSD, I think we need to do this. But can I ask one question? I wonder why OpenBSD systems don't have symbolic links unlike the other Unix-like systems in the first place. On Mon, Dec 19, 2016 at 2:27 PM, Mark Kettenis via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On OpenBSD we still use the "classic"
2007 Feb 20
3
Wine/Fedora 6
Sorry for th newbie question! Will Wine run on Fedora 6? I can not find the RPM for it. Could someone point me to it? Thanks, Kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2238 bytes Desc: S/MIME Cryptographic Signature Url :
2016 Jun 22
0
Finding caller-saved registers at a function call site
Hi Rob, Rob Lyerly via llvm-dev wrote: > I'm looking for a way to get all the caller-saved registers (both the > register and the stack slot at which it was saved) for a given function > call site in the backend. What's the best way to grab this > information? Is it possible to get this information if I have the > MachineInstr of the function call? I'm currently
2014 Aug 11
1
Renviron.site and Rprofile.site in Fedora
On Debian/Ubuntu, system wide environment variables and options are set in respectively /etc/R/Renviron.site and /etc/R/Rprofile.site. These files are automatically created when r-base is installed, and do not get overwritten during an upgrade. On Fedora, there is no /etc/R directory. What is the recommended place to define system wide environment variables and options on a Fedora system?
2016 Jun 22
3
Finding caller-saved registers at a function call site
Hi everyone, I'm looking for a way to get all the caller-saved registers (both the register and the stack slot at which it was saved) for a given function call site in the backend. What's the best way to grab this information? Is it possible to get this information if I have the MachineInstr of the function call? I'm currently targeting the AArch64 & X86 backends. Thanks! --
2008 Oct 30
5
Tired of Fedora, shopping for a new OS. Upgrade from F8 ? CentOS kernel versions ?
I've been a RH/Fedora guy since the RH8 days. When Fedora came along, I moved to it, but its been a bit painful beta testing software all the time. I ran Ubuntu for a while, but I found their package management to be difficult... I do a lot of technical work, development and loading and building special stuff. I much prefer RPMs over other methods of package distribution. Presently
2008 Jul 30
9
Will CentOS 6's upstream be based on Fedora 10?
Hi All, The subject says it all. I'm asking because I've found Fedora 9 to be buggy as hell - it is one of the worst Fedora releases I've ever used (and I've been using it since Fedora Core 1). I'm putting up with it for my work laptop, but it's not fun. :( My main home machine is still on Fedora Core 6 and will stay there until CentOS 6 comes out. I don't want to