search for: 54c54

Displaying 5 results from an estimated 5 matches for "54c54".

Did you mean: 54c52
2011 Mar 15
2
Feature request: txtProgressBar with ability to write to arbitrary stream
...nb), collapse=""), sep = "", file = file) 42c42 < "\r", paste(rep.int(char, nb), collapse=""), sep = "") --- > "\r", paste(rep.int(char, nb), collapse=""), sep = "", file = file) 54c54 < cat(paste(c("\r |", rep.int(" ", nw*width+6)), collapse="")) --- > cat(paste(c("\r |", rep.int(" ", nw*width+6)), collapse=""), file = file) 59c59 < ), collapse="")) --- >...
2006 May 12
1
X11 and vfonts modules on AIX 5.2
...2.0.1 which passes make check using the above config.site settings on the same AIX 5.2. Searching the archives on R-devel for similar AIX problems, I tried a diff between the X11 makefiles for R-2.0.1 and R-2.2.1 diff ~/src/R-2.0.1/src/modules/X11/Makefile ~/src/R-2.2.1/src/modules/X11/Makefile 54c54 < $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD) $(LIBS) --- > $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD) ... Adding $(LIBS) at the end of line 54 in the R-2.2.1 X11 makefile caused the loading error above to...
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
> >% gdiff ../kqemu-osol-1.3.0pre9/kqemu-solaris.c . > >54c54 > >< static uint_t kqemu_busy = 0; > >--- > > > > > >>static uint32_t kqemu_busy = 0; > >> > >> > >73c73 > >< static uint_t upages_locked = 0; > >--- > > > > > >>static uint32_t upages_locked = 0...
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work. MAKE --- -bash-3.00# make install cp kqemu-solaris-i386 kqemu /usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu new owner is root kqemu installed as /usr/kernel/drv/kqemu cp kqemu-solaris-x86_64 kqemu /usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu new owner is
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All, we're trying to implement R on the IBM p690 cluster "Jump" at the research centre in J?lich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions. After ./configure we get the final message: ---------------- R is now configured for powerpc-ibm-aix5.2.0.0