search for: userconvert

Displaying 6 results from an estimated 6 matches for "userconvert".

Did you mean: use_convert
2010 May 20
1
RSpython Ubuntu
...atus: creating inst/scripts/RPython.csh config.status: creating inst/scripts/RPython.bsh ** libs gcc -std=gnu99 -I/usr/share/R/include -I../inst/include -I/usr/include/python2.6 -D_R_=1 -DUSE_R=1 -fpic -g -O2 -c GeneralConverters.c -o GeneralConverters.o In file included from ../inst/include/UserConverters.h:4, from GeneralConverters.c:1: ../inst/include/RPythonModule.h:4:20: error: Python.h: No such file or directory In file included from ../inst/include/UserConverters.h:4, from GeneralConverters.c:1: ../inst/include/RPythonModule.h:14: error: expected ?=?, ?,?,...
2003 Dec 09
3
Interfacing R and Python in MS Windows
Hi all, I need the power of R from within some of my Python programs... I use debian linux (woody) at home and windows XP at work (the latter is where I need to get things done!) This are my packages: R 1.8.0 Python 2.3 RSPython 0.5-3 This is what I've done: (1) Since the Windows Binary of RSPython is compiled against Python 2.2 I downloaded the tarball (2) Followed the instructions in
2011 Jun 27
0
Errors when installing RSPerl-0.92
...e -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -DPERL_POLLUTE -D_R_=1 -DUSE_R=1 -DUSE_TOPLEVEL_EXEC=1 -DWITH_R_IN_PERL=1 -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c UserConverters.c -o UserConverters.o UserConverters.c: In function 'RPerl_addConverter': UserConverters.c:264:32: warning: 'className' may be used uninitialized in this function gcc -m64 -std=gnu99 -I/usr/include/R -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/...
2007 Mar 22
0
Fwd: RSPerl buffer overflow
...ITS=64 -I/usr/include/gdbm ?-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE ?-DPERL_POLLUTE ? -D_R_=1 -DUSE_R=1 -DUSE_TOPLEVEL_EXEC=1 -I/usr/local/include ? ?-fpic ?-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c UserConverters.c -o UserConverters.o UserConverters.c: In function 'RPerl_addConverter': UserConverters.c:264: warning: 'className' may be used uninitialized in this function gcc -std=gnu99 -I/usr/lib64/R/include -I/usr/lib64/R/include -I. ?-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pip...
2008 May 24
1
RSPerl & OS X
...esources/include/i386 -I. -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -DPERL_POLLUTE -D_R_=1 -DUSE_R=1 -DUSE_TOPLEVEL_EXEC=1 -DWITH_R_IN_PERL=1 -msse3 -fPIC -g -O2 -march=nocona -c UserConverters.c -o UserConverters.o gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I. -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp...
2001 Nov 01
0
Re: [Omega-help] RSPython_0.3.0 on FreeBSD 4.*:
...his Package: --with-threads: Using the configure-arg 'with-threads' resulted in the following error on FreeBSD: gcc -shared -o RSPython.so GeneralConverters.o PythonCall.o PythonFunctionConverters.o PythonReferences.o PythonReflectance.o RCall.o RPythonConverters.o RPythonReferences.o UserConverters.o -L/usr/local/lib -L/usr/local/lib/python2.1/config -lpython2.1 -L/usr/local/lib/R/bin -lpthread -lc_r -lutil /usr/libexec/elf/ld: cannot find -lpthread *** Error code 1 Replacing '-lpthread' with '-pthread' in configure* (i.e., configure.in) fixes the error message, but pth...