[Rprotobuf-yada] workaround for serializing to arbitrary binary connections

Romain Francois romain.francois at dbmail.com
Sun Nov 8 17:34:15 CET 2009


Thanks. I've been confused by the API documentation.

On 11/08/2009 04:24 PM, Dirk Eddelbuettel wrote:
> 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$

-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/BcPw : celebrating R commit #50000
|- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc
`- http://tr.im/yw8E : New R package : sos



More information about the Rprotobuf-yada mailing list