On 9/1/20 11:53 PM, Ihar Hrachyshka wrote: > On Fri, Aug 7, 2020 at 8:25 AM Dumitru Ceara <[email protected]> wrote: >> I get the following errors when compiling with your patch: >> >> controller/ovn-controller.c:87:12: error: symbol 'controller_chassis' >> was not declared. Should it be static? >> controller/ovn-controller.c:374:6: error: symbol 'file_system_id' was >> not declared. Should it be static? >> > > I've pushed an update that addresses your comments (including the one > above) but I have to ask: how do you reproduce this build failure? I > couldn't make it happen with make on my machine. Is there some special > target I should use to catch those errors? >
Thanks for the new version but I guess there will be a new iteration to address Han's comments too, right? I compile locally like this: ./boot.sh && ./configure --enable-Werror --enable-sparse --with-ovs-source=$OVSSRC && make.. Thanks, Dumitru > Thanks, > Ihar > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
