Re: [5/5] mesos git commit: Integer Precision for JSON <-> Protobuf conversions.

2015-09-16 Thread Joris Van Remoortere
Reverted for now while Joseph and I figure out a solution for this. Thanks Jie! Joris On Wed, Sep 16, 2015 at 6:21 PM, Jie Yu wrote: > A different error on Ubuntu: > > In file included from ../../3rdparty/libprocess/include/process/http.hpp:39:0, > from ../../3rdparty/libprocess

Re: [5/5] mesos git commit: Integer Precision for JSON <-> Protobuf conversions.

2015-09-16 Thread Joris Van Remoortere
Hi Jie, Can you share your build info? Did you rebootstrap? We've been building this for over a week so we must have a different configuration. Thanks for letting us know! We will resolve this quickly :-) Joris On Wed, Sep 16, 2015 at 6:05 PM, Jie Yu wrote: > Joris, > > It breaks the build: >

Re: [5/5] mesos git commit: Integer Precision for JSON <-> Protobuf conversions.

2015-09-16 Thread Jie Yu
Joris, It breaks the build: picojson-1.3.0/picojson.h: In member function ‘std::string picojson::value::to_str() const’: picojson-1.3.0/picojson.h:370:38: error: expected ‘)’ before ‘PRId64’ SNPRINTF(buf, sizeof(buf), "%" PRId64, u_.int64_); On Wed, Sep 16, 2015 at 2:56 PM, wrote: > I