search for: foxed

Displaying 20 results from an estimated 2019 matches for "foxed".

Did you mean: fixed
2008 Apr 13
3
fxruby gem install problem
Lyle, Following up on your suggestion... "You might want to follow-up on the fxruby-users mailing list at some point; sometimes FXRuby questions can get lost in the shuffle here due to the high volume of messages on ruby-talk!'' I''ve installed libfox-1.6-dev, and after that attempted install of fxruby, with this result: $ sudo gem install fxruby [sudo] password for
2006 Oct 14
4
Build error: Debian testing, libfox1.4, FXRuby-1.4.7
I''m getting compile errors when attempting to build FXRuby 1.4.7. This happens when installing using gems, or when installing from source: g++ -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I/home/wayne/lab/fox/FXRuby-1.4.7/ext/fox14 -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.4 -I/usr/include/fox-1.4 -fPIC -Wall -g -fno-strict-aliasing -O2
2013 Feb 03
1
SaMBa 4 - homedir mapping
Hi guys, I'm testing the SaMBa 4 with FreeBSD 9.1 and am having difficulty. I did so: mkdir test cd test wget http://ftp.samba.org/pub/samba/stable/samba-4.0.2.tar.gz tar zxvf samba-4.0.2.tar.gz cd samba-4.0.2 ./configure && make && make install cd /usr/local/samba bin/samba-tool domain provision --realm=box.blurr --domain=BOX --server-role=dc --adminpass='@Tullip500'
2005 Jul 31
1
Re: FXRuby on OpenBSD
On Aug 1, 2005, at 4:21 AM, brett s hallett wrote: > I''m having some problems installing FXRuby on OpenBSD 3.7 > > -- Note : OpenBSD supplied Ruby 1.8.1 and fox > version /mnt/cdrom/3.7/packages/i386/fox-1.1.41.tgz > > If I try to install any FXRuby against these I get the error message > " fox version is expiremental" ( something like that !) ,
2005 Dec 29
3
Why do plugins use class_eval?
I''m writing my own plugin and all the plugins I''ve seen use class_eval in the method that is called in the including module. For example: http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActsAsFoxPlugin module Foo module Acts #:nodoc: module Fox #:nodoc: def self.included(base) base.extend(ClassMethods) end # declare the class level
2010 Apr 09
2
Run Fox 2.0 (DOS) on ubuntu 9.10
Hi, I have developed a comercial solution for my company that use Fox 2.0 Lan, it run over DOS. I want to change my office operative system to use UBUNTU instead of linux, does anybody know if I can use run FOX on Ubuntu? Thanks in advance.
2002 Dec 17
1
FOX PRO 2.6 on SMB
Hello list We have some Fox Pro apps shared on Samba server (I know FOX sucks) and sometimes we need to recreate indexes, and we have to call all the users and ask them to close their programs. If we kill the user's smb process we got corrupted indexes... here's the question : is there any way to force the used files by an smb user process to close avoiding corruption, or perhaps make
2008 Apr 14
3
Copy-paste between FXTable and FXTextfield
Hi, I''m using FXRuby 1.6.13 under Windows XP / Ruby 1.8.6. I''ve noticed something strange when copying-pasting things between FXTable cells, and FXTextfields. ---------------------------------------------- 1) When copying the content of an FXTextfield, and pasting it into an FXTable cell, everything works fine. 2) When selecting an FXTable cell, issuing a "copy"
2023 Mar 23
1
loess plotting problem
Thanks, John. However, loess.smooth() is producing a very different curve compared to the one that results from applying predict() on a loess(). I am guessing they are using different defaults. Correct? On Thu, 23 Mar 2023 at 20:20, John Fox <jfox at mcmaster.ca> wrote: > Dear Anupam Tyagi, > > You didn't include your data, so it's not possible to see exactly what >
2006 Apr 27
4
FXRuby installation
I have fox 1.4.33 installed. All installation steps of FXRuby (config,setup,install) passed successfully, but when I try to load fox14 (require ''fox14'') it gives me an error: LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so: undefined symbol: removeTimeout__Q22FX5FXAppPQ22FX7FXTimer - /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so I use ruby
2007 Oct 05
1
problem with building package in R 2.6.0
Hello, I can nolonger build R packages in R 2.6.0 (win xp). I get the error message 'sh' is not recognized as an internal or external command. In earlier versions of R I had no problems. Maybe that someone can help me with this. Jean-Paul Fox. C:\PROGRA~1\R\R-2.6.0\bin>Rcmd build --force --binary C:\Temp\R260\mlirt * checking for file
2009 Apr 15
0
RE: Fox Pro DBF open problems Solved.....FOLLOW UP
Hi List, I wanted to provide the solution that proved to fix this problem. On this particular server I observed we had consumed all memory resources and were using a decent sized swap file. After installing more RAM the problem & symptoms have disappeared. FINALLY I have happy users. L. Kipp From: wikked1@hotmail.com To: samba@lists.samba.org Subject: Fox Pro DBF open problems Date:
2009 Feb 17
2
install.rb:655:in `command'': system("make") failed (RuntimeError) (GatoLinux)
I am using ruby *1.8.4* (2005-12-24). I added this code: #define RARRAY_LEN(a) \ ((RBASIC(a)->flags & RARRAY_EMBED_FLAG) ? \ (long)((RBASIC(a)->flags >> RARRAY_EMBED_LEN_SHIFT) & \ (RARRAY_EMBED_LEN_MASK >> RARRAY_EMBED_LEN_SHIFT)) : \ RARRAY(a)->as.heap.len) #define RARRAY_PTR(a) \ ((RBASIC(a)->flags & RARRAY_EMBED_FLAG) ? \
2005 Sep 03
3
Re: FXRuby issues
On Sep 3, 2005, at 3:58 AM, Gonzalo Garramuno wrote: > Sorry to bother you personally, but after working with FXRuby for the > first time on a relatively medium-sized project, I collected a list of > things that seem to be broken in fxruby (or fox), and I thought it > would be good for you guys to be aware of. > Some of these things I consider them somewhat serious in term of
2015 Jan 26
4
problem with update.packages() in R-Devel (3.2.0) on Windows
Dear all, I've noticed the following problem for the past several days: ---------------- snip ---------------- > update.packages(ask=FALSE) . . . trying URL 'http://cran.utstat.utoronto.ca/src/contrib/zoo_1.7-11.zip' Error in download.file(url, destfile, method, mode = "wb", ...) : cannot open URL 'http://cran.utstat.utoronto.ca/src/contrib/zoo_1.7-11.zip'
2009 Mar 05
2
Fox Pro DBF open problems
Hi List, Second attempt to get this issue diagnosed and solved. Samba Version 3.0.28el4 CentOS 4.7 The behavior is as follows when accessing Fox Pro dbf files. Users can access the files through the Fox Pro command interface without issues,when they choose a graphical environment (windows explore of the windows file open gui) the system returns an access denied message on the first
2005 Apr 15
5
Pearson corelation and p-value for matrix
Hi, I was trying to evaluate the pearson correlation and the p-values for an nxm matrix, where each row represents a vector. One way to do it would be to iterate through each row, and find its correlation value( and the p-value) with respect to the other rows. Is there some function by which I can use the matrix as input? Ideally, the output would be an nxn matrix, containing the p-values
2008 Sep 18
4
Strange ! characters inserted into emails
I have never encountered anything like this before, so thought I'd post here and see if anyone can help. We have a java application that sends out notification emails to end-users. The body of the email is some boilerplate text and HTML that is pulled from a database. When the emails are received there are random instances of " !" (that's a space and a bang symbol) inserted
2007 Mar 23
4
Effect display of proportional odds model
Dear useRs, I very much like the effect display of the proportional odds model on page 29 (Figure 8) of the following paper by John Fox: http://socserv.mcmaster.ca/jfox/Papers/logit-effect-displays.pdf It really gives a very concise overview of the model. I would like to use it to illustrate the proportional odds mixed models we fit here for a project on Diabetes but I can't seem to reproduce
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote: > On Tue, 6 Jul 2004, jeroen wrote: > >> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote: >>> The last thing I get on building the Fox library is >>> >>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo >>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo >