search for: list_readers

Displaying 3 results from an estimated 3 matches for "list_readers".

Did you mean: list_reader
2011 Oct 14
0
Compiling R extension: undefined reference to `__mingw_vsprintf'
I'm trying to link a hydrological model in FORTRAN with R. I have a subroutine inside wetall.f90 which calls two contained functions. When I try rcmd SHLIB -o wetall.dll wetall.f90 I get a bunch of errors stating undefined reference to `__mingw_vsprintf' from dos (see below). When the same is run from cygwin the dll is compiled but hangs R when dyn.load(ed) The code does not do any I/O so
2006 Oct 16
4
has many :through, accessing join model attribute (newbie)
...i have a has_many through "working". I can list a user and what magazines he subscribes to. but I can''t seem to figure out how to get the other attributes from subscriptions. (like last_renewed_on) reader_controller.rb def list_reader @readers = Reader.find(1) end ---------- list_readers.rhtml <dl> <dt><%= readers.name %> </dt> <% @readers.magazine.each do |reader|%> <dd><%= reader.title%></dd> <% end %> </dl> ---------- I''ve tried <%= reader.last_renewed_on %> <%= reader.subscription.last_renewed_on %&g...
2008 Nov 01
2
[LLVMdev] llvm-gfortran gives errors on AMD64-Ubuntu
Hi, I have installed llvm and llvm-gfortran on Pentium4 machine using 32-bit Ubuntu, it works fine. I recently installed them on AMD64-Ubuntu 8.04, llvm-gfortran gave me following errors $ llvm-gfortran -Wall hello.f95 -o hellof /home/jli127/LLVM/llvm-gcc/install/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../lib64/libgfortran.a(error.o): In function `_gfortrani_gfc_itoa':