Displaying 2 results from an estimated 2 matches for "r_nc_put_vara_double".
2010 Mar 09
1
ncdf installation
...df.c:302: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3
has type ‘size_t’
ncdf.c: In function ‘R_nc_ttc_to_nctype’:
ncdf.c:424: warning: implicit declaration of function ‘exit’
ncdf.c:424: warning: incompatible implicit declaration of built-in function
‘exit’
ncdf.c: In function ‘R_nc_put_vara_double’:
ncdf.c:582: warning: format ‘%d’ expects type ‘int’, but argument 3 has type
‘size_t’
ncdf.c:585: warning: format ‘%d’ expects type ‘int’, but argument 3 has type
‘size_t’
gcc -std=gnu99 -I/usr/share/R/include -I/apps/netcdf/4.0.1/gcc/include
-fpic -g -O2 -c ncdf2.c -o ncdf2.o
gcc -std=gnu99 -I/...
2010 Mar 24
1
install ncdf package
...df.c:302: warning: format ?%u? expects type ?unsigned int?, but argument 3
has type ?size_t?
ncdf.c: In function ?R_nc_ttc_to_nctype?:
ncdf.c:424: warning: implicit declaration of function ?exit?
ncdf.c:424: warning: incompatible implicit declaration of built-in function
?exit?
ncdf.c: In function ?R_nc_put_vara_double?:
ncdf.c:582: warning: format ?%d? expects type ?int?, but argument 3 has type
?size_t?
ncdf.c:585: warning: format ?%d? expects type ?int?, but argument 3 has type
?size_t?
gcc -m64 -std=gnu99 -shared -L/usr/local/lib64 -o ncdf.so ncdf2.o ncdf3.o
ncdf.o -L. -lnetcdf -L/usr/lib64/R/lib -lR
/usr/bi...