----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47753/#review134732 -----------------------------------------------------------
Seems you still need to fix configure.ac within libprocess. When running a `bootstrap` I am getting ``` configure.ac:62: error: required file '3rdparty/Makefile.in' not found configure.ac:64: error: required file '3rdparty/gmock_sources.cc.in' not found ``` - Till Toenshoff On May 24, 2016, 2:49 a.m., Kapil Arya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47753/ > ----------------------------------------------------------- > > (Updated May 24, 2016, 2:49 a.m.) > > > Review request for mesos, Joris Van Remoortere and Till Toenshoff. > > > Bugs: MESOS-5445 > https://issues.apache.org/jira/browse/MESOS-5445 > > > Repository: mesos > > > Description > ------- > > Doing a `make` inside libprocess would now automatically build bundled > dependencies. > > > Diffs > ----- > > 3rdparty/libprocess/Makefile.am 3c3249fe9799ba919ac7bd13e2ddb07a306737f0 > > Diff: https://reviews.apache.org/r/47753/diff/ > > > Testing > ------- > > `make clean` in 3rdparty/ followed by `make` in libprocess succeeds with this > patch. > > > Thanks, > > Kapil Arya > >
