search for: dirsep

Displaying 2 results from an estimated 2 matches for "dirsep".

Did you mean: mdirsep
2009 Sep 08
0
RSPython can't find module
Hi Folks, After seeing some tips on the web, I managed to get RSPython-0.7-1 installed with R 2.9.0 (on Ubuntu 8.04). I had to get rid of the extra comma in the PythonPath function in Python.S: .PythonPath <- function(path=NULL, merge = TRUE) { dirSep <- ifelse(R.version$os == "Win32", ";", ":",) (remove last comma before bracket) and I had to manually copy RSPython.so to RSInternal.so in the libs subdirectory of my RSPython installation. Now RSPython seems to load up OK, with a couple of warnings: > req...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...*/ - -#ifdef unix -#include <sys/ioctl.h> /* Needed for get_columns */ -#endif - - -#define ZFILE FILE -#define Zopen fopen -#define Zgetc fgetc -#define Zungetc(_x,_y) fseek(_y,-1,SEEK_CUR) -#define Zclose fclose - -#define MYSTRLEN(x) ((int)strlen(x)) /* Eliminate ANSI problem */ - -#define DIRSEP ''/'' -#define DIRSEP2 ''\\'' -/* Leave alone for Unix and MS-DOS/Windows! -Note: ''/'' also used in filename in get_columns(). */ - -#define FONTFILESUFFIX ".flf" -#define FONTFILEMAGICNUMBER "flf2" -#define FSUFFIXLEN MYSTRLEN(FO...