Re: [ovs-dev] develop ovs

2014-12-10 Thread Ben Pfaff
[adding back ovs-dev] Here's your error. You added all those files to the git repository but didn't add them to anything to cause them to be distributed. That's a mistake, so the build error reports that. On Thu, Dec 11, 2014 at 08:47:37AM +0800, 孙鹏浩 wrote: > The distribution is missing the fol

Re: [ovs-dev] develop ovs

2014-12-10 Thread Ben Pfaff
On Wed, Dec 10, 2014 at 12:25:02PM +, sphshine wrote: > I added some file into ofproto and updated the makefile, and also used > VLOG_DEFINE_THIS_MODULE in my file and corresponding header file, > but after make I receive such message: > make[2]: *** [dist-hook-git] error 1 > make[2]:leaving

[ovs-dev] develop ovs

2014-12-10 Thread sphshine
I added some file into ofproto and updated the makefile, and also used VLOG_DEFINE_THIS_MODULE in my file and corresponding header file, but after make I receive such message: make[2]: *** [dist-hook-git] error 1 make[2]:leaving directory `/home/wuch/workspace/test_ovs/dev' make[1]: *** [all-recu