Rserve - Binary R server - check results
RForge.net

Rserve

About Rserve
Documentation
Examples
FAQ
News
Download/Files
 
GIT access
Technical Info
Check results
Package R docs

Version: 1.8-14
Result: OK
Check time: 2024-02-12 22:25
* using log directory ‘’
* using R Under development (unstable) (2023-11-28 r85645)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Debian 10.2.1-6) 10.2.1 20210110
GNU Fortran (Debian 10.2.1-6) 10.2.1 20210110
* running under: Debian GNU/Linux 11 (bullseye)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘Rserve/DESCRIPTION’ ... OK
* this is package ‘Rserve’ version ‘1.8-14’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘Rserve’ can be installed ... [13s/13s] OK
* used C compiler: ‘gcc (Debian 10.2.1-6) 10.2.1 20210110’
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking pragmas in C/C++ headers and code ... OK
* checking compilation flags used ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘/Rserve/libs/Rserve.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
File ‘Rserve/libs/Rserve.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking examples ... OK
* checking PDF version of manual ... OK
* checking HTML version of manual ... OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE

Status: 2 NOTEs
See
‘/00check.log’
for details.



Installation log: 00install.out

Distribution log

SVN checkout/GIT clone log


Build log for Windows (R 2.11.x)

* checking for file 'Rserve/DESCRIPTION' ... OK
* preparing 'Rserve':
* checking DESCRIPTION meta-information ... OK
* cleaning src
rm -f *.o Rserve.exe Rserve_d.exe
* checking whether 'INDEX' is up-to-date ... NO
* use '--force' to overwrite the existing 'INDEX'
* removing junk files
tar: Rserve: time stamp 2010-09-02 23:01:18 is 64.450006 s in the future
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'Rserve' ...
--- Rserve for Windows ---

** MAKE SURE YOU READ THE RSERVE RELEASE NOTES FOR WINDOWS !! **
** Rserve for Windows is different in several aspects **
** from the unix version, see **
** http://rforge.net/Rserve/rserve-win.html **

** libs
running src/Makefile.win ...
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -DWin32 -I. -D_R_ -Iinst/include -Iinclude -Iinclude/Win32 -O3 -Wall -std=gnu99 -c Rserv.c -o Rserv.o
Rserv.c:274: warning: 'parentPID' defined but not used
Rserv.c:373: warning: 'getParseName' defined but not used
Rserv.c:1140: warning: 'su_time' defined but not used
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -DWin32 -I. -D_R_ -Iinst/include -Iinclude -Iinclude/Win32 -O3 -Wall -std=gnu99 -c winembed.c -o winembed.o
winembed.c: In function 'Rf_initEmbeddedR':
winembed.c:48: warning: implicit declaration of function 'Rf_initialize_R'
gcc -s -o Rserve.exe Rserv.o winembed.o -lws2_32 -Lc:/PROGRA~1/r/R-211~1.0/bin -lR
cp Rserve.exe ../inst
cp Rserve.exe ../inst/Rserve`echo | sed 's:/:_:g'`.exe
cp Rserve.exe "c:/PROGRA~1/r/R-211~1.0/bin"
cp Rserve.exe ../inst/libs
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -DWin32 -I. -D_R_ -Iinst/include -Iinclude -Iinclude/Win32 -O3 -Wall -std=gnu99 -DRSERV_DEBUG -g -c Rserv.c -o Rserv_d.o
Rserv.c:274: warning: 'parentPID' defined but not used
Rserv.c:373: warning: 'getParseName' defined but not used
Rserv.c:1140: warning: 'su_time' defined but not used
gcc -o Rserve_d.exe Rserv_d.o winembed.o -lws2_32 -Lc:/PROGRA~1/r/R-211~1.0/bin -lR
cp Rserve_d.exe ../inst
cp Rserve_d.exe ../inst/Rserve_d`echo | sed 's:/:_:g'`.exe
cp Rserve_d.exe "c:/PROGRA~1/r/R-211~1.0/bin"
cp Rserve_d.exe ../inst/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** MD5 sums
** testing if installed package can be loaded
packaged installation of 'Rserve' as Rserve_0.6-2.zip

* DONE (Rserve)


Build log for Windows 64-bit (R 2.11.x)

* checking for file 'Rserve/DESCRIPTION' ... OK
* preparing 'Rserve':
* checking DESCRIPTION meta-information ... OK
* cleaning src
Makefile.win:1: c:/PROGRA~1/r/R-211~1.0-X/etc/Makeconf: No such file or directory
make: *** No rule to make target `c:/PROGRA~1/r/R-211~1.0-X/etc/Makeconf'. Stop.
* checking whether 'INDEX' is up-to-date ... NO
* use '--force' to overwrite the existing 'INDEX'
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'Rserve' ...
--- Rserve for Windows ---

** MAKE SURE YOU READ THE RSERVE RELEASE NOTES FOR WINDOWS !! **
** Rserve for Windows is different in several aspects **
** from the unix version, see **
** http://rforge.net/Rserve/rserve-win.html **

** libs
running src/Makefile.win ...
x86_64-w64-mingw32-gcc -I"c:/PROGRA~1/r/R-211~1.0-X/include" -DWin32 -I. -D_R_ -Iinst/include -Iinclude -Iinclude/Win32 -O2 -Wall -gdwarf-2 -std=gnu99 -c Rserv.c -o Rserv.o
In file included from include/sisocks.h:48:0,
from Rserv.c:169:
c:/rtools/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/winsock2.h:13:2: warning: #warning Please include winsock2.h before windows.h
Rserv.c:274:12: warning: 'parentPID' defined but not used
Rserv.c:373:14: warning: 'getParseName' defined but not used
Rserv.c:700:13: warning: 'printSEXP' defined but not used
Rserv.c:1140:12: warning: 'su_time' defined but not used
x86_64-w64-mingw32-gcc -I"c:/PROGRA~1/r/R-211~1.0-X/include" -DWin32 -I. -D_R_ -Iinst/include -Iinclude -Iinclude/Win32 -O2 -Wall -gdwarf-2 -std=gnu99 -c winembed.c -o winembed.o
winembed.c: In function 'Rf_initEmbeddedR':
winembed.c:48:2: warning: implicit declaration of function 'Rf_initialize_R'
x86_64-w64-mingw32-gcc -s -o Rserve.exe Rserv.o winembed.o -lws2_32 -Lc:/PROGRA~1/r/R-211~1.0-X/bin/x64 -lR
c:/rtools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lR
collect2: ld returned 1 exit status
make: *** [Rserve.exe] Error 1
ERROR: compilation failed for package 'Rserve'
* removing 'c:/tmp/Rinst273688284/Rserve'
ERROR
* installation failed


Build log for Mac OS X 10.5 (R 2.16.x)

* installing *source* package 'Rserve' ...
checking whether to compile the server... yes
checking whether to compile the client... no
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -arch i386 -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/wait.h that is POSIX.1 compatible... 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 for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking return type of signal handlers... void
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for library containing crypt... none required
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for socklen_t... yes
checking for connect... yes
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/client/Makefile
config.status: creating src/config.h
** Creating default NAMESPACE file
** libs
** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -fPIC -g -O2 -c Rserv.c -o Rserv.o
Rserv.c: In function 'newConn':
Rserv.c:1459: warning: implicit declaration of function 'kill'
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -fPIC -g -O2 -c session.c -o session.o
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -fPIC -g -O2 -c md5.c -o md5.o
gcc -arch i386 -std=gnu99 Rserv.o session.o md5.o -o Rserve -F/Library/Frameworks/R.framework/.. -framework R -ldl
cp Rserve Rserve.so
gcc -arch i386 -std=gnu99 -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -c Rserv.c -o Rserv_d.o -DNODAEMON -DRSERV_DEBUG -g -I/usr/local/include -g -O2
Rserv.c: In function 'newConn':
Rserv.c:1459: warning: implicit declaration of function 'kill'
gcc -arch i386 -std=gnu99 Rserv_d.o session.o md5.o -o Rserve.dbg -F/Library/Frameworks/R.framework/.. -framework R -ldl
cp Rserve Rserve-bin.so
cp Rserve.dbg Rserve-dbg.so
./mergefat Rserve "/Library/Frameworks/R.framework/Resources/bin/Rserve"
./mergefat Rserve.dbg "/Library/Frameworks/R.framework/Resources/bin/Rserve.dbg"
if test "x/i386" = x; then cp Rserve Rserve.dbg ../inst/; else echo "Rserve binary was installed in libs because multi-arch support is enabled." > ../inst/Rserve-bin.txt; fi
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/Rserve/libs/i386
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
packaged installation of 'Rserve' as 'Rserve_0.4-7.tgz'

* DONE (Rserve)

*** x86_64 build ***
* installing *source* package 'Rserve' ...
checking whether to compile the server... yes
checking whether to compile the client... no
checking for gcc... gcc -arch x86_64 -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 x86_64 -std=gnu99 accepts -g... yes
checking for gcc -arch x86_64 -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -arch x86_64 -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/wait.h that is POSIX.1 compatible... 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 for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking return type of signal handlers... void
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for library containing crypt... none required
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for socklen_t... yes
checking for connect... yes
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/client/Makefile
config.status: creating src/config.h
** libs
** arch - x86_64
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -fPIC -g -O2 -c Rserv.c -o Rserv.o
Rserv.c: In function 'newConn':
Rserv.c:1459: warning: implicit declaration of function 'kill'
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -fPIC -g -O2 -c session.c -o session.o
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -fPIC -g -O2 -c md5.c -o md5.o
gcc -arch x86_64 -std=gnu99 Rserv.o session.o md5.o -o Rserve -F/Library/Frameworks/R.framework/.. -framework R -ldl
cp Rserve Rserve.so
gcc -arch x86_64 -std=gnu99 -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -c Rserv.c -o Rserv_d.o -DNODAEMON -DRSERV_DEBUG -g -I/usr/local/include -g -O2
Rserv.c: In function 'newConn':
Rserv.c:1459: warning: implicit declaration of function 'kill'
gcc -arch x86_64 -std=gnu99 Rserv_d.o session.o md5.o -o Rserve.dbg -F/Library/Frameworks/R.framework/.. -framework R -ldl
cp Rserve Rserve-bin.so
cp Rserve.dbg Rserve-dbg.so
./mergefat Rserve "/Library/Frameworks/R.framework/Resources/bin/Rserve"
./mergefat Rserve.dbg "/Library/Frameworks/R.framework/Resources/bin/Rserve.dbg"
if test "x/x86_64" = x; then cp Rserve Rserve.dbg ../inst/; else echo "Rserve binary was installed in libs because multi-arch support is enabled." > ../inst/Rserve-bin.txt; fi
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/Rserve/libs/x86_64
** testing if installed package can be loaded

* DONE (Rserve)
*** ppc build ***
* installing *source* package 'Rserve' ...
checking whether to compile the server... yes
checking whether to compile the client... no
checking for gcc... gcc -arch ppc -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 ppc -std=gnu99 accepts -g... yes
checking for gcc -arch ppc -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -arch ppc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/wait.h that is POSIX.1 compatible... 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 for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking return type of signal handlers... void
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for library containing crypt... none required
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for socklen_t... yes
checking for connect... yes
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/client/Makefile
config.status: creating src/config.h
** libs
** arch - ppc
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -fPIC -g -O2 -c Rserv.c -o Rserv.o
Rserv.c: In function 'newConn':
Rserv.c:1459: warning: implicit declaration of function 'kill'
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -fPIC -g -O2 -c session.c -o session.o
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -DDAEMON -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -fPIC -g -O2 -c md5.c -o md5.o
gcc -arch ppc -std=gnu99 Rserv.o session.o md5.o -o Rserve -F/Library/Frameworks/R.framework/.. -framework R -ldl
cp Rserve Rserve.so
gcc -arch ppc -std=gnu99 -Iinclude -I. -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -c Rserv.c -o Rserv_d.o -DNODAEMON -DRSERV_DEBUG -g -I/usr/local/include -g -O2
Rserv.c: In function 'newConn':
Rserv.c:1459: warning: implicit declaration of function 'kill'
gcc -arch ppc -std=gnu99 Rserv_d.o session.o md5.o -o Rserve.dbg -F/Library/Frameworks/R.framework/.. -framework R -ldl
cp Rserve Rserve-bin.so
cp Rserve.dbg Rserve-dbg.so
./mergefat Rserve "/Library/Frameworks/R.framework/Resources/bin/Rserve"
./mergefat Rserve.dbg "/Library/Frameworks/R.framework/Resources/bin/Rserve.dbg"
if test "x/ppc" = x; then cp Rserve Rserve.dbg ../inst/; else echo "Rserve binary was installed in libs because multi-arch support is enabled." > ../inst/Rserve-bin.txt; fi
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/Rserve/libs/ppc
** testing if installed package can be loaded

* DONE (Rserve)

*** packaging tar ball ***

Build log for Windows 7 (R 3.0.x)

(Rserve 1.8-0)
- building i386
Warning in untar2(tarfile, files, list, exdir, restore_times) :
failed to copy 'Rserve/src/client' to 'Rserve/clients'
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'Rserve' ...
--- Rserve for Windows ---

** MAKE SURE YOU READ THE RSERVE RELEASE NOTES FOR WINDOWS !! **
** Rserve for Windows is different in several aspects **
** from the unix version, see **
** http://rforge.net/Rserve/rserve-win.html **

** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c RSserver.c -o RSserver.o
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c Rserv.c -o Rserv.o
In file included from include/sisocks.h:65:0,
from Rserv.c:176:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from Rserv.c:176:0:
include/sisocks.h:83:0: warning: "EBADF" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:33:0: note: this is the location of the previous definition
include/sisocks.h:84:0: warning: "EINVAL" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:64:0: note: this is the location of the previous definition
include/sisocks.h:86:0: warning: "EFAULT" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:38:0: note: this is the location of the previous definition
include/sisocks.h:88:0: warning: "EACCES" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:37:0: note: this is the location of the previous definition
In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0,
from include/sisocks.h:185,
from Rserv.c:176:
C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
Rserv.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:434:12: warning: 'fork_http' defined but not used [-Wunused-function]
Rserv.c:435:12: warning: 'fork_https' defined but not used [-Wunused-function]
Rserv.c:436:12: warning: 'fork_ws' defined but not used [-Wunused-function]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3056:38: warning: 'parP[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3041:5: warning: 'parT[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3147:21: warning: 'parP[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:2773:33: warning: 'cc' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3000:17: warning: 'parL[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3123:26: warning: 'parT[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c base64.c -o base64.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c http.c -o http.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c md5.c -o md5.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c oc.c -o oc.o
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c qap_decode.c -o qap_decode.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c qap_encode.c -o qap_encode.o
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c rsio.c -o rsio.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c session.c -o session.o
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c sha1.c -o sha1.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c standalone.c -o standalone.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c tls.c -o tls.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c websockets.c -o websockets.o
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c winembed.c -o winembed.o
winembed.c: In function 'Rf_initEmbeddedR':
winembed.c:50:2: warning: implicit declaration of function 'Rf_initialize_R' [-Wimplicit-function-declaration]
gcc -m32 -shared -s -static-libgcc -o Rserve.dll tmp.def RSserver.o Rserv.o base64.o http.o md5.o oc.o qap_decode.o qap_encode.o rsio.o session.o sha1.o standalone.o tls.o websockets.o winembed.o -lws2_32 -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR
gcc -m32 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -O3 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/i386" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/i386" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from Rserv.c:176:0,
from standalone.c:6:
include/sisocks.h:83:0: warning: "EBADF" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:33:0: note: this is the location of the previous definition
include/sisocks.h:84:0: warning: "EINVAL" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:64:0: note: this is the location of the previous definition
include/sisocks.h:86:0: warning: "EFAULT" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:38:0: note: this is the location of the previous definition
include/sisocks.h:88:0: warning: "EACCES" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:37:0: note: this is the location of the previous definition
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3056:38: warning: 'parP[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3041:5: warning: 'parT[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3147:21: warning: 'parP[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:2773:33: warning: 'cc' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3000:17: warning: 'parL[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3123:26: warning: 'parT[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m32 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve_d.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/i386" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/i386" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from Rserv.c:176:0,
from standalone.c:6:
include/sisocks.h:83:0: warning: "EBADF" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:33:0: note: this is the location of the previous definition
include/sisocks.h:84:0: warning: "EINVAL" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:64:0: note: this is the location of the previous definition
include/sisocks.h:86:0: warning: "EFAULT" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:38:0: note: this is the location of the previous definition
include/sisocks.h:88:0: warning: "EACCES" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:37:0: note: this is the location of the previous definition
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_send_resp':
Rserv.c:697:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_send_resp':
websockets.c:427:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c: In function 'run_WSS':
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
installing via 'install.libs.R' to z:/rforge/Rlib/win7-3.0/Rserve

*** arch - x64
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c RSserver.c -o RSserver.o
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c Rserv.c -o Rserv.o
In file included from include/sisocks.h:65:0,
from Rserv.c:176:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0,
from include/sisocks.h:185,
from Rserv.c:176:
C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
Rserv.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:434:12: warning: 'fork_http' defined but not used [-Wunused-function]
Rserv.c:435:12: warning: 'fork_https' defined but not used [-Wunused-function]
Rserv.c:436:12: warning: 'fork_ws' defined but not used [-Wunused-function]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c base64.c -o base64.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c http.c -o http.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c md5.c -o md5.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c oc.c -o oc.o
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c qap_decode.c -o qap_decode.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c qap_encode.c -o qap_encode.o
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c rsio.c -o rsio.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c session.c -o session.o
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c sha1.c -o sha1.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c standalone.c -o standalone.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c tls.c -o tls.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c websockets.c -o websockets.o
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c winembed.c -o winembed.o
winembed.c: In function 'Rf_initEmbeddedR':
winembed.c:50:2: warning: implicit declaration of function 'Rf_initialize_R' [-Wimplicit-function-declaration]
gcc -m64 -shared -s -static-libgcc -o Rserve.dll tmp.def RSserver.o Rserv.o base64.o http.o md5.o oc.o qap_decode.o qap_encode.o rsio.o session.o sha1.o standalone.o tls.o websockets.o winembed.o -lws2_32 -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR
gcc -m64 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -O2 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/x64" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/x64" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m64 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve_d.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/x64" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/x64" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_send_resp':
Rserv.c:697:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_decode.c: In function 'QAP_decode':
qap_decode.c:200:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:200:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:238:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:238:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:244:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:244:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_send_resp':
websockets.c:427:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c: In function 'run_WSS':
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
installing via 'install.libs.R' to z:/rforge/Rlib/win7-3.0/Rserve
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (Rserve)

- building x64
Warning in untar2(tarfile, files, list, exdir, restore_times) :
failed to copy 'Rserve/src/client' to 'Rserve/clients'
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'Rserve' ...
--- Rserve for Windows ---

** MAKE SURE YOU READ THE RSERVE RELEASE NOTES FOR WINDOWS !! **
** Rserve for Windows is different in several aspects **
** from the unix version, see **
** http://rforge.net/Rserve/rserve-win.html **

** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c RSserver.c -o RSserver.o
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c Rserv.c -o Rserv.o
In file included from include/sisocks.h:65:0,
from Rserv.c:176:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from Rserv.c:176:0:
include/sisocks.h:83:0: warning: "EBADF" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:33:0: note: this is the location of the previous definition
include/sisocks.h:84:0: warning: "EINVAL" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:64:0: note: this is the location of the previous definition
include/sisocks.h:86:0: warning: "EFAULT" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:38:0: note: this is the location of the previous definition
include/sisocks.h:88:0: warning: "EACCES" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:37:0: note: this is the location of the previous definition
In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0,
from include/sisocks.h:185,
from Rserv.c:176:
C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
Rserv.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:434:12: warning: 'fork_http' defined but not used [-Wunused-function]
Rserv.c:435:12: warning: 'fork_https' defined but not used [-Wunused-function]
Rserv.c:436:12: warning: 'fork_ws' defined but not used [-Wunused-function]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3056:38: warning: 'parP[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3041:5: warning: 'parT[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3147:21: warning: 'parP[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:2773:33: warning: 'cc' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3000:17: warning: 'parL[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3123:26: warning: 'parT[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c base64.c -o base64.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c http.c -o http.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c md5.c -o md5.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c oc.c -o oc.o
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c qap_decode.c -o qap_decode.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c qap_encode.c -o qap_encode.o
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c rsio.c -o rsio.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c session.c -o session.o
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c sha1.c -o sha1.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c standalone.c -o standalone.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c tls.c -o tls.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c websockets.c -o websockets.o
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c winembed.c -o winembed.o
winembed.c: In function 'Rf_initEmbeddedR':
winembed.c:50:2: warning: implicit declaration of function 'Rf_initialize_R' [-Wimplicit-function-declaration]
gcc -m32 -shared -s -static-libgcc -o Rserve.dll tmp.def RSserver.o Rserv.o base64.o http.o md5.o oc.o qap_decode.o qap_encode.o rsio.o session.o sha1.o standalone.o tls.o websockets.o winembed.o -lws2_32 -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR
gcc -m32 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -O3 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/i386" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/i386" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from Rserv.c:176:0,
from standalone.c:6:
include/sisocks.h:83:0: warning: "EBADF" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:33:0: note: this is the location of the previous definition
include/sisocks.h:84:0: warning: "EINVAL" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:64:0: note: this is the location of the previous definition
include/sisocks.h:86:0: warning: "EFAULT" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:38:0: note: this is the location of the previous definition
include/sisocks.h:88:0: warning: "EACCES" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:37:0: note: this is the location of the previous definition
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3056:38: warning: 'parP[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3041:5: warning: 'parT[1]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3147:21: warning: 'parP[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:2773:33: warning: 'cc' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3000:17: warning: 'parL[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3123:26: warning: 'parT[0]' may be used uninitialized in this function [-Wuninitialized]
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m32 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve_d.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/i386" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/i386" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from Rserv.c:176:0,
from standalone.c:6:
include/sisocks.h:83:0: warning: "EBADF" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:33:0: note: this is the location of the previous definition
include/sisocks.h:84:0: warning: "EINVAL" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:64:0: note: this is the location of the previous definition
include/sisocks.h:86:0: warning: "EFAULT" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:38:0: note: this is the location of the previous definition
include/sisocks.h:88:0: warning: "EACCES" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/errno.h:37:0: note: this is the location of the previous definition
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_send_resp':
Rserv.c:697:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_send_resp':
websockets.c:427:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c: In function 'run_WSS':
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
installing via 'install.libs.R' to z:/rforge/Rlib/win7-3.0/Rserve

*** arch - x64
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c RSserver.c -o RSserver.o
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c Rserv.c -o Rserv.o
In file included from include/sisocks.h:65:0,
from Rserv.c:176:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from C:/PROGRA~1/r/r-3.0/include/R.h:44:0,
from include/sisocks.h:185,
from Rserv.c:176:
C:/PROGRA~1/r/r-3.0/include/R_ext/RS.h:45:0: warning: "ERROR" redefined [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/wingdi.h:70:0: note: this is the location of the previous definition
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
Rserv.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:434:12: warning: 'fork_http' defined but not used [-Wunused-function]
Rserv.c:435:12: warning: 'fork_https' defined but not used [-Wunused-function]
Rserv.c:436:12: warning: 'fork_ws' defined but not used [-Wunused-function]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c base64.c -o base64.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c http.c -o http.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c md5.c -o md5.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c oc.c -o oc.o
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c qap_decode.c -o qap_decode.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c qap_encode.c -o qap_encode.o
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c rsio.c -o rsio.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c session.c -o session.o
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c sha1.c -o sha1.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c standalone.c -o standalone.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c tls.c -o tls.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c websockets.c -o websockets.o
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c winembed.c -o winembed.o
winembed.c: In function 'Rf_initEmbeddedR':
winembed.c:50:2: warning: implicit declaration of function 'Rf_initialize_R' [-Wimplicit-function-declaration]
gcc -m64 -shared -s -static-libgcc -o Rserve.dll tmp.def RSserver.o Rserv.o base64.o http.o md5.o oc.o qap_decode.o qap_encode.o rsio.o session.o sha1.o standalone.o tls.o websockets.o winembed.o -lws2_32 -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR
gcc -m64 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -O2 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/x64" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/x64" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_ctrlCMD':
Rserv.c:456:7: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'RSsrv_init':
Rserv.c:834:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:634:7: warning: unused variable 'more' [-Wunused-variable]
websockets.c: In function 'run_WSS':
websockets.c:758:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
gcc -m64 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -DRSERVE_PKG -DWin32 -I. -Iinclude -Iinclude/Win32 -o Rserve_d.exe standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c rsio.c -lws2_32 -L"d:/RCompile/CRANpkg/extralibs64/local/lib/x64" -L"d:/RCompile/CRANpkg/extralibs64/local/lib" -L"C:/PROGRA~1/r/r-3.0/bin/x64" -lR -lws2_32
In file included from include/sisocks.h:65:0,
from Rserv.c:176,
from standalone.c:6:
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_send_resp':
Rserv.c:697:3: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
Rserv.c: In function 'voidEval':
Rserv.c:1369:8: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'auth_user':
Rserv.c:1996:33: warning: variable 'u_gid' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:2241:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
Rserv.c: In function 'serverLoop':
Rserv.c:3507:9: warning: variable 'succ' set but not used [-Wunused-but-set-variable]
standalone.c: At top level:
Rserv.c:305:12: warning: 'parentPID' defined but not used [-Wunused-variable]
Rserv.c:328:13: warning: 'authkey' defined but not used [-Wunused-variable]
Rserv.c:329:12: warning: 'authkey_req' defined but not used [-Wunused-variable]
Rserv.c:338:14: warning: 'http_user' defined but not used [-Wunused-variable]
Rserv.c:338:26: warning: 'https_user' defined but not used [-Wunused-variable]
Rserv.c:338:39: warning: 'ws_user' defined but not used [-Wunused-variable]
Rserv.c:742:12: warning: 'su_time' defined but not used [-Wunused-variable]
Rserv.c:782:12: warning: 'requested_uid' defined but not used [-Wunused-variable]
Rserv.c:782:31: warning: 'requested_gid' defined but not used [-Wunused-variable]
Rserv.c:783:14: warning: 'requested_chroot' defined but not used [-Wunused-variable]
Rserv.c:795:12: warning: 'get_random_uid' defined but not used [-Wunused-function]
Rserv.c:1292:12: warning: 'lastChild' defined but not used [-Wunused-variable]
In file included from standalone.c:6:0:
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3270:12: warning: 'exp' may be used uninitialized in this function [-Wuninitialized]
session.c: In function 'free_session':
session.c:57:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
session.c:57:5: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default]
qap_decode.c: In function 'QAP_decode':
qap_decode.c:200:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:200:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:238:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:238:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:244:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_decode.c:244:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
qap_encode.c: In function 'QAP_storeSEXP':
qap_encode.c:185:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:203:11: warning: unused variable 'i' [-Wunused-variable]
qap_encode.c:294:11: warning: unused variable 'i' [-Wunused-variable]
websockets.c: In function 'WS_connected':
websockets.c:111:9: warning: unused variable 's' [-Wunused-variable]
websockets.c: In function 'WS_send_resp':
websockets.c:427:4: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]
websockets.c: In function 'WS_recv_data':
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c:667:4: warning: left shift count >= width of type [enabled by default]
websockets.c: In function 'run_WSS':
websockets.c:757:12: warning: unused variable 'old' [-Wunused-variable]
websockets.c: At top level:
rserr.h:20:13: warning: 'RSEprintf' defined but not used [-Wunused-function]
RSserver.c: In function 'accepted_server':
RSserver.c:64:3: warning: passing argument 4 of 'setsockopt' from incompatible pointer type [enabled by default]
c:\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/winsock2.h:1016:34: note: expected 'const char *' but argument is of type 'int *'
oc.c: In function 'oc_new':
oc.c:72:2: warning: pointer targets in passing argument 1 of 'sha1hash' differ in signedness [-Wpointer-sign]
sha1.h:4:6: note: expected 'const char *' but argument is of type 'unsigned char *'
installing via 'install.libs.R' to z:/rforge/Rlib/win7-3.0/Rserve
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (Rserve)