SCM

R Development Page

tikzDevice log file (00install.out)

* installing *source* package 'tikzDevice' ...
** libs

*** arch - i386
gcc -m32 -I"R:/lib/R/R-PATC~1/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c tikzDevice.c -o tikzDevice.o
tikzDevice.c: In function 'TikZ_Setup':
tikzDevice.c:286:3: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'const char *'
tikzDevice.c:288:3: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'const char *'
tikzDevice.c:290:3: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'const char *'
tikzDevice.c: In function 'TikZ_Close':
tikzDevice.c:579:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/stdlib.h:416:16: note: expected 'void *' but argument is of type 'const char *'
tikzDevice.c:580:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/stdlib.h:416:16: note: expected 'void *' but argument is of type 'const char *'
tikzDevice.c:581:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/stdlib.h:416:16: note: expected 'void *' but argument is of type 'const char *'
tikzDevice.c: At top level:
tikzDevice.c:2002:17: warning: 'contains_multibyte_chars' defined but not used [-Wunused-function]
gcc -m32 -shared -s -static-libgcc -o tikzDevice.dll tmp.def tikzDevice.o -LR:/base/local215/lib/i386 -LR:/base/local215/lib -LR:/lib/R/R-PATC~1/bin/i386 -lR
installing to R:/run/building/build_2012-07-16-00-03/RF_PKG_CHECK/PKGS/tikzDevice.Rcheck/tikzDevice/libs/i386

*** arch - x64
gcc -m64 -I"R:/lib/R/R-PATC~1/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c tikzDevice.c -o tikzDevice.o
tikzDevice.c: In function 'TikZ_Setup':
tikzDevice.c:286:3: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'const char *'
tikzDevice.c:288:3: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'const char *'
tikzDevice.c:290:3: warning: passing argument 1 of 'strcpy' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'const char *'
tikzDevice.c: In function 'TikZ_Close':
tikzDevice.c:579:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/stdlib.h:416:16: note: expected 'void *' but argument is of type 'const char *'
tikzDevice.c:580:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/stdlib.h:416:16: note: expected 'void *' but argument is of type 'const char *'
tikzDevice.c:581:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default]
r:\base\rtools\gcc-4.6.3\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/stdlib.h:416:16: note: expected 'void *' but argument is of type 'const char *'
tikzDevice.c: At top level:
tikzDevice.c:2002:17: warning: 'contains_multibyte_chars' defined but not used [-Wunused-function]
gcc -m64 -shared -s -static-libgcc -o tikzDevice.dll tmp.def tikzDevice.o -LR:/base/local215/lib/x64 -LR:/base/local215/lib -LR:/lib/R/R-PATC~1/bin/x64 -lR
installing to R:/run/building/build_2012-07-16-00-03/RF_PKG_CHECK/PKGS/tikzDevice.Rcheck/tikzDevice/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'tikzDevice.Rnw' 
** testing if installed package can be loaded
*** arch - i386
*** arch - x64

* DONE (tikzDevice)
Thanks to:
Vienna University of Economics and Business Powered By FusionForge