* Installing *source* package 'ncdf' ...
checking for gcc... gcc -arch i386 -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -arch i386 -std=gnu99 accepts -g... yes
checking for gcc -arch i386 -std=gnu99 option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -arch i386 -std=gnu99 -E
checking for egrep... grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking netcdf.h usability... yes
checking netcdf.h presence... yes
checking for netcdf.h... yes
Found netcdf.h in: .
checking for nc_open in -lnetcdf... yes
Found netcdf library file libnetcdf.a in directory .
configure: creating ./config.status
config.status: creating R/load.R
config.status: creating src/Makevars
** libs
** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I. -I/usr/local/include    -fPIC  -g -O2 -Wall -pedantic -c ncdf.c -o ncdf.o
ncdf.c: In function 'R_nc_get_vara_double':
ncdf.c:196: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
ncdf.c:202: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
ncdf.c: In function 'R_nc_get_vara_int':
ncdf.c:239: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
ncdf.c:245: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
ncdf.c: In function 'R_nc_get_vara_text':
ncdf.c:296: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
ncdf.c:302: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
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 'long unsigned int'
ncdf.c:585: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I. -I/usr/local/include    -fPIC  -g -O2 -Wall -pedantic -c ncdf2.c -o ncdf2.o
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I. -I/usr/local/include    -fPIC  -g -O2 -Wall -pedantic -c ncdf3.c -o ncdf3.o
ncdf3.c: In function 'R_nc_get_vara_charvarid':
ncdf3.c:221: warning: assignment discards qualifiers from pointer target type
ncdf3.c: In function 'R_nc_get_vara_numvarid':
ncdf3.c:267: warning: assignment discards qualifiers from pointer target type
ncdf3.c:249: warning: 'rv_data' may be used uninitialized in this function
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o ncdf.so ncdf.o ncdf2.o ncdf3.o -L. -lnetcdf  -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** R
** preparing package for lazy loading
** help
Note: unmatched right brace in file 'att.get.ncdf.Rd' on or after line 6
Note: unmatched right brace in file 'version.ncdf.Rd' on or after line 6
Note: removing empty section \arguments
 >>> Building/Updating help pages for package 'ncdf'
     Formats: text html latex example 
  ancdf                             text    html    latex
  aput.var.ncdf                     text    html    latex   example
  att.get.ncdf                      text    html    latex   example
  att.put.ncdf                      text    html    latex   example
  close.ncdf                        text    html    latex   example
  create.ncdf                       text    html    latex   example
  dim.def.ncdf                      text    html    latex   example
  enddef.ncdf                       text    html    latex   example
  get.var.ncdf                      text    html    latex   example
  ncdf-internal                     text    html    latex
  open.ncdf                         text    html    latex   example
  print.ncdf                        text    html    latex   example
  redef.ncdf                        text    html    latex   example
  set.missval.ncdf                  text    html    latex   example
  sync.ncdf                         text    html    latex   example
  var.add.ncdf                      text    html    latex   example
  var.def.ncdf                      text    html    latex   example
  version.ncdf                      text    html    latex
** building package indices ...
* DONE (ncdf)