similar to: Gambas Compile on Any Version of Centos

Displaying 20 results from an estimated 1000 matches similar to: "Gambas Compile on Any Version of Centos"

2004 Dec 16
2
MS Access XP on Wine?
Hi, is it possible to install Office XP con Wine? I only need Access running. But I tried executing the "INSTALLACC.EXE" from the Office XP CD and it doesnt work. -- Capit?n Planeta de camino al planeta Fedora !!! http://www.fedora-es.com/blog/2363
2010 Mar 09
3
Active Directory domain controller authentication order
Hello, I'm curious if anybody knows how to configure the order in which domain controllers are contacted by clients for authentication purposes and other such stuff. I've a situation where it seems that all our Windows computers are attempting to authenticate off of a remote server before the local one, which is backwards. I'm not even certain where to check what they are actually
2007 Jun 06
6
Is anyone successfully using acts_as_ferret with Ferret 0.11.4?
Hi all, I upgraded from Ferret 0.11.3 to Ferret 0.11.4 because I was getting intermittent segfaults that seemed to be due to a bug which was fixed (changeset 749). Unfortunately, 0.11.4 + acts_as_ferret seems to be a bad combination. I''m getting the some "fs_store/File Not Found Error occured at <except.c>:117" which was reported in the "Constant 0.11.4
2004 Jan 30
3
looping over factors
How does one loop over factors? Perhaps this is a newbie question. I tried: > b [1] caseX caseY caseZ Levels: caseX caseY caseZ > length(b) [1] 3 > > for (i in b) { + print (b == i) ; + print (i); + } [1] FALSE FALSE FALSE [1] 1 [1] FALSE FALSE FALSE [1] 2 [1] FALSE FALSE FALSE [1] 3 > But that strangely doesn't work. I must protest the implications of the above. i , as
2003 Jan 22
3
brian.casey@mscsoftware.com - Out of office
Is it possible to suspend this user from getting mail for a week otherwise we are going to get loads of "out of office" reports??????? Cheers -----Original Message----- From: brian.casey@mscsoftware.com [mailto:brian.casey@mscsoftware.com] Sent: 22 January 2003 13:34 To: samba@lists.samba.org Subject: [Samba] I am out of the office. I will be out of the office starting 01/21/2003
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2006 Apr 24
3
the 'copula' package
Is anybody using the Copula package in R? The particular problem I'm facing is that R is not acknowledging the fitCopula command/function when I load the package and (try to) run something very simple: fit1 <- fitCopula(x1 = list(u11,u12,u13,u14,u15,u16,u17,u18), tCopula, optim.control = list(NULL), method = "BFGS") Anybody also using it, successfully or unsuccessfully?
2004 Sep 21
3
Filename problem (filenames containing slashes aka. \ and /)
I'm currently in the process of creating a fileserver so some mac guys at the company I work at can save files as a backup medium. (long story short i'm creating a fileserver running samba 3 with 1TB of storage) However, a lot of the files that they want backed up contain characters that samba refuses to accept (when I try transferring a file to the samba share with say the filename as
2002 Oct 27
2
[LLVMdev] Compile error in include/Support/GraphWriter.h
Issue: GraphWriter includes <ostream>, which my gcc2 apparently thinks is <ostream.h>. Fix: Make a new <Support/ostream> that handles this discrepancy, ala <Support/hash_set>. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL:
2007 Nov 12
4
how to assign a group mean to individual cases?
I need advice on how to create a variable that is the group mean of another variable. For example, I have a variable called x for which each row in the data set has a value. I also have a nominal variable called g that indicates which of 100 different groups each row belongs to. So, I want to create a new variable called w, which is the group mean of x for which ever group the row belongs to (as
2012 Aug 11
5
UEFI support in Xen
Hi all! I am having troubles with booting Xen with grub2 in UEFI mode. Does Xen support this configuration? Are there any specific settings? _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2005 Jun 30
2
Dovecot doesn't use vchkpw properly :(
Hey all, It seems that dovecot does NOT call vchkpw properly when using vpopmail-style authentication, I can only guess that it reads the vpasswd{,.cdb} files directly. This is indicated by the syslog log for the mail facitily which reads: Jun 30 16:51:30 [vpopmail] vchkpw-smtp: (PLAIN) login success blah at blah.com:24.17.153.137 Jun 30 17:16:25 [pop3-login] Login: blah at blah.com
2012 Mar 28
52
[REQUEST] Request for Xen Users to Attempt Jean David Techer's Xen 4.2-unstable VGA Passthrough Documentation
Dear Xen Users, I have _partial_ (that is, less than 100%) success following Jean David Techer''s Xen 4.2-unstable VGA Passthrough Documentation. In both Windows 8 Consumer Preview HVM and Windows XP Home Edition HVM, I get yellow exclamation mark besides NVIDIA Geforce 8400 GS in Device Manager. NVIDIA Geforce 8400 GS in Device Manager reports: 1) Windows has stopped this device
2012 Mar 28
52
[REQUEST] Request for Xen Users to Attempt Jean David Techer's Xen 4.2-unstable VGA Passthrough Documentation
Dear Xen Users, I have _partial_ (that is, less than 100%) success following Jean David Techer''s Xen 4.2-unstable VGA Passthrough Documentation. In both Windows 8 Consumer Preview HVM and Windows XP Home Edition HVM, I get yellow exclamation mark besides NVIDIA Geforce 8400 GS in Device Manager. NVIDIA Geforce 8400 GS in Device Manager reports: 1) Windows has stopped this device
2006 Feb 10
4
Very poor VMX performance
After several days of problems, I finally got Xen 3.0.1 set up in Ubuntu Breezy with the 2.6.12 kernel on a VT-enabled system with an Intel 930 processor and 2GB of memory. I have been able to install an unmodified guest without any issues other than performance. The guest runs extremely slowly and the mouse and keyboard are all but useless because of the extreme lag. I''ve tried multiple
2002 Oct 28
2
[LLVMdev] Compile error in include/Support/GraphWriter.h
Bill? Wendling wrote: >Also sprach Casey Carter: >} Issue: GraphWriter includes <ostream>, which my gcc2 apparently thinks >} is <ostream.h>. >} Fix: Make a new <Support/ostream> that handles this discrepancy, ala >} <Support/hash_set>. >} >Um...was it entirely necessary to issue *8* email messages to the group >with mostly single-line fixes
2013 Oct 13
27
GTX 670 Tips?
Gordan & David, Read about your latest work, and was thrilled to learn that both soft and hard mods are working. I bought the GTX 670 model in David''s article, I will be giving this a shot in a week. I was hoping to ask a few questions. 1. Is there a specific qemu version required (traditional or the new default)? 2. What (if anything) should be done after removing the resistors
2010 Aug 24
3
inflating tags from .flac
Hello, all. First - sorry for my English. I need help with transcoding .flac to .m4a. All my audio gadget support flac and ogg, except mobile phone. It only support mp3 and aac. I have more than 1 album in flac, and I wanted to write a script for this. But I don't now how to extract metadata from .flac file. I easy can decode flac to wav & wav to m4a, but all metadata is lost! It lost
2002 Jun 03
1
Problem with pam_winbind
I'm on a redhat 7.2 box, and I am trying to configure PAM to use winbind to authenticate against an NT4 PDC. I followed the instructions I found at: http://de.samba.org/samba/ftp/docs/htmldocs/Samba-HOWTO-Collection.html#WINBIND I compiled the 2.2.4 source and have tried several permutations of the setup they suggest, and have tried many solutions I've seen suggested on different
2007 Nov 13
2
group mean, minus each row's value
I used the following to assign each row the group average, where w is the new group average variable, x is the variabale to be averaged, and g is the nominal group indicator: w <- ave(x,g) Now I want to calculate the group average, but WITHOUT each row's value of x. Is there an easy way to do this? I'm sure I'm missing something obvious here, but for the life of me I can't