Displaying 3 results from an estimated 3 matches for "info2html".
2003 Jun 24
1
Problems building 4.8 STABLE
.../usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 all
===> share/info
===> include
===> include/arpa
===> include/protocols
===> include/rpc
===> include/rpcsvc
===> lib
===> lib/csu/i386-elf
===> lib/libcom_err
===> lib/libcom_err/doc
info2html com_err.info
info2html:No such file or directory
*** Error code 1
Stop in /usr/src/lib/libcom_err/doc.
*** Error code 1
Stop in /usr/src/lib/libcom_err.
*** Error code 1
Stop in /usr/src/lib.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/s...
2011 Sep 13
1
missing message part in R console
Dear List,
I have compiled R on windows 32bit (v 2.12.2). However, I am not
getting the following line:
"Natural language support but running in an English locale" message.
What would be the reason for this behaviour?
-m
PS:
" R version 2.12.2 (2011-02-25)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: i386-pc-mingw32/i386
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I
get this error in my logs:
#<Errno::EMFILE: Too many open files
Lasty, the ONLY code I have that does anything with files is:
File.open(image_path, "wb") do |file|
file.puts file_content
end
Any idea what this means?
--
Posted via http://www.ruby-forum.com/.