Displaying 20 results from an estimated 1000 matches similar to: "R on BeOS"
2003 Sep 18
0
non-numeric binary ops?
Has there been a recent change in the behavior of binary operators?
In SparseM it was, until quite recently ok to do scalar multiplication
but now,
> A*4
Error in A * 4 : non-numeric argument to binary operator
> 4*A
Error in 4 * A : non-numeric argument to binary operator
> A%*%A
An object of class "matrix.csr"
Slot "ra":
[1] 1 1 1
Slot "ja":
[1] 1 2 3
2006 Sep 06
7
[RFC PATCH] allow connecting to xenconsole from remote hosts
The attached patch makes xenconsole send and receive console messages
over a remote connection, instead of via stdin/stdout - if given the
--remote switch. It is useful for proxy''ing real console message or
other protocol messages (such as gdb) between dom0 and a remote
host. We''re currently using it for proxying gdb between gdbstub in a
partition that talks gdb over the console
2000 Aug 18
0
BeOS (was Parallelism)
Sorry, majordomo mistriggered on the word 'which'. Sigh.
Monty
------- Forwarded Message
From: "Timothy Wayper" <timmy@r3.co.nz>
To: <vorbis-dev@xiph.org>
Subject: Re: [vorbis-dev] BeOS (was Parallelism)
Date: Fri, 18 Aug 2000 10:17:43 -0500
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority:
2000 May 10
1
Re: Where is the CL-AMP (BeOS) plugin ...
> I have downloaded the vorbis encoder/decoder/CL-AMP plugin from http://www.bebits.com. Tried it and liked it, visited the vorbis homepage and found out there isn't any mention of the BeOS release. It's works very fine for me.
> BeOS is an OS where these efforts will be more than appriciated.
It's not that we don't support BeOS, just that we assume it's a given :-) I
2000 Nov 19
0
potential BeOS fix
I'm not sure how this would affect other OS's (I have no real
idea how autoconf, automake etc work) but this is
a go at fixing the BeOS undefined link problem.
Hope the diffs are okay
P.S. is there a simple test program for the FP bug in the math inline
header
I'd like to see if BeOS suffers from the problem or not.
Dave
--- configure.in Sun Nov 19 14:42:16 2000
+++
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2000 Nov 15
1
BeOS on PPC compile, thread question.
> In fact I am compiling as C++. Under BeOS, these functions will
> eventually end up inside of a C++ class. So, I'm kind of stuck.
> It's not the end of the world.
Couldn't you just compile the vorbis files as vanilla C, and then implement a thin C++ wrapper if you need to access it that way? There's nothing in BeOS which *requires* code to be C++. Sorry if I'm
2003 Feb 22
1
rsync ported to BeOS-bone
Hello, here is a preliminary patch allowing rsync 2.5.6
to compile in BeOS (using the new BONE networking stack).
Some explanations:
- BeOS doesn't have chroot(),
- the BONE networking stack export legacy network function
for old apps in libnet.so (linked to by default), so it's
necessary to force linking to the new libraries for things
to work. I've yet to get inet_ntop() to be
2002 Oct 18
4
Building R on Mac OS X-"dumping methods" problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to create a darwinports package for R, but I cannot get R
to compile on Mac OSX 10.2.
I have install g77 which seems fine. R compiles without problems until
it reaches
dumping R code in package 'methods'
Error in .Call("R_initialize_methods_metadata", table, PACKAGE =
"methods") :
.Call function
2015 Jun 05
0
New package stepR: fitting step-functions
Dear R users,
It is my pleasure to announce the availability of package stepR (1.0-2)
on CRAN.
The main purpose of the package is to fit piecewise constant functions
(a.k.a. step-functions or block signals) to serial data in a fully
data-driven manner under certain (Gaussian or non-Gaussian)
distributional assumptions.
It mainly implements the algorithms described in the references below -
2015 Jun 05
0
New package stepR: fitting step-functions
Dear R users,
It is my pleasure to announce the availability of package stepR (1.0-2)
on CRAN.
The main purpose of the package is to fit piecewise constant functions
(a.k.a. step-functions or block signals) to serial data in a fully
data-driven manner under certain (Gaussian or non-Gaussian)
distributional assumptions.
It mainly implements the algorithms described in the references below -
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
I tried building R-1.6.1 under Mac OS X 10.2.2 and experienced the
following build failure:
<...stuff omitted...>
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning: as it has already been specified as a non-system
directory
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
ctest.so ansari.o chisqsim.o d2x2xk.o
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
Hi all,
I try to build R-1.7.0 + patches. when problem arise.
I start with appling the patches and second configure and make.
Any ideas whats wrong (wrong compiler wrong make version or missing an essential library...)
/Ulf D
heres the log:
**** cut************
making method_meta_data.d from method_meta_data.c
making slot.d from slot.c
making class_support.d from class_support.c
making tests.d
2012 Mar 12
0
ssh shell spawn
Hello,
I'm trying to add a feature to the ssh daemon.
It consists in log all the buffer session between client and server
side into a log file.
I've coded a shell that works with pipes, it opens 2 fds for each std
(you can see code at the end) and so the communication can be
transferred to the client end point, the server side and to the log
file.
My goal is to patch it into ssh, but for
2001 May 18
0
PATCH: implement delay (sleep) after last tunnelled connection exits
Here is a patch to implement a handy new feature proposed by
John Hardin <johnh at aproposretail.com>. This is his description of the feature:
New option for OpenSSH: Delay before exit.
Command line option: -S delay
Config file option: sleep {delay}
Purpose: Wait the specified number of seconds after last traffic before
dropping the connection and exiting. If ports are forwarded, this
2001 Sep 28
1
[PATCH] fix for Linux hang on exit bug in 2.9.9p2
As you are now probably aware, the portability team for openssh still
has not fixed the hang-on-exit bug in the 2.9.9p2 release.
Attached is a patch for 2.9.9p2 that fixes the hang-on-exit bug for Linux
systems. It also adds a useful exit delay feature that has also not yet been
incorporated into the main sources.
For more information, see the SNFS (secure NFS) web page:
2000 Nov 18
1
beta 3 release build is broken on BeOS
Seems we've gone back to the -L/path/to/libvorbis/ -lvorbis missing
while
building libvorbisfile :(
it appears that.
libvorbisfile_la_LIBADD = libvorbis.la
and
libvorbisenc_la_LIBADD = libvorbis.la
have gone missing from vorbis/lib/makefile.am
Dave
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list,
2000 Oct 18
1
Building on BeOS part 3
After fixing a 'bug' in libtool, I've finally got ogg compiling and producing
a shared library. Now I'm trying to build vorbis but I'm falling over
at the final step. While trying to produce libvorbisfile.
The make file is trying to compile with
gcc -nostart vorbisfile.o -L/boot/home/config/lib -logg -Wl,-soname -
Wl,libvorbisfile.so -o .libs/libvorbisfile.so
with
2002 Jan 27
0
[PATCH] Add an exit delay to Openssh-3.0.2p1 for use in tunneling
Here is a patch to implement an exit delay in OpenSSH-3.0.2p1,
proposed by John Hardin. This is his description of the feature:
New option for OpenSSH: Delay before exit.
Command line option: -S delay
Config file option: sleep {delay}
Purpose: Wait the specified number of seconds after last traffic before
dropping the connection and exiting. If ports are forwarded, this causes
the ssh client
2000 Nov 07
1
More BeOS woe
This one may be my fault....
I've put a temporary fix for libvorbis not linking, I
altered
libvorbis_la_LIBADD =
to
libvorbis_la_LIBADD = $(OGG_LIBS)
in the makefile, hence the temporary and continued with the build. I'm now
getting
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1 -
DHAVE_ALLOCA=1 -I. -I. -I../include