search for: complian

Displaying 7 results from an estimated 7 matches for "complian".

Did you mean: complain
2012 Jul 27
4
why order doesn't work?
hi all, I want to get a cumsum according to the order of some variable. However, it doesnt' work. For example, ********************** test<-data.frame(cbind(x=c(3,5,2,6,7),y=c(8,1,4,9,0))) test[order(test$x),]$sumy<-cumsum(test[order(test$x),]$y) ********************** R complians Warning message: In `[<-.data.frame`(`*tmp*`, order(test$x), , value = list(x = c(2, : provided 3 variables to replace 2 variables. while the following *********************** test$sumy<-cumsum(test[order(test$x),]$y) ****************** gives x y sumy 1 3 8 4 2 5 1 12 3 2 4 13 4...
2004 Sep 10
5
autoheader failing?
With these versions: ii autoconf 2.54-2 automatic configure script builder ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian I am unable to build the autoconfiscations. autoheader gives: autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in What versions are you using? (btw, I do think it would be a very good idea to start using AC_CONFIG_HEADERS instead of passing so many of -D's on the compiler co...
2004 Sep 10
0
autoheader failing?
--- Matt Zimmerman <mdz@debian.org> wrote: > With these versions: > > ii autoconf 2.54-2 automatic configure script builder > ii automake1.6 1.6.3-2 A tool for generating GNU > Standards-complian > > I am unable to build the autoconfiscations. autoheader gives: > > autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in > > What versions are you using? > $ autoconf --version autoconf (GNU Autoconf) 2.53 $ automake --version automake (GNU automake) 1.6.3...
2001 Dec 06
0
Lots of files in lost+found ...
...and / aswell all with the same sort of symptoms - files appear to go missing and fsck finds lots of unconnected inodes and moves them away. I ran badblocks on the partitions affected and nothing turned up there, also I'm running Win2000 on the machine as well and that doesn't appear to be complianing about disk errors or anything. I had a trawl through the ext3-users archive and found some mention in a message from Stelian Pop, Subject: Re: ext3-2.4-0.9.4-246ac5 problem... which seems like the same symptoms. Are there some known problems with ext3 and RH7.2/kernel 2.4.7? I also saw mentio...
2001 Dec 06
1
Lots of lost+found files ...
...and / aswell all with the same sort of symptoms - files appear to go missing and fsck finds lots of unconnected inodes and moves them away. I ran badblocks on the partitions affected and nothing turned up there, also I'm running Win2000 on the machine as well and that doesn't appear to be complianing about disk errors or anything. I had a trawl through the ext3-users archive and found some mention in a message from Stelian Pop, Subject: Re: ext3-2.4-0.9.4-246ac5 problem... which seems like the same symptoms. Are there some known problems with ext3 and RH7.2/kernel 2.4.7? I also saw mention...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
Hi, Below is a log of what I did. In summary, I think the problem lies in that I can't build libupsclient: e.g. make[1]: *** No rule to make target `libupsclient.la', needed by `upsc'. Stop. I'm not very familiar with autoconf, aclocal, automake, I tried hacking it a bit, but couldn't get it to fix the errors... Thanks, Edwin $ svn update At revision 845. $ autoreconf
2007 Oct 24
182
Yager on ZFS
Not sure if it''s been posted yet, my email is currently down... http://weblog.infoworld.com/yager/archives/2007/10/suns_zfs_is_clo.html Interesting piece. This is the second post from Yager that shows solaris in a pretty good light. I particularly like his closing comment: "If you haven''t checked out ZFS yet, do, because it will eventually become ubiquitously implemented