[Rprotobuf-yada] workaround for serializing to arbitrary binary connections
Dirk Eddelbuettel
edd at debian.org
Sun Nov 8 16:24:31 CET 2009
On 8 November 2009 at 08:17, Dirk Eddelbuettel wrote:
| I can't build it:
Fixed in SVN r75:
edd at ron:~/svn/rprotobuf$ svn diff -r74 pkg/src/rprotobuf.h
Index: pkg/src/rprotobuf.h
===================================================================
--- pkg/src/rprotobuf.h (revision 74)
+++ pkg/src/rprotobuf.h (working copy)
@@ -10,7 +10,8 @@
#include <google/protobuf/compiler/importer.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/message.h>
-#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
+#include <google/protobuf/io/zero_copy_stream_impl.h>
+#include <google/protobuf/io/coded_stream.h>
#define R_NO_REMAP
edd at ron:~/svn/rprotobuf$
--
Three out of two people have difficulties with fractions.
More information about the Rprotobuf-yada
mailing list