* installing *source* package 'RSQLite' ...

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
  making DLL ...
make[1]: Entering directory `/cygdrive/d/Rcompile/CRANpkg/local/2.11/RSQLite/src'
gcc -I"d:/Rcompile/recent/R32-2.11.1/include" -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_SOUNDEX   -I"d:/RCompile/CRANpkg/extralibs/local/include"     -O3 -Wall  -std=gnu99 -c RS-DBI.c -o RS-DBI.o
gcc -I"d:/Rcompile/recent/R32-2.11.1/include" -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_SOUNDEX   -I"d:/RCompile/CRANpkg/extralibs/local/include"     -O3 -Wall  -std=gnu99 -c RS-SQLite.c -o RS-SQLite.o
RS-SQLite.c: In function 'bind_params_to_stmt':
RS-SQLite.c:591: warning: unused variable 'string'
gcc -I"d:/Rcompile/recent/R32-2.11.1/include" -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_SOUNDEX   -I"d:/RCompile/CRANpkg/extralibs/local/include"     -O3 -Wall  -std=gnu99 -c param_binding.c -o param_binding.o
gcc -I"d:/Rcompile/recent/R32-2.11.1/include" -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_SOUNDEX   -I"d:/RCompile/CRANpkg/extralibs/local/include"     -O3 -Wall  -std=gnu99 -c sqlite-all.c -o sqlite-all.o
sqlite-all.c:1:35: warning: extra tokens at end of #ifdef directive
In file included from sqlite-all.c:2:
sqlite/sqlite3.c: In function 'getLastErrorMsg':
sqlite/sqlite3.c:31396: warning: dereferencing type-punned pointer will break strict-aliasing rules
sqlite/sqlite3.c: In function 'porter_stemmer':
sqlite/sqlite3.c:111902: warning: value computed is not used
sqlite/sqlite3.c:111906: warning: value computed is not used
sqlite/sqlite3.c:111919: warning: value computed is not used
sqlite/sqlite3.c:111924: warning: value computed is not used
sqlite/sqlite3.c:111930: warning: value computed is not used
sqlite/sqlite3.c:111935: warning: value computed is not used
sqlite/sqlite3.c:111944: warning: value computed is not used
sqlite/sqlite3.c:111951: warning: value computed is not used
sqlite/sqlite3.c:111994: warning: value computed is not used
sqlite/sqlite3.c:112014: warning: value computed is not used
sqlite-all.c: At top level:
sqlite/sqlite3.c:107671: warning: 'sqlite3Fts3DeleteVtab' declared 'static' but never defined
sqlite/sqlite3.c:107673: warning: 'sqlite3Fts3InitVtab' declared 'static' but never defined
sqlite/sqlite3.c:110104: warning: 'sqlite3Fts3IcuTokenizerModule' declared 'static' but never defined
sqlite/sqlite3.c: In function 'sqlite3Fts3InitTokenizer':
sqlite/sqlite3.c:112299: warning: 'n' may be used uninitialized in this function
sqlite/sqlite3.c: In function 'removeNode':
sqlite/sqlite3.c:119070: warning: 'pParent' is used uninitialized in this function
sqlite/sqlite3.c: In function 'ChooseLeaf':
sqlite/sqlite3.c:118286: warning: 'fMinArea' may be used uninitialized in this function
sqlite/sqlite3.c:118285: warning: 'fMinGrowth' may be used uninitialized in this function
sqlite/sqlite3.c:118283: warning: 'iBest' may be used uninitialized in this function
sqlite/sqlite3.c: In function 'fts3SnippetFunc':
sqlite/sqlite3.c:116448: warning: 'sF.iPos' may be used uninitialized in this function
sqlite/sqlite3.c:116448: note: 'sF.iPos' was declared here
sqlite/sqlite3.c:116448: warning: 'sF.hlmask' may be used uninitialized in this function
sqlite/sqlite3.c:116448: note: 'sF.hlmask' was declared here
sqlite/sqlite3.c:116448: warning: 'sF.covered' may be used uninitialized in this function
sqlite/sqlite3.c:116448: note: 'sF.covered' was declared here
sqlite/sqlite3.c: In function 'evalFts3Expr':
sqlite/sqlite3.c:109352: warning: 'nList' may be used uninitialized in this function
sqlite/sqlite3.c:109352: note: 'nList' was declared here
sqlite/sqlite3.c:109351: warning: 'pList' may be used uninitialized in this function
sqlite/sqlite3.c:109351: note: 'pList' was declared here
sqlite/sqlite3.c: In function 'fts3SegmentMerge':
sqlite/sqlite3.c:114996: warning: 'iNewLevel' may be used uninitialized in this function
sqlite/sqlite3.c: In function 'fts3InitVtab':
sqlite/sqlite3.c:108175: warning: 'n' may be used uninitialized in this function
sqlite/sqlite3.c: In function 'rtreeInit':
sqlite/sqlite3.c:119679: warning: 'iPageSize' may be used uninitialized in this function
sqlite/sqlite3.c:119679: note: 'iPageSize' was declared here
sqlite/sqlite3.c: In function 'SplitNode':
sqlite/sqlite3.c:118743: warning: 'iBestLeft' may be used uninitialized in this function
sqlite/sqlite3.c:118743: note: 'iBestLeft' was declared here
sqlite/sqlite3.c:118742: warning: 'fBestArea' may be used uninitialized in this function
sqlite/sqlite3.c:118742: note: 'fBestArea' was declared here
sqlite/sqlite3.c:118741: warning: 'fBestOverlap' may be used uninitialized in this function
sqlite/sqlite3.c:118741: note: 'fBestOverlap' was declared here
sqlite/sqlite3.c:118719: warning: 'fBestMargin' may be used uninitialized in this function
sqlite/sqlite3.c:118719: note: 'fBestMargin' was declared here
sqlite/sqlite3.c:118718: warning: 'iBestSplit' may be used uninitialized in this function
sqlite/sqlite3.c:118718: note: 'iBestSplit' was declared here
sqlite/sqlite3.c:118717: warning: 'iBestDim' may be used uninitialized in this function
sqlite/sqlite3.c:118717: note: 'iBestDim' was declared here
sqlite/sqlite3.c: In function 'fts3UpdateMethod':
sqlite/sqlite3.c:115415: warning: 'isEmpty' may be used uninitialized in this function
sqlite/sqlite3.c:115415: note: 'isEmpty' was declared here
mkdir -p ../inst/include
cp sqlite/sqlite3.h ../inst/include
cp sqlite/sqlite3ext.h ../inst/include
d:\compiler\gcc\bin\nm.exe: 'do_includes': No such file
gcc -shared -s -static-libgcc -o RSQLite.dll tmp.def RS-DBI.o RS-SQLite.o param_binding.o sqlite-all.o -Ld:/RCompile/CRANpkg/extralibs/local/lib -Ld:/Rcompile/recent/R32-2.11.1/bin -lR
make[1]: Leaving directory `/cygdrive/d/Rcompile/CRANpkg/local/2.11/RSQLite/src'
installing to d:/Rcompile/CRANpkg/lib/2.11/RSQLite/libs
  ... done
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'RSQLite' as RSQLite_0.9-4.zip

* DONE (RSQLite)