On Tue, Feb 26, 2019 at 11:38:59PM -0800, Han Zhou wrote: > Apart from this, I have just some trival problem/questions. I went > ahead to clone the repo and try to play with it to get some real > feelings. However, I encountered an error when doing make: > make[4]: *** No rule to make target 'lib/dhparams.c', needed by > 'lib/dhparams.lo'. Stop. > > This same error occurred when I tried to make in the ovs sub directory.
dhparams.c switched from being a file generated at build time to being included in the repo a while back. If you use a separate build directory, you might need to delete lib/dhparams.* from it. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
