[Rprotobuf-commits] r744 - pkg/src windows

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 11 05:32:33 CET 2014


Author: jeroenooms
Date: 2014-01-11 05:32:33 +0100 (Sat, 11 Jan 2014)
New Revision: 744

Added:
   windows/protobuf-2.5.0-windows.zip
   windows/readme.txt
Removed:
   windows/lib/
Modified:
   pkg/src/Makevars.win
Log:
update the windows library

Modified: pkg/src/Makevars.win
===================================================================
--- pkg/src/Makevars.win	2014-01-11 04:20:14 UTC (rev 743)
+++ pkg/src/Makevars.win	2014-01-11 04:32:33 UTC (rev 744)
@@ -10,5 +10,5 @@
 ## MINGW64HACK= "-Wl,-allow-multiple-definition"
 RCPP_LDFLAGS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()")
 PROTOBUFROOT= "../protobuf-2.5.0"
-PKG_CPPFLAGS= -I$(PROTOBUFROOT)/src
+PKG_CPPFLAGS= -I$(PROTOBUFROOT)/include
 PKG_LIBS=$(RCPP_LDFLAGS) -L$(PROTOBUFROOT)/lib${R_ARCH} -lprotobuf

Added: windows/protobuf-2.5.0-windows.zip
===================================================================
(Binary files differ)


Property changes on: windows/protobuf-2.5.0-windows.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: windows/readme.txt
===================================================================
--- windows/readme.txt	                        (rev 0)
+++ windows/readme.txt	2014-01-11 04:32:33 UTC (rev 744)
@@ -0,0 +1,4 @@
+i386 was built using msys + rtools 3.1 (which has mingw 4.6.3)
+x64 was built using msys + mingw-x64-4.7.3-posix-sjlj-rev1 (from mingw-builds installer)
+
+All other combinations I tried (including mingw 4.8.1) resulted in one error or another
\ No newline at end of file



More information about the Rprotobuf-commits mailing list