search for: ocall

Displaying 20 results from an estimated 53 matches for "ocall".

Did you mean: call
2006 Jun 13
2
levelplot and source() problems
...elplot) when sourcing lptest.r below, it's very much like what went on in the more complex example. best Niels Debugging levelplot: > library(lattice) > debug(levelplot) > source("lptest.r") [1] "test" debugging in: levelplot(matrix(11:14, 2, 2)) debug: { ocall <- match.call() formula <- ocall$formula if (!is.null(formula)) { warning("The 'formula' argument has been renamed to 'x'. See ?xyplot") ocall$formula <- NULL if (!("x" %in% names(ocall))) ocall$x <- formula...
2010 Sep 10
0
Asterisk SIP woes
...tum DX ch |01/01| 2010/09/10|16:53:42:560 |h323[-1774588488] [0]: h323mgr:RcvIncomingCall [ch] Call Source < 10.152.0.155:46124> ch |01/01| 2010/09/10|16:53:42:635 |CH: iprg name=IPRG-default. ocall[177]: FaxRelay:1 FaxModemCoding:0 RXGain:0 TXGain:0 IdleNoiseLevel:-7000 QOSType:0 QOSValue:176 ocall[177]: rejectNoCID:0 minimumANILength:1 rejectNoCIDCause:21 ocall[177]:RcvSetup() iprgIndex=0 numIncCalls=0/-1 max...
2007 Apr 26
2
evaluation in unattached namespace
...buglet in lattice: If lattice is _not_ attached, I get > lattice::dotplot(~1:10) Error in eval(expr, envir, enclos) : could not find function "bwplot" This happens because of this: > lattice:::dotplot.formula function (x, data = NULL, panel = "panel.dotplot", ...) { ocall <- ccall <- match.call() ccall$data <- data ccall$panel <- panel ccall[[1]] <- as.name("bwplot") ans <- eval.parent(ccall) ans$call <- ocall ans } <environment: namespace:lattice> That is, ccall is eval()-ed in the global environment whe...
2005 Sep 07
0
[fdo] Open Clip Art Library Release 0.17 Announcement :: www.openclipart.org
Sept 7, 2005 UTC - Release 0.17 of the Open Clip Art Library (http://www.openclipart.org) is now available on-line for download as an individual package consisting of over 5000 images submitted by over 500 international artists. The size of this release successfully exceeds the months "OCAL 5K Pledge" of 5000 images thanks to the contributions by new and old contributors. A quick
2009 Mar 31
0
[fdo] Open Clip Art Library Release 0.19 Announcement and OCAL10K Goal Exceeeded
March 31, 2009 - Release 0.19 of Open Clip Art Library (http://www.openclipart.org), containing over 12,000 high quality scalable vector graphics (SVG) files released into the public domain by over a 1000 artists, is now available for download and use. In celebration of this accomplishment, since OCAL???s last release happened in 2005, and March being 5th anniversary of the Open Clip Art
2009 Oct 31
3
unable to compile RODBC (R 2.9.2, AIX)
Hello -- I am trying to compile (linker error, not compiler error) RODBC for R 2.9.2 on AIX 5.3 using gcc. I get the following error: gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/lib -L/usr/X 11R6/lib -L/usr/local/lib -L/opt/freeware/lib -L/opt/freeware/lib64 -o RODBC.so RODBC.o -lodbc -lm -L/usr/l ocal/builddir/lib -lR ld: 0711-738 ERROR: Input
2001 Nov 12
2
problem with make on solaris 8 and openssh 3.0p1
Hi. After I've run the configure (./configure --prefix=/usr/local --without-rsh --disable-suid-ssh --sysconfdir=/usr/local/etc --with-ssl-dir=/usr/local/ssl --with-tcp-wrappers) and want to run the make (make -d -d) script, I get this error msg: Finished prerequisites of target file `inet_aton.o'. Must remake target `inet_aton.o'. make[1]: Entering directory
2004 Aug 06
1
ices 0.3 on FreeBSD
I have successfully compiled Ices 0.3 on FreeBSD (4.7 and 4.9). You need to make sure that ALL the dependicies are installed (some depend on others) and when compiling them, that they compile with no problems. <p>Include some output of what errors you are getting and I #should# be able to help you on your way. <p>>From: "dave" <dmehler26@woh.rr.com>
2004 Jun 07
2
IAX Won't Pass Caller ID
Hi, We have to servers set up in two different networks. We are able to connect calls via IAX and they work perfectly. We do not see caller ID from clients on either side. Our Grandstream phones say Eri and our XTen phones say Asterisk. We did a debug and I am pasting the output from both servers below. We tried setCallerId in several different ways. We see the value get passed to the
2007 Jul 10
1
Lattice: vertical barchart
barchart(Titanic, stack=F) produces a very nice horizontal barchart. Each panel has four groups of two bars. barchart(Titanic, stack=F, horizontal=F) doesn't produce the results I would have expected, as it produces this warning message: Warning message: y should be numeric in: bwplot.formula(x = as.formula(form), data = list(Class = c(1, And it results in each panel having 22 groups of
2002 Aug 09
1
Can't find recent OpenSSL libcrypto
Markus, I found your e-mail address in the OpenSSH mailing list. I am having a pecuilar problem and after hours and hours of researching i am still at a loss regarding this. I am trying to install openssh-3.4p1 on a SUN box running Solaris8. I installed Openssl and Zlib as mentioned by the readme and am specifying the prefixes right by issuing the following command for configure, ./configure
2008 Dec 18
1
configure option --with-ogg broken?
Hi there. I try to cross-compile the theora libraries to test my ARMv6 optimizations (almost done, time to do some benchmarking and testing). While doing so I found out that --with-ogg seems to do nothing. If I simply run: .configure --with-ogg=$HOME The build succeeds also it shouldn't (I don't have ogg installed at $HOME). As an example here is the last line that make executes.
2002 Nov 27
0
samba 2.2.7 Install Errors on Slack 8.1
Slackware 8.1 comes standard with samba 2.2.4. However, I wanted to upgrade to 2.2.7 and tweak samba, so I uninstalled it using the Slack package manager (pkgtool). I'm now trying to install samba 2.2.7 which I downloaded from us6.samba.org. './configure' ran fine, as far as I could tell. However, 'make' is giving me some errors. I have not been able to find any mention of
2010 Mar 24
2
Multi-panel Pie Charts.
...pie(as.numeric(x), labels = labels, edges = edges, radius = radius, clockwise = clockwise, init.angle = init.angle, angle = angle, density = density, col = col, border = border, lty = lty) } piechart <- function(x, data = NULL, panel = "panel.piechart", ...) { ocall <- sys.call(sys.parent()) ocall[[1]] <- quote(piechart) ccall <- match.call() ccall$data <- data ccall$panel <- panel ccall$default.scales <- list(draw = FALSE) ccall[[1]] <- quote(lattice::barchart) ans <- eval.parent(ccall) ans$call <- oc...
2001 Feb 21
2
can't get tinc to compile..
Hi Tinc Mailing Group, I've been trying for some days now, to get tinc up and running. Could someone please suggest what I could do to get it working. I've installed Redhat 6.2 onto a pc, and then installed the latest 2.2 kernel: 2.2.18 from source code (The usual make menuconfig ; make dep ; make bzImage , etc). I've followed the tinc instructions for adding the
2000 Jan 17
1
pre27 compilation fails on Sol7 box
Something strange happens when I compile the pre27 SSH: ocal/ssh//include -DETCDIR=\"/usr/local/ssh//etc\" \ -DSSH_PROGRAM=\"/usr/local/ssh//bin/ssh\" \ -DSSH_ASKPASS_DEFAULT=\"/usr/local/ssh//libexec/ssh/ssh-askpass\" \ -DHAVE_CONFIG_H -c atomicio.c In file included from includes.h:106, from atomicio.c:26: fake-socket.h:30: parse error before
2003 Mar 27
2
Samba and CCC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When are you all going to make Samba compatible with CCC (Compaq Compiler)? I would really like to be able to compile it using CCC but I keep getting the errors listed below. I was wondering, could please point me in the right direction for a solution to this dilemma? ==================== ERROR MESSAGE ==================== Using FLAGS = -O -fast
2020 Aug 05
3
CentOS Security Advisories OVAL feed??
On 05/08/2020 16:49, Johnny Hughes wrote: > On 8/5/20 1:05 AM, centos at niob.at wrote: >> On 04/08/2020 23:50, Jon Pruente wrote: >>> On Tue, Aug 4, 2020 at 11:34 AM <centos at niob.at> wrote: >>> >>>> Q5) If the answer to the last question is "no": shouldn't there be such >>>> a resource? >>>> >>> CentOS
2002 Mar 18
1
Need help with buildpkg script
Ben, I am trying to create a package for Openssh.3-1p1, but the /contrib/solaris/buildpkg.sh script failes with the following errors: ./mkinstalldirs /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/b in mkdir /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/bin ./mkinstalldirs /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/s bin mkdir
2006 Aug 09
1
GemNotFoundException installing Rails - actionpack not in the repository
Hi all, I got an error on gem install rails which I do not understand? What am I doing wrong? Any help or suggestions will be greatly appreciated. Cheers, Onno ttempting local installation of ''rails'' ocal gem file not found: rails*.gem ttempting remote installation of ''rails'' pdating Gem source index for: http://gems.rubyforge.org nstall required dependency