meztez / bigrquerystorage

R Client for BigQuery Storage API
Apache License 2.0
19 stars 3 forks source link

Fix compilation with on Ubuntu 22.04 #19

Closed gaborcsardi closed 11 months ago

gaborcsardi commented 11 months ago

Without this you get

*** compiling proto files ...
google/cloud/bigquery/storage/v1/stream.proto: This file contains proto3 optional fields, but --experimental_allow_proto3_optional was not set.
*** searching for pkg-config ... OK

...

make: *** No rule to make target 'google/api/field_behavior.pb.o', needed by 'bigrquerystorage.so'.  Stop.
ERROR: compilation failed for package ‘bigrquerystorage’